index.wxss 759 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* 开发者 */
  2. .section{
  3. margin-bottom: calc(50px + constant(safe-area-inset-bottom));
  4. margin-bottom:calc(50px + env(safe-area-inset-bottom));
  5. /* margin-bottom: 84px; */
  6. }
  7. .goods-ios{
  8. padding-bottom: 0 !important;
  9. }
  10. .section .title{
  11. font-size: 32rpx;
  12. }
  13. .section .cu-form-group{
  14. min-height: 60rpx;
  15. }
  16. .cu-form-group picker .picker{
  17. line-height: 60rpx;
  18. }
  19. .section .picker::after{
  20. font-family: "cuIcon";
  21. display: block;
  22. content: "\e6a3";
  23. position: absolute;
  24. font-size: 26rpx;
  25. color: #666;
  26. line-height: 60rpx;
  27. width: 60rpx;
  28. text-align: center;
  29. top: 0;
  30. bottom: 0;
  31. right: -18rpx;
  32. margin: auto;
  33. margin-top: auto;
  34. margin-right: auto;
  35. margin-bottom: auto;
  36. margin-left: auto;
  37. }
  38. .section .hide{
  39. display: none;
  40. }