index.wxss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .topic.data-v-b94ddf62 {
  28. background: #F5F5F5;
  29. }
  30. .tit-box.data-v-b94ddf62 {
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. -webkit-box-orient: vertical;
  35. -webkit-box-direction: normal;
  36. -webkit-flex-direction: column;
  37. flex-direction: column;
  38. background: #FFFFFF;
  39. padding: 30rpx;
  40. }
  41. .tit-box .tit-tit.data-v-b94ddf62 {
  42. height: 46rpx;
  43. font-size: 44rpx;
  44. font-family: PingFang SC;
  45. font-weight: bold;
  46. color: #000000;
  47. margin-bottom: 24rpx;
  48. }
  49. .tit-box .author.data-v-b94ddf62 {
  50. display: -webkit-box;
  51. display: -webkit-flex;
  52. display: flex;
  53. -webkit-box-align: center;
  54. -webkit-align-items: center;
  55. align-items: center;
  56. margin-bottom: 43rpx;
  57. }
  58. .tit-box .author .tit-author.data-v-b94ddf62 {
  59. font-size: 26rpx;
  60. font-family: PingFang SC;
  61. font-weight: 400;
  62. color: #666666;
  63. margin-left: 5rpx;
  64. }
  65. .tit-box .swiper-box.data-v-b94ddf62 {
  66. width: 680rpx;
  67. height: 382.5rpx;
  68. margin-bottom: 30rpx;
  69. background-color: #000000;
  70. }
  71. .tit-box .swiper-box .swiper-image.data-v-b94ddf62 {
  72. width: 100%;
  73. height: 100%;
  74. }
  75. .tit-box .tit-text.data-v-b94ddf62 {
  76. font-size: 32rpx;
  77. font-family: PingFang SC;
  78. font-weight: 400;
  79. color: #0F0404;
  80. line-height: 48rpx;
  81. }
  82. .productList.data-v-b94ddf62 {
  83. margin-top: 20rpx;
  84. background: #FFFFFF;
  85. margin-bottom: 30rpx;
  86. padding: 0 30rpx;
  87. }
  88. .productList .productItem.data-v-b94ddf62 {
  89. display: -webkit-box;
  90. display: -webkit-flex;
  91. display: flex;
  92. -webkit-box-pack: start;
  93. -webkit-justify-content: flex-start;
  94. justify-content: flex-start;
  95. -webkit-box-align: center;
  96. -webkit-align-items: center;
  97. align-items: center;
  98. padding: 30rpx 0;
  99. border-bottom: 1rpx solid #E8E8E8;
  100. }
  101. .productList .productItem.data-v-b94ddf62:last-child {
  102. border-bottom: none !important;
  103. }
  104. .productList .productItem .productList-image.data-v-b94ddf62 {
  105. -webkit-flex-shrink: 0;
  106. flex-shrink: 0;
  107. width: 220rpx;
  108. height: 220rpx;
  109. border-radius: 10rpx;
  110. background-color: #C8C7CC;
  111. }
  112. .productList .productItem .productList-right.data-v-b94ddf62 {
  113. box-sizing: border-box;
  114. padding: 20rpx;
  115. width: 470rpx;
  116. display: -webkit-box;
  117. display: -webkit-flex;
  118. display: flex;
  119. -webkit-box-orient: vertical;
  120. -webkit-box-direction: normal;
  121. -webkit-flex-direction: column;
  122. flex-direction: column;
  123. }
  124. .productList .productItem .productList-right .tit.data-v-b94ddf62 {
  125. height: 30rpx;
  126. font-size: 30rpx;
  127. font-family: PingFang SC;
  128. font-weight: 400;
  129. color: #0F0404;
  130. margin-bottom: 18rpx;
  131. }
  132. .productList .productItem .productList-right .des.data-v-b94ddf62 {
  133. height: 27rpx;
  134. font-size: 26rpx;
  135. font-family: PingFang SC;
  136. font-weight: 400;
  137. color: #666666;
  138. margin-bottom: 20rpx;
  139. }
  140. .productList .productItem .productList-right .price.data-v-b94ddf62 {
  141. height: 34rpx;
  142. font-size: 26rpx;
  143. font-family: Adobe Heiti Std;
  144. font-weight: normal;
  145. color: #E31818;
  146. margin-bottom: 31rpx;
  147. }
  148. .productList .productItem .productList-right .btn.data-v-b94ddf62 {
  149. width: 138rpx;
  150. height: 50rpx;
  151. background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24);
  152. background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24);
  153. border-radius: 25rpx;
  154. font-size: 26rpx;
  155. font-family: PingFang SC;
  156. font-weight: 400;
  157. color: #FFFFFF;
  158. line-height: 20rpx;
  159. margin: 0;
  160. display: -webkit-box;
  161. display: -webkit-flex;
  162. display: flex;
  163. -webkit-box-align: center;
  164. -webkit-align-items: center;
  165. align-items: center;
  166. }
  167. .share.data-v-b94ddf62 {
  168. margin-bottom: 30rpx;
  169. padding: 0 30rpx 10rpx;
  170. }
  171. .share .btn.data-v-b94ddf62 {
  172. height: 100rpx;
  173. background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24);
  174. background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24);
  175. border-radius: 100rpx;
  176. font-size: 32rpx;
  177. font-family: PingFang SC;
  178. font-weight: 400;
  179. color: #FFFFFF;
  180. display: -webkit-box;
  181. display: -webkit-flex;
  182. display: flex;
  183. -webkit-box-align: center;
  184. -webkit-align-items: center;
  185. align-items: center;
  186. -webkit-box-pack: center;
  187. -webkit-justify-content: center;
  188. justify-content: center;
  189. box-shadow: 0rpx 5rpx 10rpx #E31818;
  190. }
  191. .share .btn .icon.data-v-b94ddf62 {
  192. margin-right: 22rpx;
  193. }
  194. .comment.data-v-b94ddf62 {
  195. padding: 30rpx;
  196. background-color: #FFFFFF;
  197. }
  198. .comment .comment-tit.data-v-b94ddf62 {
  199. display: -webkit-box;
  200. display: -webkit-flex;
  201. display: flex;
  202. -webkit-box-pack: justify;
  203. -webkit-justify-content: space-between;
  204. justify-content: space-between;
  205. -webkit-box-align: center;
  206. -webkit-align-items: center;
  207. align-items: center;
  208. padding-bottom: 15rpx;
  209. }
  210. .comment .comment-tit .tit-left.data-v-b94ddf62 {
  211. border-left: 8rpx solid #E31818;
  212. font-size: 30rpx;
  213. line-height: 58rpx;
  214. padding: 0 11rpx;
  215. color: #0F0404;
  216. }
  217. .comment .comment-tit .tit-right.data-v-b94ddf62 {
  218. font-size: 26rpx;
  219. color: #999999;
  220. line-height: 58rpx;
  221. padding: 11rpx;
  222. }
  223. .comment .comment-list.data-v-b94ddf62 {
  224. border-top: 1rpx solid #e8e8e8;
  225. padding-top: 32rpx;
  226. }
  227. .comment .comment-list .comment-user.data-v-b94ddf62 {
  228. display: -webkit-box;
  229. display: -webkit-flex;
  230. display: flex;
  231. -webkit-box-align: center;
  232. -webkit-align-items: center;
  233. align-items: center;
  234. }
  235. .comment .comment-list .comment-user .user-ava.data-v-b94ddf62 {
  236. width: 80rpx;
  237. height: 80rpx;
  238. border-radius: 50%;
  239. margin-right: 21rpx;
  240. }
  241. .comment .comment-list .comment-user .user-right.data-v-b94ddf62 {
  242. -webkit-box-flex: 1;
  243. -webkit-flex: 1;
  244. flex: 1;
  245. display: -webkit-box;
  246. display: -webkit-flex;
  247. display: flex;
  248. -webkit-box-orient: vertical;
  249. -webkit-box-direction: normal;
  250. -webkit-flex-direction: column;
  251. flex-direction: column;
  252. -webkit-box-pack: justify;
  253. -webkit-justify-content: space-between;
  254. justify-content: space-between;
  255. height: 70rpx;
  256. }
  257. .comment .comment-list .comment-user .user-right .user-name.data-v-b94ddf62 {
  258. font-size: 26rpx;
  259. font-family: PingFang SC;
  260. font-weight: 400;
  261. color: #0F0404;
  262. line-height: 20rpx;
  263. }
  264. .comment .comment-list .comment-user .user-right .user-des.data-v-b94ddf62 {
  265. display: -webkit-box;
  266. display: -webkit-flex;
  267. display: flex;
  268. -webkit-box-pack: justify;
  269. -webkit-justify-content: space-between;
  270. justify-content: space-between;
  271. font-size: 26rpx;
  272. font-family: PingFang SC;
  273. font-weight: 400;
  274. color: #999999;
  275. }
  276. .comment .comment-list .comment-des.data-v-b94ddf62 {
  277. font-size: 26rpx;
  278. font-family: PingFang SC;
  279. font-weight: 400;
  280. color: #666666;
  281. line-height: 39rpx;
  282. padding: 23rpx 0;
  283. }