index.wxss 754 B

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