nowList.wxss 7.9 KB

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