s-select-groupon-sku.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. .buy-btn.data-v-f77ace9d {
  27. margin: 0 20rpx;
  28. width: 100%;
  29. height: 80rpx;
  30. border-radius: 40rpx;
  31. background: linear-gradient(90deg, #ff6000, #fe832a);
  32. color: #fff;
  33. }
  34. .btn-tox.data-v-f77ace9d {
  35. width: 382rpx;
  36. height: 80rpx;
  37. font-size: 24rpx;
  38. font-weight: 600;
  39. margin-left: -50rpx;
  40. background-image: var(--478364b0);
  41. background-repeat: no-repeat;
  42. background-size: 100% 100%;
  43. color: #ffffff;
  44. line-height: normal;
  45. border-radius: 0px 40rpx 40rpx 0px;
  46. }
  47. .btn-tox .btn-price.data-v-f77ace9d {
  48. font-family: OPPOSANS;
  49. }
  50. .btn-tox .btn-price.data-v-f77ace9d::before {
  51. content: "¥";
  52. }
  53. .origin-price-btn.data-v-f77ace9d {
  54. width: 370rpx;
  55. height: 80rpx;
  56. background: rgba(255, 86, 81, 0.1);
  57. color: #ff6000;
  58. border-radius: 40rpx 0px 0px 40rpx;
  59. line-height: normal;
  60. font-size: 24rpx;
  61. font-weight: 500;
  62. }
  63. .origin-price-btn .btn-price.data-v-f77ace9d {
  64. font-family: OPPOSANS;
  65. }
  66. .origin-price-btn .btn-price.data-v-f77ace9d::before {
  67. content: "¥";
  68. }
  69. .origin-price-btn .btn-title.data-v-f77ace9d {
  70. font-size: 28rpx;
  71. }
  72. .ss-modal-box.data-v-f77ace9d {
  73. border-radius: 30rpx 30rpx 0 0;
  74. max-height: 1000rpx;
  75. }
  76. .ss-modal-box .modal-header.data-v-f77ace9d {
  77. position: relative;
  78. padding: 80rpx 20rpx 40rpx;
  79. }
  80. .ss-modal-box .modal-header .sku-image.data-v-f77ace9d {
  81. width: 160rpx;
  82. height: 160rpx;
  83. border-radius: 10rpx;
  84. }
  85. .ss-modal-box .modal-header .header-right.data-v-f77ace9d {
  86. height: 160rpx;
  87. }
  88. .ss-modal-box .modal-header .close-icon.data-v-f77ace9d {
  89. position: absolute;
  90. top: 10rpx;
  91. right: 20rpx;
  92. font-size: 46rpx;
  93. opacity: 0.2;
  94. }
  95. .ss-modal-box .modal-header .goods-title.data-v-f77ace9d {
  96. font-size: 28rpx;
  97. font-weight: 500;
  98. line-height: 42rpx;
  99. position: relative;
  100. }
  101. .ss-modal-box .modal-header .goods-title .tig.data-v-f77ace9d {
  102. border: 2rpx solid #ff6000;
  103. border-radius: 4rpx;
  104. width: 126rpx;
  105. height: 38rpx;
  106. position: absolute;
  107. left: 0;
  108. top: 0;
  109. }
  110. .ss-modal-box .modal-header .goods-title .tig .tig-icon.data-v-f77ace9d {
  111. width: 40rpx;
  112. height: 40rpx;
  113. background: #ff6000;
  114. margin-left: -2rpx;
  115. border-radius: 4rpx 0 0 4rpx;
  116. }
  117. .ss-modal-box .modal-header .goods-title .tig .tig-icon .groupon-tag.data-v-f77ace9d {
  118. width: 32rpx;
  119. height: 32rpx;
  120. }
  121. .ss-modal-box .modal-header .goods-title .tig .tig-title.data-v-f77ace9d {
  122. font-size: 24rpx;
  123. font-weight: 500;
  124. line-height: normal;
  125. color: #ff6000;
  126. width: 86rpx;
  127. display: flex;
  128. justify-content: center;
  129. align-items: center;
  130. }
  131. .ss-modal-box .modal-header .goods-title .info-title.data-v-f77ace9d {
  132. text-indent: 132rpx;
  133. }
  134. .ss-modal-box .modal-header .price-text.data-v-f77ace9d {
  135. font-size: 30rpx;
  136. font-weight: 500;
  137. color: #ff3000;
  138. font-family: OPPOSANS;
  139. }
  140. .ss-modal-box .modal-header .price-text.data-v-f77ace9d::before {
  141. content: "¥";
  142. font-size: 24rpx;
  143. }
  144. .ss-modal-box .modal-header .stock-text.data-v-f77ace9d {
  145. font-size: 26rpx;
  146. color: #999999;
  147. }
  148. .ss-modal-box .modal-content.data-v-f77ace9d {
  149. padding: 0 20rpx;
  150. }
  151. .ss-modal-box .modal-content .modal-content-scroll.data-v-f77ace9d {
  152. max-height: 600rpx;
  153. }
  154. .ss-modal-box .modal-content .modal-content-scroll .label-text.data-v-f77ace9d {
  155. font-size: 26rpx;
  156. font-weight: 500;
  157. }
  158. .ss-modal-box .modal-content .modal-content-scroll .buy-num-box.data-v-f77ace9d {
  159. height: 100rpx;
  160. }
  161. .ss-modal-box .modal-content .modal-content-scroll .spec-btn.data-v-f77ace9d {
  162. height: 60rpx;
  163. min-width: 100rpx;
  164. padding: 0 30rpx;
  165. background: #f4f4f4;
  166. border-radius: 30rpx;
  167. color: #434343;
  168. font-size: 26rpx;
  169. margin-right: 10rpx;
  170. margin-bottom: 10rpx;
  171. }
  172. .ss-modal-box .modal-content .modal-content-scroll .checked-btn.data-v-f77ace9d {
  173. background: linear-gradient(90deg, #ff6000, #fe832a);
  174. font-weight: 500;
  175. color: #ffffff;
  176. }
  177. .ss-modal-box .modal-content .modal-content-scroll .disabled-btn.data-v-f77ace9d {
  178. font-weight: 400;
  179. color: #c6c6c6;
  180. background: #f8f8f8;
  181. }
  182. image.data-v-f77ace9d {
  183. width: 100%;
  184. height: 100%;
  185. }