class.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /* uni.scss */
  10. /* 页面左右间距 */
  11. /* 文字尺寸 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /* 图片加载中颜色 */
  16. /* 行为相关颜色 */
  17. /* 颜色变量 */
  18. /* 项目主色 */
  19. /* 文字基本颜色 */
  20. .red.data-v-40d3c200 {
  21. color: #f60808;
  22. }
  23. .green.data-v-40d3c200 {
  24. color: #15ab54;
  25. }
  26. .yellow.data-v-40d3c200 {
  27. color: #f0ad4e;
  28. }
  29. .blue.data-v-40d3c200 {
  30. color: #1f96f6;
  31. }
  32. .blank.data-v-40d3c200 {
  33. color: #000;
  34. }
  35. .white.data-v-40d3c200 {
  36. color: #fff;
  37. }
  38. .promain.data-v-40d3c200 {
  39. color: #025b58;
  40. }
  41. .prosecond.data-v-40d3c200 {
  42. color: #ed742f;
  43. }
  44. .textmain.data-v-40d3c200 {
  45. color: #333;
  46. }
  47. .textgrey.data-v-40d3c200 {
  48. color: #999;
  49. }
  50. .fuColor.data-v-40d3c200 {
  51. color: #c6cadb;
  52. }
  53. .fontssm.data-v-40d3c200 {
  54. font-size: 22rpx;
  55. }
  56. .fontsm.data-v-40d3c200 {
  57. font-size: 24rpx;
  58. }
  59. .fontmid.data-v-40d3c200 {
  60. font-size: 28rpx;
  61. }
  62. .fontbase.data-v-40d3c200 {
  63. font-size: 30rpx;
  64. }
  65. /* 背景颜色 */
  66. /* 边框颜色 */
  67. /* input 样式 */
  68. .input-placeholder.data-v-40d3c200 {
  69. color: #999999;
  70. }
  71. .navigator-hover.data-v-40d3c200 {
  72. background: transparent !important;
  73. opacity: 1;
  74. }
  75. .uni-page-head-transparent .uni-page-head-btn.data-v-40d3c200 {
  76. background: transparent !important;
  77. }
  78. uni-toast.data-v-40d3c200 {
  79. z-index: 99999;
  80. }
  81. button.data-v-40d3c200 {
  82. background: transparent;
  83. }
  84. button.data-v-40d3c200::after {
  85. border: 0;
  86. }
  87. page.data-v-40d3c200 {
  88. height: 100vh;
  89. }
  90. .content.data-v-40d3c200 {
  91. background-color: #fff;
  92. align-items: flex-start;
  93. }
  94. .content .topBox.data-v-40d3c200 {
  95. background-color: #fff;
  96. }
  97. .content .secTop .scroll-Y.data-v-40d3c200 {
  98. height: calc(100vh - 120rpx);
  99. flex-wrap: wrap;
  100. }
  101. .content .secTop .topLi.data-v-40d3c200 {
  102. font-size: 26rpx;
  103. width: 168rpx;
  104. padding: 26rpx 0;
  105. line-height: 37rpx;
  106. text-align: center;
  107. background: #f4f4f4;
  108. color: #666;
  109. }
  110. .content .secTop .topsel.data-v-40d3c200 {
  111. font-size: 28rpx;
  112. box-sizing: border-box;
  113. background-color: #fff;
  114. color: #025b58;
  115. font-weight: 600;
  116. }
  117. .content .topInfo.data-v-40d3c200 {
  118. width: 582rpx;
  119. padding-right: 30rpx;
  120. padding-left: 12rpx;
  121. background-color: #f5f5f5;
  122. }
  123. .content .topInfo .swipe.data-v-40d3c200 {
  124. width: 540rpx;
  125. height: 166rpx;
  126. margin: 20rpx 0;
  127. }
  128. .content .topInfo .topClass.data-v-40d3c200 {
  129. position: fixed;
  130. z-index: 1;
  131. background-color: #fff;
  132. padding-left: 12rpx;
  133. width: 556rpx;
  134. }
  135. .content .topInfo .topClass .topClaBox.data-v-40d3c200 {
  136. flex: 1;
  137. height: 98rpx;
  138. line-height: 98rpx;
  139. display: -webkit-box;
  140. overflow-x: auto;
  141. /*适应苹果*/
  142. -webkit-overflow-scrolling: touch;
  143. }
  144. .content .topInfo .topClass .topClaBox.data-v-40d3c200::-webkit-scrollbar {
  145. display: none;
  146. }
  147. .content .topInfo .topClass .topClaBox .topClasLi.data-v-40d3c200 {
  148. font-size: 28rpx;
  149. padding: 0 15rpx;
  150. }
  151. .content .topInfo .topClass .topClaBox .topClasel.data-v-40d3c200 {
  152. color: #025b58;
  153. }
  154. .content .topInfo .topClass .classDown.data-v-40d3c200 {
  155. height: 98rpx;
  156. width: 70rpx;
  157. box-shadow: -2rpx -5rpx 2rpx 5rpx rgba(0, 0, 0, 0.05);
  158. background-color: #fff;
  159. }
  160. .content .topInfo .topClass .classDown .xuanz.data-v-40d3c200 {
  161. -webkit-transform: translate(180deg);
  162. transform: translate(180deg);
  163. }
  164. .content .topInfo .topCInfo.data-v-40d3c200 {
  165. flex: 1;
  166. height: calc(100vh - 120rpx);
  167. }
  168. .content .topInfo .topCInfo .maskbg.data-v-40d3c200 {
  169. position: fixed;
  170. top: 170rpx;
  171. left: 200rpx;
  172. width: calc(100% - 200rpx);
  173. height: calc(100% - 100rpx);
  174. background-color: rgba(0, 0, 0, 0.65);
  175. z-index: 2;
  176. }
  177. .content .topInfo .topCInfo .maskbg.data-v-40d3c200 {
  178. position: fixed;
  179. top: 70rpx;
  180. }
  181. .content .topInfo .topCInfo .scroll-Y.data-v-40d3c200 {
  182. height: calc(100vh - 120rpx);
  183. }
  184. .content .topInfo .topCInfo .box.data-v-40d3c200 {
  185. width: 100%;
  186. flex-wrap: wrap;
  187. }
  188. .content .topInfo .topCInfo .goodLi.data-v-40d3c200 {
  189. width: 100%;
  190. margin-top: 20rpx;
  191. padding: 20rpx;
  192. background-color: #fff;
  193. border-radius: 10rpx;
  194. }
  195. .content .topInfo .topCInfo .goodLi .gdImg.data-v-40d3c200 {
  196. width: 100%;
  197. height: 120rpx;
  198. background-color: #fbf9fa;
  199. margin-bottom: 36rpx;
  200. }
  201. .content .topInfo .topCInfo .goodLi .oneelli.data-v-40d3c200 {
  202. text-align: center;
  203. font-size: 24rpx;
  204. }
  205. .content .topInfo .topCInfo .goodLi .son.data-v-40d3c200 {
  206. margin-top: 10rpx;
  207. margin-left: 30rpx;
  208. flex-wrap: wrap;
  209. }
  210. .content .topInfo .topCInfo .goodLi .son .fontmid.data-v-40d3c200 {
  211. margin-right: 30rpx;
  212. margin-bottom: 20rpx;
  213. font-size: 24rpx !important;
  214. }
  215. .cartBox.data-v-40d3c200 {
  216. width: 710rpx;
  217. position: fixed;
  218. bottom: 10rpx;
  219. left: 0;
  220. z-index: 999;
  221. margin: 0 20rpx;
  222. }
  223. .cartBox .leftbox.data-v-40d3c200 {
  224. height: 100rpx;
  225. flex: 1;
  226. background: #000000;
  227. border-radius: 200rpx 0px 0px 200rpx;
  228. padding-left: 30rpx;
  229. }
  230. .cartBox .leftbox .imgBox.data-v-40d3c200 {
  231. position: relative;
  232. }
  233. .cartBox .leftbox .imgBox image.data-v-40d3c200 {
  234. width: 90rpx;
  235. height: 82rpx;
  236. }
  237. .cartBox .leftbox .priceInfo.data-v-40d3c200 {
  238. position: relative;
  239. margin-left: 60rpx;
  240. }
  241. .cartBox .leftbox .priceInfo .price.data-v-40d3c200 {
  242. color: #fff;
  243. }
  244. .cartBox .rightbox.data-v-40d3c200 {
  245. height: 100rpx;
  246. line-height: 100rpx;
  247. text-align: center;
  248. color: #fff;
  249. background: #d8d8d8 linear-gradient(90deg, #6fd237 0%, #57c32a 100%);
  250. border-radius: 0px 200rpx 200rpx 0px;
  251. width: 194rpx;
  252. }
  253. .cartBox .ordbox.data-v-40d3c200 {
  254. font-size: 24rpx;
  255. text-align: center;
  256. margin-bottom: 10rpx;
  257. }
  258. .cartBox .ordbox text.data-v-40d3c200 {
  259. font-size: 30rpx;
  260. }
  261. .cartBox .rightBlack.data-v-40d3c200 {
  262. background: #000;
  263. color: #999;
  264. }
  265. .ordbtn.data-v-40d3c200 {
  266. position: fixed;
  267. bottom: 130rpx;
  268. right: 0;
  269. z-index: 999;
  270. width: 150rpx;
  271. height: 150rpx;
  272. line-height: 150rpx;
  273. border-radius: 50%;
  274. color: #fff;
  275. text-align: center;
  276. vertical-align: middle;
  277. font-size: 30rpx;
  278. background: radial-gradient(#68e670 0%, #5dce2c 100%);
  279. }