nowList.wxss 8.7 KB

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