cat-setting.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. @charset "UTF-8";
  2. .text-center.data-v-5c829f6e {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-5c829f6e {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-5c829f6e {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-5c829f6e {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-5c829f6e {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-5c829f6e {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-5c829f6e {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-5c829f6e {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-5c829f6e {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .cat.data-v-5c829f6e {
  39. background-color: #fff;
  40. margin-bottom: 20rpx;
  41. }
  42. .cat .cat-item.data-v-5c829f6e {
  43. height: 88rpx;
  44. line-height: 88rpx;
  45. font-size: 28rpx;
  46. color: #353535;
  47. }
  48. .cat .cat-item > view.data-v-5c829f6e {
  49. -webkit-flex-shrink: 0;
  50. flex-shrink: 0;
  51. }
  52. .cat .cat-item .show-more.data-v-5c829f6e {
  53. width: 45rpx;
  54. height: 88rpx;
  55. }
  56. .cat .cat-item .show-more image.data-v-5c829f6e {
  57. height: 22rpx;
  58. width: 12rpx;
  59. }
  60. .cat .cat-item .show-more .bottom.data-v-5c829f6e {
  61. width: 22rpx;
  62. height: 12rpx;
  63. }
  64. .cat .cat-item .cat-name.data-v-5c829f6e {
  65. -webkit-box-flex: 1;
  66. -webkit-flex-grow: 1;
  67. flex-grow: 1;
  68. }
  69. .cat .cat-item .cat-name .cat-left.data-v-5c829f6e {
  70. margin-left: 16rpx;
  71. }
  72. .cat .cat-item .cat-menu.data-v-5c829f6e {
  73. margin-right: 16rpx;
  74. }
  75. .cat .cat-item .cat-menu image.data-v-5c829f6e {
  76. height: 40rpx;
  77. width: 40rpx;
  78. margin-left: 10rpx;
  79. }
  80. .cat .cat-item.sec-cat .cat-name.data-v-5c829f6e {
  81. border-top: 2rpx solid #e2e2e2;
  82. }
  83. .cat .cat-item.sec-cat .cat-menu.data-v-5c829f6e {
  84. border-top: 2rpx solid #e2e2e2;
  85. }
  86. .add-cat.data-v-5c829f6e {
  87. height: 120rpx;
  88. background-color: #fff;
  89. margin-bottom: 20rpx;
  90. padding-top: 24rpx;
  91. }
  92. .add-cat .add-cat-btn.data-v-5c829f6e {
  93. height: 72rpx;
  94. width: 320rpx;
  95. border-radius: 36rpx;
  96. border: 1rpx solid #446dfd;
  97. margin: 0 auto;
  98. color: #446dfd;
  99. font-size: 26rpx;
  100. line-height: 72rpx;
  101. }
  102. .add-cat .add-cat-btn image.data-v-5c829f6e {
  103. height: 28rpx;
  104. width: 28rpx;
  105. margin-right: 12rpx;
  106. margin-top: 22rpx;
  107. }
  108. .dialog.data-v-5c829f6e {
  109. position: fixed;
  110. height: 100%;
  111. width: 100%;
  112. bottom: 0;
  113. left: 0;
  114. z-index: 10;
  115. background-color: rgba(0, 0, 0, 0.3);
  116. }
  117. .dialog .dialog-item.data-v-5c829f6e {
  118. padding-top: 20rpx;
  119. position: fixed;
  120. top: 25%;
  121. left: 0;
  122. right: 0;
  123. margin: 0 auto;
  124. width: 620rpx;
  125. border-radius: 16rpx;
  126. background-color: #fff;
  127. text-align: center;
  128. }
  129. .dialog .btn-area.data-v-5c829f6e {
  130. height: 88rpx;
  131. position: relative;
  132. border-top: 1rpx solid #e2e2e2;
  133. }
  134. .dialog .btn-area .line.data-v-5c829f6e {
  135. height: 32rpx;
  136. width: 1rpx;
  137. background-color: #e2e2e2;
  138. position: absolute;
  139. top: 28rpx;
  140. left: 0;
  141. right: 0;
  142. margin: 0 auto;
  143. }
  144. .dialog .btn-area .submit-btn.data-v-5c829f6e {
  145. height: 88rpx;
  146. line-height: 88rpx;
  147. font-size: 32rpx;
  148. color: #666;
  149. width: 310rpx;
  150. text-align: center;
  151. }
  152. .dialog .btn-area .submit-btn.be-submit.data-v-5c829f6e {
  153. color: #446dfd;
  154. }
  155. .dialog .dialog-title.data-v-5c829f6e {
  156. text-align: center;
  157. font-size: 32rpx;
  158. color: #353535;
  159. margin: 66rpx 0 76rpx;
  160. }