goods-attr-info.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. @charset "UTF-8";
  2. .text-center.data-v-5f584590 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-5f584590 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-5f584590 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-5f584590 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-5f584590 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-5f584590 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-5f584590 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-5f584590 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-5f584590 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .checked-icon.data-v-5f584590 {
  39. background-color: #446dfd;
  40. }
  41. .attr-group-holder.data-v-5f584590 {
  42. height: 100rpx;
  43. }
  44. .group.data-v-5f584590 {
  45. position: fixed;
  46. top: 0;
  47. left: 0;
  48. width: 100%;
  49. height: 100rpx;
  50. background-color: #fff;
  51. z-index: 100;
  52. }
  53. .group .group-item.data-v-5f584590 {
  54. height: 50rpx;
  55. border-left: 2rpx solid #e2e2e2;
  56. }
  57. .group .group-item .group-name.data-v-5f584590 {
  58. width: 86rpx;
  59. font-size: 28rpx;
  60. color: #353535;
  61. text-align: right;
  62. }
  63. .group .group-item .group-name.active.data-v-5f584590 {
  64. color: #446dfd;
  65. }
  66. .group .group-item .more.data-v-5f584590 {
  67. display: block;
  68. width: 22rpx;
  69. height: 12rpx;
  70. margin-left: 12rpx;
  71. }
  72. .group .group-item.data-v-5f584590:first-of-type {
  73. border-left: 0;
  74. }
  75. .attr-item.data-v-5f584590 {
  76. min-height: 445rpx;
  77. }
  78. .attr-item .attr-name.data-v-5f584590 {
  79. padding: 24rpx;
  80. padding-left: 96rpx;
  81. position: relative;
  82. font-size: 28rpx;
  83. color: #353535;
  84. }
  85. .attr-item .attr-name .check.data-v-5f584590 {
  86. width: 84rpx;
  87. height: 76rpx;
  88. padding: 20rpx 24rpx;
  89. position: absolute;
  90. top: 0;
  91. left: 0;
  92. }
  93. .attr-item .attr-name .check image.data-v-5f584590 {
  94. width: 36rpx;
  95. height: 36rpx;
  96. }
  97. .attr-item .attr-name .attr-group.data-v-5f584590 {
  98. padding-right: 24rpx;
  99. height: 30rpx;
  100. line-height: 26rpx;
  101. border-right: 2rpx solid #999999;
  102. margin-right: 24rpx;
  103. margin-bottom: 8rpx;
  104. }
  105. .attr-item .attr-name .attr-group .attr-group-name.data-v-5f584590 {
  106. color: #999999;
  107. }
  108. .attr-item .attr-name .attr-group.data-v-5f584590:last-of-type {
  109. border-right: 0;
  110. }
  111. .info-item.data-v-5f584590 {
  112. border-top: 1rpx solid #e2e2e2;
  113. height: 88rpx;
  114. line-height: 88rpx;
  115. font-size: 28rpx;
  116. color: #353535;
  117. margin: 0 24rpx;
  118. }
  119. .info-item .form-label.data-v-5f584590 {
  120. width: 176rpx;
  121. }
  122. .info-item .input.data-v-5f584590 {
  123. width: 476rpx;
  124. background-color: #fff;
  125. padding-left: 25rpx;
  126. font-size: 28rpx;
  127. }
  128. .info-item .input.input-item.data-v-5f584590 {
  129. height: 80rpx;
  130. line-height: 80rpx;
  131. white-space: nowrap;
  132. overflow: auto;
  133. }
  134. .info-item .input.input-item.placeholder.data-v-5f584590 {
  135. color: #cdcdcd;
  136. }
  137. .info-item .input.unit.data-v-5f584590 {
  138. width: 396rpx;
  139. }
  140. .info-item .unit-width.data-v-5f584590 {
  141. width: 112rpx;
  142. text-align: right;
  143. }
  144. .info-item.data-v-5f584590:first-of-type {
  145. border-top: 0;
  146. }
  147. .bottom.data-v-5f584590 {
  148. position: fixed;
  149. bottom: 0;
  150. left: 0;
  151. width: 100%;
  152. height: 120rpx;
  153. background-color: #fff;
  154. padding: 0 24rpx;
  155. font-size: 28rpx;
  156. z-index: 10;
  157. color: #353535;
  158. }
  159. .bottom .check.data-v-5f584590 {
  160. width: 84rpx;
  161. height: 84rpx;
  162. padding: 24rpx;
  163. }
  164. .bottom .check image.data-v-5f584590 {
  165. width: 36rpx;
  166. height: 36rpx;
  167. }
  168. .bottom .all-setting.data-v-5f584590 {
  169. color: #446dfd;
  170. margin-left: 40rpx;
  171. }
  172. .bottom .save-btn.data-v-5f584590 {
  173. position: absolute;
  174. right: 24rpx;
  175. bottom: 20rpx;
  176. height: 80rpx;
  177. line-height: 80rpx;
  178. width: 280rpx;
  179. text-align: center;
  180. border-radius: 40rpx;
  181. background-color: #446dfd;
  182. font-size: 32rpx;
  183. color: #ffffff;
  184. font-weight: bold;
  185. }
  186. .bottom .save-btn.iphone_x.data-v-5f584590 {
  187. bottom: 70rpx;
  188. }
  189. .bottom.iphone_x.data-v-5f584590 {
  190. height: 170rpx;
  191. padding-bottom: 50rpx;
  192. }
  193. .placeholder.data-v-5f584590 {
  194. height: 140rpx;
  195. }
  196. .placeholder.iphone_x.data-v-5f584590 {
  197. height: 190rpx;
  198. }
  199. .bg.data-v-5f584590 {
  200. position: fixed;
  201. left: 0;
  202. top: 0;
  203. width: 100%;
  204. height: 100%;
  205. background-color: rgba(0, 0, 0, 0.3);
  206. z-index: 80;
  207. }
  208. .bg.again.data-v-5f584590 {
  209. z-index: 120;
  210. }
  211. .bg .dialog-group.data-v-5f584590 {
  212. position: fixed;
  213. top: 100rpx;
  214. width: 100%;
  215. border-top: 2rpx solid #e2e2e2;
  216. background-color: #fff;
  217. padding-left: 24rpx;
  218. }
  219. .bg .dialog-group .dialog-group-name.data-v-5f584590 {
  220. height: 88rpx;
  221. line-height: 88rpx;
  222. font-size: 28rpx;
  223. color: #353535;
  224. }
  225. .bg .dialog-group .dialog-group-name.active.data-v-5f584590 {
  226. color: #446dfd;
  227. }
  228. .bg .dialog-setting.data-v-5f584590 {
  229. position: fixed;
  230. bottom: 0;
  231. left: 0;
  232. width: 100%;
  233. z-index: 122;
  234. }
  235. .bg .dialog-setting.iphone_x.data-v-5f584590 {
  236. padding-bottom: 50rpx;
  237. }
  238. .bg .dialog-setting .dialog-setting-title.data-v-5f584590 {
  239. border-top-left-radius: 16rpx;
  240. border-top-right-radius: 16rpx;
  241. background-color: #f7f7f7;
  242. height: 88rpx;
  243. font-size: 32rpx;
  244. color: #353535;
  245. padding: 0 24rpx;
  246. }
  247. .bg .dialog-setting .dialog-setting-title .dialog-setting-btn.data-v-5f584590 {
  248. color: #446dfd;
  249. }