nowList.wxss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .other .other-1 {
  12. font-size: 27rpx;
  13. color: #333333;
  14. line-height: 55rpx;
  15. }
  16. .other .preferred_item {
  17. width: 100%;
  18. height: 100%;
  19. padding: 25rpx 25rpx;
  20. position: relative;
  21. background-color: #FFFFFF;
  22. border-radius: 15rpx;
  23. margin-bottom: 15rpx;
  24. }
  25. .other .preferred_item .tlist-img {
  26. width: 225rpx;
  27. position: relative;
  28. margin-right: 15rpx;
  29. }
  30. .other .preferred_item .tlist-img .leftImgIcon {
  31. position: absolute;
  32. top: 0;
  33. left: 0;
  34. font-size: 22rpx;
  35. font-family: PingFangSC;
  36. color: #944722;
  37. background: #fef26f;
  38. z-index: 99;
  39. border-radius: 5rpx;
  40. padding: 5rpx 10rpx;
  41. }
  42. .other .preferred_item .tlist-img .img {
  43. width: 210rpx;
  44. height: 210rpx;
  45. }
  46. .other .preferred_item .tlist-img .img image {
  47. width: 100%;
  48. height: 100%;
  49. border-radius: 20rpx;
  50. }
  51. .other .preferred_item .tlist-img .stock {
  52. margin-top: 13rpx;
  53. font-size: 26rpx;
  54. background: #fff1ee;
  55. width: 100%;
  56. color: #fb4912;
  57. padding: 6rpx 0;
  58. border-radius: 5rpx;
  59. justify-content: center;
  60. align-items: center;
  61. position: absolute;
  62. left: 0;
  63. bottom: 0;
  64. }
  65. .other .preferred_item .tlist-img .stock .img {
  66. width: 20rpx;
  67. height: 20rpx;
  68. flex-shrink: 0;
  69. }
  70. .other .preferred_item .tlist-img .stock .stock-num {
  71. padding-left: 7rpx;
  72. font-size: 22rpx;
  73. border-radius: 5rpx;
  74. height: 32rpx;
  75. line-height: 32rpx;
  76. }
  77. .other .preferred_item .goods_name .goods_title {
  78. padding-top: 15rpx;
  79. color: black;
  80. font-size: 32rpx;
  81. color: #303133;
  82. align-items: baseline;
  83. }
  84. .other .preferred_item .goods_name .goods_title .text {
  85. border-radius: 8rpx;
  86. border: 2rpx solid #FF1A27;
  87. color: #FF1A27;
  88. padding: 0rpx 10rpx;
  89. font-size: 26rpx !important;
  90. margin-right: 15rpx;
  91. }
  92. .other .preferred_item .goods_name .goods_title .title {
  93. width: 80%;
  94. overflow: hidden;
  95. text-overflow: ellipsis;
  96. display: -webkit-box;
  97. -webkit-line-clamp: 2;
  98. -webkit-box-orient: vertical;
  99. }
  100. .other .preferred_item .goods_name .goods-height {
  101. min-height: 60rpx;
  102. }
  103. .other .preferred_item .goods_name .goods_num {
  104. font-size: 26rpx;
  105. color: #8f8f97;
  106. padding-bottom: 15rpx;
  107. }
  108. .other .preferred_item .goods_name .goods-peplo {
  109. height: 45rpx;
  110. margin-top: 15rpx;
  111. }
  112. .other .preferred_item .goods_name .goods-peplo .right {
  113. color: #8e8e8e;
  114. font-size: 24rpx;
  115. width: 195rpx;
  116. }
  117. .other .preferred_item .goods_name .goods-peplo .right image {
  118. width: 30rpx;
  119. height: 33rpx;
  120. margin-right: 15rpx;
  121. }
  122. .other .preferred_item .goods_name .goods-peplo .goods-tip .peplo {
  123. background: linear-gradient(14deg, #ff7425, #ff1e29);
  124. padding: 5rpx 10rpx;
  125. color: #ffffff;
  126. border-top-left-radius: 8rpx;
  127. border-bottom-left-radius: 8rpx;
  128. }
  129. .other .preferred_item .goods_name .goods-peplo .goods-tip .make {
  130. background-color: #fef26f;
  131. color: #944722;
  132. border-top-right-radius: 8rpx;
  133. border-bottom-right-radius: 8rpx;
  134. }
  135. .other .preferred_item .goods_name .goods-peplo .goods-tip .make,
  136. .other .preferred_item .goods_name .goods-peplo .goods-tip .peplo {
  137. font-size: 24rpx;
  138. padding: 5rpx 10rpx;
  139. }
  140. .other .preferred_item .goods_name .price {
  141. font-size: 28rpx;
  142. position: relative;
  143. padding-top: 15rpx;
  144. }
  145. .other .preferred_item .goods_name .price .price_list .price-red {
  146. font-size: 30rpx !important;
  147. font-family: Source Han Sans CN;
  148. color: #fd1b2a;
  149. font-size: 28rpx;
  150. font-weight: bold;
  151. }
  152. .other .preferred_item .goods_name .price .price_list .price-red .moneyIcon {
  153. font-weight: normal !important;
  154. }
  155. .other .preferred_item .goods_name .price .price_list .price-red .money {
  156. font-size: 58rpx;
  157. }
  158. .other .preferred_item .goods_name .price .price_list .price-red .moneyType {
  159. font-weight: 400;
  160. }
  161. .other .preferred_item .goods_name .price .price_list .price-red .outMoney {
  162. font-weight: 400;
  163. text-decoration: line-through;
  164. color: #8e8e8e;
  165. }
  166. .other .preferred_item .goods_name .price .price_list .price-green {
  167. color: #2dbd59;
  168. font-size: 26rpx !important;
  169. font-weight: bold;
  170. }
  171. .other .preferred_item .goods_name .price .price_list .price-green text {
  172. background: linear-gradient(45deg, #15c534, #15c534);
  173. color: #ffffff;
  174. padding: 0rpx 10rpx;
  175. border-radius: 7rpx;
  176. font-size: 24rpx !important;
  177. margin-left: 15rpx;
  178. }
  179. .other .preferred_item .goods_name .price .img {
  180. width: 265rpx;
  181. height: 74rpx;
  182. line-height: 74rpx;
  183. background: linear-gradient(270deg, #b574f2 0%, #8b56fe 100%);
  184. border-radius: 99rpx;
  185. color: #ffffff;
  186. font-size: 32rpx;
  187. text-align: center;
  188. }
  189. .other .preferred_item .goods_name .price .img1 {
  190. background-color: #D3D3D3;
  191. width: 265rpx;
  192. height: 74rpx;
  193. line-height: 74rpx;
  194. border-radius: 99rpx;
  195. color: #ffffff;
  196. font-size: 32rpx;
  197. text-align: center;
  198. }
  199. .other .preferred_item .goods_name .price .tomorrow {
  200. background: #29a66e;
  201. color: #ffffff;
  202. border-radius: 25rpx;
  203. padding: 10rpx 25rpx;
  204. }
  205. .other .other-2 {
  206. width: 100%;
  207. background: #ffffff;
  208. padding: 10rpx 15rpx;
  209. border-radius: 20rpx;
  210. }
  211. .other .other-2 .content-row {
  212. padding: 10rpx 0;
  213. }
  214. .other .other-2 .content-row .row-1 {
  215. width: 210rpx;
  216. position: relative;
  217. margin-right: 20rpx;
  218. text-align: center;
  219. }
  220. .other .other-2 .content-row .row-1 .row-1-1 {
  221. text-align: center;
  222. height: 40rpx;
  223. background: #fff1ee;
  224. border-radius: 6rpx;
  225. font-size: 22rpx;
  226. font-weight: 500;
  227. color: #fb4912;
  228. line-height: 40rpx;
  229. }
  230. .other .other-2 .content-row .row-1 .row-1-1 image {
  231. width: 23rpx;
  232. height: 23rpx;
  233. margin-right: 5rpx;
  234. }
  235. .other .other-2 .content-row .row-1 .img1 {
  236. width: 170rpx;
  237. height: 170rpx;
  238. border-radius: 10rpx;
  239. }
  240. .other .other-2 .content-row .row-1 .img2 {
  241. position: absolute;
  242. top: 0;
  243. left: 16rpx;
  244. width: 80rpx;
  245. height: 32rpx;
  246. border-radius: 5px;
  247. }
  248. .other .other-2 .content-row .row-2 {
  249. padding: 20rpx 0 20rpx 0;
  250. width: calc(100% - 210rpx);
  251. position: relative;
  252. border-bottom: 1px solid #EAEAEA;
  253. }
  254. .other .other-2 .content-row .row-2 .word-1 {
  255. font-size: 32rpx;
  256. font-weight: bold;
  257. color: #141821;
  258. margin-left: 10rpx;
  259. overflow: hidden;
  260. text-overflow: ellipsis;
  261. white-space: nowrap;
  262. }
  263. .other .other-2 .content-row .row-2 .word-2 {
  264. margin-top: 10rpx;
  265. font-size: 24rpx;
  266. color: #979797;
  267. }
  268. .other .other-2 .content-row .row-2 .word-3 {
  269. margin-top: 10rpx;
  270. position: relative;
  271. font-size: 20rpx;
  272. color: #ffffff;
  273. }
  274. .other .other-2 .content-row .row-2 .word-3 image {
  275. width: 235rpx;
  276. height: 50rpx;
  277. }
  278. .other .other-2 .content-row .row-2 .word-3 .word-3-1 {
  279. position: absolute;
  280. top: 8px;
  281. left: 2px;
  282. width: 230rpx;
  283. text-align: center;
  284. }
  285. .other .other-2 .content-row .row-2 .word-3 .word-3-1 .word-3-1-1 {
  286. display: inline-block;
  287. color: #FD1B2A;
  288. width: 50%;
  289. }
  290. .other .other-2 .content-row .row-2 .word-4 {
  291. margin-top: 15rpx;
  292. font-size: 23rpx;
  293. color: #fd1b2a;
  294. margin-left: 10rpx;
  295. }
  296. .other .other-2 .content-row .row-2 .word-4 text {
  297. font-size: 23rpx;
  298. font-weight: bold;
  299. }
  300. .other .other-2 .content-row .row-2 .word-4 .word-4-1 {
  301. font-size: 36rpx;
  302. }
  303. .other .other-2 .content-row .row-2 .word-5 {
  304. margin-top: 15rpx;
  305. font-size: 21rpx;
  306. color: #868686;
  307. }
  308. .other .other-2 .content-row .row-2 .button {
  309. width: 145rpx;
  310. height: 60rpx;
  311. background: linear-gradient(14deg, #ff7425, #ff1e29);
  312. border-radius: 30rpx;
  313. font-size: 27rpx;
  314. font-weight: bold;
  315. color: #ffffff;
  316. line-height: 60rpx;
  317. text-align: center;
  318. position: absolute;
  319. bottom: 20rpx;
  320. right: 0;
  321. }