app-select.wxss 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. @charset "UTF-8";
  2. .text-center.data-v-05f450d7 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-05f450d7 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-05f450d7 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-05f450d7 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-05f450d7 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-05f450d7 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-05f450d7 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-05f450d7 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-05f450d7 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .modal-box.data-v-05f450d7 {
  39. position: fixed;
  40. top: 0;
  41. left: 0;
  42. width: 100%;
  43. height: 100%;
  44. background-color: rgba(0, 0, 0, 0.4);
  45. z-index: 9998;
  46. }
  47. .modal-box .modal-item.data-v-05f450d7 {
  48. background: #ffffff;
  49. border-top-left-radius: 16rpx;
  50. border-top-right-radius: 16rpx;
  51. overflow: hidden;
  52. position: absolute;
  53. width: 100%;
  54. bottom: 0;
  55. z-index: 9999;
  56. }
  57. .modal-box .modal-item .title-box.data-v-05f450d7 {
  58. height: 100rpx;
  59. width: 100%;
  60. position: relative;
  61. display: -webkit-box;
  62. display: -webkit-flex;
  63. display: flex;
  64. -webkit-box-align: center;
  65. -webkit-align-items: center;
  66. align-items: center;
  67. -webkit-box-pack: center;
  68. -webkit-justify-content: center;
  69. justify-content: center;
  70. border-bottom: 1rpx solid #e2e2e2;
  71. }
  72. .modal-box .modal-item .title-box .title.data-v-05f450d7 {
  73. font-size: 32rpx;
  74. color: #353535;
  75. }
  76. .modal-box .modal-item .title-box .confirm.data-v-05f450d7 {
  77. position: absolute;
  78. color: #ff4544;
  79. font-size: 32rpx;
  80. right: 24rpx;
  81. }
  82. .modal-box .picker-box.data-v-05f450d7 {
  83. padding: 48rpx 0;
  84. }
  85. .modal-box .picker-box .picker-item.data-v-05f450d7 {
  86. border: 1rpx solid red;
  87. }
  88. .modal-box .picker-box .line.data-v-05f450d7 {
  89. line-height: 88rpx;
  90. font-size: 36rpx;
  91. color: #353535;
  92. }
  93. .modal-box .picker-box .line-2.data-v-05f450d7 {
  94. line-height: 88rpx;
  95. font-size: 32rpx;
  96. color: #353535;
  97. }