nowList.wxss 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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-linear-gradient(right, #b574f2 0%, #8b56fe 100%);
  193. background: linear-gradient(270deg, #b574f2 0%, #8b56fe 100%);
  194. border-radius: 99rpx;
  195. color: #ffffff;
  196. font-size: 32rpx;
  197. text-align: center;
  198. }
  199. .other .preferred_item .goods_name .price .img1 {
  200. background-color: #D3D3D3;
  201. width: 265rpx;
  202. height: 74rpx;
  203. line-height: 74rpx;
  204. border-radius: 99rpx;
  205. color: #ffffff;
  206. font-size: 32rpx;
  207. text-align: center;
  208. }
  209. .other .preferred_item .goods_name .price .tomorrow {
  210. background: #29a66e;
  211. color: #ffffff;
  212. border-radius: 25rpx;
  213. padding: 10rpx 25rpx;
  214. }
  215. .other .other-2 {
  216. width: 100%;
  217. background: #ffffff;
  218. padding: 10rpx 15rpx;
  219. border-radius: 20rpx;
  220. }
  221. .other .other-2 .content-row {
  222. padding: 10rpx 0;
  223. }
  224. .other .other-2 .content-row .row-1 {
  225. width: 210rpx;
  226. position: relative;
  227. margin-right: 20rpx;
  228. text-align: center;
  229. }
  230. .other .other-2 .content-row .row-1 .row-1-1 {
  231. text-align: center;
  232. height: 40rpx;
  233. background: #fff1ee;
  234. border-radius: 6rpx;
  235. font-size: 22rpx;
  236. font-weight: 500;
  237. color: #fb4912;
  238. line-height: 40rpx;
  239. }
  240. .other .other-2 .content-row .row-1 .row-1-1 image {
  241. width: 23rpx;
  242. height: 23rpx;
  243. margin-right: 5rpx;
  244. }
  245. .other .other-2 .content-row .row-1 .img1 {
  246. width: 170rpx;
  247. height: 170rpx;
  248. border-radius: 10rpx;
  249. }
  250. .other .other-2 .content-row .row-1 .img2 {
  251. position: absolute;
  252. top: 0;
  253. left: 16rpx;
  254. width: 80rpx;
  255. height: 32rpx;
  256. border-radius: 5px;
  257. }
  258. .other .other-2 .content-row .row-2 {
  259. padding: 20rpx 0 20rpx 0;
  260. width: calc(100% - 210rpx);
  261. position: relative;
  262. border-bottom: 1px solid #EAEAEA;
  263. }
  264. .other .other-2 .content-row .row-2 .word-1 {
  265. font-size: 32rpx;
  266. font-weight: bold;
  267. color: #141821;
  268. margin-left: 10rpx;
  269. overflow: hidden;
  270. text-overflow: ellipsis;
  271. white-space: nowrap;
  272. }
  273. .other .other-2 .content-row .row-2 .word-2 {
  274. margin-top: 10rpx;
  275. font-size: 24rpx;
  276. color: #979797;
  277. }
  278. .other .other-2 .content-row .row-2 .word-3 {
  279. margin-top: 10rpx;
  280. position: relative;
  281. font-size: 20rpx;
  282. color: #ffffff;
  283. }
  284. .other .other-2 .content-row .row-2 .word-3 image {
  285. width: 235rpx;
  286. height: 50rpx;
  287. }
  288. .other .other-2 .content-row .row-2 .word-3 .word-3-1 {
  289. position: absolute;
  290. top: 8px;
  291. left: 2px;
  292. width: 230rpx;
  293. text-align: center;
  294. }
  295. .other .other-2 .content-row .row-2 .word-3 .word-3-1 .word-3-1-1 {
  296. display: inline-block;
  297. color: #FD1B2A;
  298. width: 50%;
  299. }
  300. .other .other-2 .content-row .row-2 .word-4 {
  301. margin-top: 15rpx;
  302. font-size: 23rpx;
  303. color: #fd1b2a;
  304. margin-left: 10rpx;
  305. }
  306. .other .other-2 .content-row .row-2 .word-4 text {
  307. font-size: 23rpx;
  308. font-weight: bold;
  309. }
  310. .other .other-2 .content-row .row-2 .word-4 .word-4-1 {
  311. font-size: 36rpx;
  312. }
  313. .other .other-2 .content-row .row-2 .word-5 {
  314. margin-top: 15rpx;
  315. font-size: 21rpx;
  316. color: #868686;
  317. }
  318. .other .other-2 .content-row .row-2 .button {
  319. width: 145rpx;
  320. height: 60rpx;
  321. background: -webkit-linear-gradient(76deg, #ff7425, #ff1e29);
  322. background: linear-gradient(14deg, #ff7425, #ff1e29);
  323. border-radius: 30rpx;
  324. font-size: 27rpx;
  325. font-weight: bold;
  326. color: #ffffff;
  327. line-height: 60rpx;
  328. text-align: center;
  329. position: absolute;
  330. bottom: 20rpx;
  331. right: 0;
  332. }