index.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. /**
  27. * 这里是uni-app内置的常用样式变量
  28. *
  29. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  30. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  31. *
  32. */
  33. /**
  34. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  35. *
  36. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  37. */
  38. /* 颜色变量 */
  39. /* 行为相关颜色 */
  40. /* 商城颜色变量 */
  41. /* 背景颜色 */
  42. /* 边框颜色 */
  43. /* 尺寸变量 */
  44. /* 文字尺寸 */
  45. /* 图片尺寸 */
  46. /* Border Radius */
  47. /* 水平间距 */
  48. /* 垂直间距 */
  49. /* 透明度 */
  50. /* 文章场景相关 */
  51. .product-window.data-v-2914200c {
  52. width: 100%;
  53. background-color: #fff;
  54. border-radius: 16rpx 16rpx 0 0;
  55. padding-bottom: 40rpx;
  56. }
  57. .product-window.join.data-v-2914200c, .product-window.joinCart.data-v-2914200c {
  58. padding-bottom: 30rpx;
  59. }
  60. .product-window.joinCart.data-v-2914200c {
  61. z-index: 999;
  62. }
  63. .product-window .textpic.data-v-2914200c {
  64. padding: 0 130rpx 0 30rpx;
  65. margin-top: 29rpx;
  66. position: relative;
  67. }
  68. .product-window .textpic .pictrue.data-v-2914200c {
  69. width: 150rpx;
  70. height: 150rpx;
  71. }
  72. .product-window .textpic .pictrue image.data-v-2914200c {
  73. width: 100%;
  74. height: 100%;
  75. border-radius: 10rpx;
  76. }
  77. .product-window .textpic .text.data-v-2914200c {
  78. width: 410rpx;
  79. font-size: 32rpx;
  80. color: #333333;
  81. }
  82. .product-window .textpic .text .money.data-v-2914200c {
  83. font-size: 24rpx;
  84. margin-top: 40rpx;
  85. }
  86. .product-window .textpic .text .money .num.data-v-2914200c {
  87. font-size: 36rpx;
  88. }
  89. .product-window .textpic .text .money .stock.data-v-2914200c {
  90. color: #999;
  91. margin-left: 18rpx;
  92. }
  93. .product-window .textpic .iconfont.data-v-2914200c {
  94. position: absolute;
  95. right: 30rpx;
  96. top: -5rpx;
  97. font-size: 35rpx;
  98. color: #8a8a8a;
  99. }
  100. .product-window .rollTop.data-v-2914200c {
  101. max-height: 500rpx;
  102. overflow: auto;
  103. margin-top: 36rpx;
  104. }
  105. .product-window .footer-box.data-v-2914200c {
  106. padding: 0 30rpx;
  107. margin: 30rpx 0 0 0;
  108. }
  109. .product-window .footer-box .confirm-btn.data-v-2914200c {
  110. border-radius: 100rpx;
  111. background-color: #e9c279;
  112. border-color: #e9c279;
  113. }
  114. .product-window .productWinList .item + .item.data-v-2914200c {
  115. margin-top: 36rpx;
  116. }
  117. .product-window .productWinList .item .title.data-v-2914200c {
  118. font-size: 30rpx;
  119. color: #999;
  120. padding: 0 30rpx;
  121. }
  122. .product-window .productWinList .item .listn.data-v-2914200c {
  123. padding: 0 30rpx 0 16rpx;
  124. }
  125. .product-window .productWinList .item .listn .itemn.data-v-2914200c {
  126. border: 1px solid #f2f2f2;
  127. font-size: 26rpx;
  128. color: #282828;
  129. padding: 7rpx 33rpx;
  130. border-radius: 40rpx;
  131. margin: 20rpx 0 0 14rpx;
  132. background-color: #f2f2f2;
  133. }
  134. .product-window .productWinList .item .listn .itemn.on.data-v-2914200c {
  135. color: #CD9933;
  136. background: #fff4f3;
  137. border-color: #CD9933;
  138. }
  139. .product-window .productWinList .item .listn .itemn.limit.data-v-2914200c {
  140. color: #999;
  141. text-decoration: line-through;
  142. }
  143. .product-window .cart.data-v-2914200c {
  144. margin-top: 36rpx;
  145. padding: 0 30rpx;
  146. }
  147. .product-window .cart .title.data-v-2914200c {
  148. font-size: 30rpx;
  149. color: #999;
  150. }
  151. .product-window .cart .carnum.data-v-2914200c {
  152. height: 54rpx;
  153. margin-top: 24rpx;
  154. }
  155. .product-window .cart .carnum view.data-v-2914200c {
  156. width: 84rpx;
  157. text-align: center;
  158. height: 100%;
  159. line-height: 54rpx;
  160. color: #282828;
  161. font-size: 45rpx;
  162. }
  163. .product-window .cart .carnum .reduce.data-v-2914200c {
  164. border-right: 0;
  165. border-radius: 6rpx 0 0 6rpx;
  166. line-height: 48rpx;
  167. }
  168. .product-window .cart .carnum .reduce.on.data-v-2914200c {
  169. color: #dedede;
  170. font-size: 44rpx;
  171. }
  172. .product-window .cart .carnum .plus.data-v-2914200c {
  173. border-left: 0;
  174. border-radius: 0 6rpx 6rpx 0;
  175. line-height: 46rpx;
  176. }
  177. .product-window .cart .carnum .plus.on.data-v-2914200c {
  178. border-color: #e3e3e3;
  179. color: #dedede;
  180. }
  181. .product-window .cart .carnum .num.data-v-2914200c {
  182. background: #f2f2f2;
  183. color: #282828;
  184. font-size: 28rpx;
  185. border-radius: 12rpx;
  186. line-height: 29px;
  187. height: 54rpx;
  188. }
  189. .product-window .cart .carnum .num input.data-v-2914200c {
  190. display: -webkit-inline-box;
  191. }
  192. .product-window .joinBnt.data-v-2914200c {
  193. font-size: 30rpx;
  194. width: 620rpx;
  195. height: 86rpx;
  196. border-radius: 50rpx;
  197. text-align: center;
  198. line-height: 86rpx;
  199. color: #fff;
  200. margin: 21rpx auto 0 auto;
  201. }
  202. .product-window .joinBnt.on.data-v-2914200c {
  203. background-color: #bbb;
  204. color: #fff;
  205. }