style.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. @CHARSET "UTF-8";
  2. /* 展示 */
  3. .component-pintuan .marketing-wrap.marketing-wrap-1 {
  4. box-sizing: border-box;
  5. background-color: #FFFFFF;
  6. border-radius: 5px;
  7. position: relative;
  8. min-height: 240px;
  9. }
  10. .component-pintuan .marketing-wrap.marketing-wrap-1 img {
  11. width: 100%;
  12. }
  13. .component-pintuan .marketing-wrap.marketing-wrap-1 .marketing-box {
  14. width: 100%;
  15. padding: 0 15px;
  16. box-sizing: border-box;
  17. position: absolute;
  18. top: 15px;
  19. }
  20. .component-pintuan .marketing-wrap.marketing-wrap-1.marketing-wrap-4 .marketing-box {
  21. padding: 0;
  22. position: relative;
  23. top: 0;
  24. }
  25. .component-pintuan .marketing-wrap.marketing-wrap-4 .list-wrap {
  26. padding: 0 15px 15px;
  27. }
  28. /* 顶部标题 */
  29. .component-pintuan .goods-head {
  30. width: 100%;
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. -webkit-box-pack: justify;
  35. -webkit-justify-content: space-between;
  36. justify-content: space-between;
  37. -webkit-box-align: center;
  38. -webkit-align-items: center;
  39. align-items: center;
  40. height: 15px;
  41. line-height: 15px;
  42. }
  43. .component-pintuan .goods-head .title-wrap {
  44. display: -webkit-box;
  45. display: -webkit-flex;
  46. display: flex;
  47. -webkit-box-align: center;
  48. -webkit-align-items: center;
  49. align-items: center;
  50. width: calc(100% - 80px);
  51. }
  52. .component-pintuan .goods-head .left-icon {
  53. display: inline-block;
  54. width: 63px;
  55. height: 15px;
  56. flex-shrink: 0;
  57. margin-right: 10px;
  58. }
  59. .component-pintuan .goods-head .left-icon img {
  60. width: 100%;
  61. height: 100%;
  62. vertical-align: top;
  63. }
  64. .component-pintuan .goods-head .title-wrap .name {
  65. color: #909399;
  66. overflow: hidden;
  67. text-overflow: ellipsis;
  68. white-space: nowrap;
  69. }
  70. .component-pintuan .goods-head .more.violet span,
  71. .component-pintuan .goods-head .more.violet .iconfont {
  72. font-size: 12px;
  73. background: linear-gradient(-55deg, #627BFD 0%, #8662FD 100%);
  74. -webkit-background-clip: text;
  75. -webkit-text-fill-color: transparent;
  76. }
  77. .component-pintuan .goods-head .more.yellow span,
  78. .component-pintuan .goods-head .more.yellow .iconfont {
  79. font-size: 12px;
  80. background: linear-gradient(-55deg, #FEB632 0%, #FE6232 100%);
  81. -webkit-background-clip: text;
  82. -webkit-text-fill-color: transparent;
  83. }
  84. .component-pintuan .goods-head .more.blue span,
  85. .component-pintuan .goods-head .more.blue .iconfont {
  86. font-size: 12px;
  87. background: linear-gradient(-55deg, #0ECFD3 0%, #12D0AE 100%);
  88. -webkit-background-clip: text;
  89. -webkit-text-fill-color: transparent;
  90. }
  91. .component-pintuan .goods-head .more.red span,
  92. .component-pintuan .goods-head .more.red .iconfont {
  93. font-size: 12px;
  94. background: linear-gradient(-55deg, #FF5151 0%, #FF7B91 100%);
  95. -webkit-background-clip: text;
  96. -webkit-text-fill-color: transparent;
  97. }
  98. /* 内容 */
  99. .component-pintuan .list-wrap {
  100. display: flex;
  101. justify-content: space-between;
  102. margin-top: 15px;
  103. }
  104. .component-pintuan .list-wrap .item {
  105. display: inline-block;
  106. width: 100px;
  107. }
  108. .component-pintuan .list-wrap .item .img-wrap {
  109. width: 100px;
  110. height: 100px;
  111. border-radius: 5px;
  112. overflow: hidden;
  113. }
  114. .component-pintuan .list-wrap .item .img-wrap img {
  115. max-width: 100%;
  116. max-height: 100%;
  117. }
  118. .component-pintuan .list-wrap .item .content {
  119. width: 100%;
  120. }
  121. .component-pintuan .list-wrap .item .content .content-desc {
  122. width: 100%;
  123. font-size: 14px;
  124. line-height: 14px;
  125. margin-top: 10px;
  126. }
  127. .component-pintuan .list-wrap .item .content .content-price {
  128. font-size: 12px;
  129. color: #FF4544;
  130. margin-top: 10px;
  131. height: 16px;
  132. font-weight: 600;
  133. }
  134. .component-pintuan .list-wrap .item .content .content-price span {
  135. font-size: 16px;
  136. line-height: 16px;
  137. }
  138. .component-pintuan .marketing-wrap-1 .list-wrap .item .content .content-num {
  139. display: inline-block;
  140. font-size: 12px;
  141. line-height: 12px;
  142. padding: 4px 12px;
  143. text-align: center;
  144. margin-top: 10px;
  145. color: #FF4544;
  146. background-color: rgba(255, 69, 68, 0.06);
  147. }
  148. /* 编辑 */
  149. .component-pintuan .choose-style div {
  150. cursor: pointer;
  151. }
  152. /* 弹框 */
  153. /* 商品列表风格 */
  154. .component-pintuan .pintuan-list-style {
  155. display: none;
  156. }
  157. .style-list-con-pintuan {
  158. display: flex;
  159. flex-wrap: wrap;
  160. }
  161. .style-list-con-pintuan .style-li-pintuan {
  162. width: 32%;
  163. height: 300px;
  164. line-height: 300px;
  165. overflow: hidden;
  166. text-align: center;
  167. margin-right: 2%;
  168. margin-bottom: 15px;
  169. cursor: pointer;
  170. border: 1px solid #ededed;
  171. background: #f7f8fa;
  172. box-sizing: border-box;
  173. }
  174. .style-list-con-pintuan .style-li-pintuan:nth-child(3n) {
  175. margin-right: 0;
  176. }
  177. .style-list-con-pintuan .style-li-pintuan img {
  178. max-width: 100%;
  179. max-height: 100%;
  180. }
  181. .layui-layer-page .layui-layer-content {
  182. overflow: auto !important;
  183. }
  184. .btn-box {
  185. margin-top: 30px;
  186. text-align: center;
  187. }
  188. /* 风格二 */
  189. .component-pintuan .marketing-box-two {
  190. padding: 20px 15px 5px;
  191. background-color: #FFFFFF;
  192. border-radius: 5px;
  193. }
  194. .component-pintuan .marketing-box-two .title-wrap {
  195. padding-bottom: 5px;
  196. display: flex;
  197. align-items: center;
  198. }
  199. .component-pintuan .marketing-box-two .title-wrap-2 {
  200. justify-content: space-between;
  201. }
  202. .component-pintuan .marketing-box-two .title-wrap-2 .title-left {
  203. width: 120px;
  204. height: 35px;
  205. line-height: 35px;
  206. }
  207. .component-pintuan .marketing-box-two .title-wrap .title-left img {
  208. /* width: auto;
  209. max-width: 100%;
  210. max-height: 100%; */
  211. width: 100%;
  212. height: 100%;
  213. }
  214. .component-pintuan .marketing-box-two .title-wrap .title-right {
  215. font-size: 12px;
  216. color: #909399;
  217. }
  218. .component-pintuan .marketing-box-two .title-wrap .title-right i {
  219. font-size: 12px;
  220. }
  221. .component-pintuan .marketing-box-two .list-wrap {
  222. flex-wrap: wrap;
  223. margin-top: 0;
  224. }
  225. .component-pintuan .marketing-box-two .list-wrap .item {
  226. width: 100%;
  227. display: flex;
  228. height: 125px;
  229. box-sizing: border-box;
  230. }
  231. .component-pintuan .marketing-box-two .list-wrap .img-wrap {
  232. width: 95px;
  233. height: 95px;
  234. border-radius: 5px;
  235. overflow: hidden;
  236. flex-shrink: 0;
  237. margin-right: 9px;
  238. margin-top: 15px;
  239. position: relative;
  240. }
  241. .component-pintuan .marketing-box-two .list-wrap .img-wrap>img {
  242. width: 100%;
  243. height: 100%;
  244. }
  245. .component-pintuan .marketing-box-two .list-wrap .img-wrap .hot {
  246. position: absolute;
  247. top: 3px;
  248. left: 3px;
  249. width: 30px;
  250. height: 30px;
  251. }
  252. .component-pintuan .marketing-box-two .list-wrap .img-wrap .hot div {
  253. width: 100%;
  254. height: 100%;
  255. position: relative;
  256. }
  257. .component-pintuan .marketing-box-two .list-wrap .img-wrap .hot div img {
  258. width: 100%;
  259. height: 100%;
  260. }
  261. .component-pintuan .marketing-box-two .list-wrap .img-wrap .hot div span {
  262. display: inline-block;
  263. width: 30px;
  264. height: 30px;
  265. line-height: 30px;
  266. text-align: center;
  267. font-size: 12px;
  268. color: #FFFFFF;
  269. position: absolute;
  270. top: 0;
  271. left: 0;
  272. }
  273. .component-pintuan .marketing-box-two .list-wrap .item .content {
  274. padding: 15px 0;
  275. border-bottom: 1px solid #EEEEEE;
  276. display: flex;
  277. justify-content: space-between;
  278. flex-direction: column;
  279. }
  280. .component-pintuan .marketing-box-two .list-wrap .item:last-child .content {
  281. border-bottom: 0px;
  282. }
  283. .component-pintuan .marketing-box-two .list-wrap .item .content .content-desc {
  284. height: 32px;
  285. margin-top: 0;
  286. }
  287. .component-pintuan .marketing-box-two .list-wrap .label {
  288. display: flex;
  289. align-items: center;
  290. }
  291. .component-pintuan .marketing-box-two .list-wrap .label div {
  292. height: 15px;
  293. line-height: 15px;
  294. border: 1px solid #FF4544;
  295. border-radius: 2px;
  296. margin-right: 5px;
  297. }
  298. .component-pintuan .marketing-box-two .list-wrap .label .label-person i {
  299. display: inline-block;
  300. width: 15px;
  301. height: 15px;
  302. background-color: #FF4544;
  303. font-size: 9px;
  304. color: #FFFFFF;
  305. text-align: center;
  306. }
  307. .component-pintuan .marketing-box-two .list-wrap .label div span {
  308. font-size: 10px;
  309. padding: 0 5px;
  310. color: #FF4544;
  311. }
  312. .component-pintuan .marketing-box-two .list-wrap .progress .img .img-con {
  313. width: 77px;
  314. height: 10px;
  315. border-radius: 10px;
  316. background-color: #FDBE6C;
  317. }
  318. .component-pintuan .marketing-box-two .list-wrap .progress .num {
  319. font-size: 12px;
  320. color: #909399;
  321. margin-top: 9px;
  322. }
  323. .component-pintuan .marketing-box-two .list-wrap .bot {
  324. display: flex;
  325. justify-content: space-between;
  326. align-items: flex-end;
  327. line-height: 1;
  328. }
  329. .component-pintuan .marketing-box-two .list-wrap .bot .content-price {
  330. display: flex;
  331. align-items: flex-end;
  332. font-size: 12px;
  333. }
  334. .component-pintuan .marketing-box-two .list-wrap .bot .content-price span {
  335. font-size: 16px;
  336. margin-right: 5px;
  337. }
  338. .component-pintuan .marketing-box-two .list-wrap .bot .content-price .content-num {
  339. font-weight: 500;
  340. margin-top: 0;
  341. font-size: 12px;
  342. line-height: 12px;
  343. color: #909399;
  344. text-decoration: line-through;
  345. }
  346. .component-pintuan .marketing-box-two .list-wrap .bot button {
  347. background-color: #FF4544;
  348. width: 80px;
  349. height: 25px;
  350. line-height: 25px;
  351. text-align: center;
  352. border-radius: 25px;
  353. }
  354. /* 风格三 */
  355. .component-pintuan .marketing-box-3 {
  356. padding-bottom: 0;
  357. }
  358. .component-pintuan .marketing-box-two .title-wrap-3 {
  359. justify-content: center;
  360. }
  361. .component-pintuan .marketing-box-two .title-wrap-3 .title-left {
  362. width: 174px;
  363. height: 37px;
  364. text-align: center;
  365. line-height: 37px;
  366. }
  367. .component-pintuan .marketing-box-two .more {
  368. text-align: center;
  369. height: 50px;
  370. line-height: 50px;
  371. border-top: 1px solid #EEEEEE;
  372. }
  373. .component-pintuan .marketing-box-two .more span,
  374. .component-pintuan .marketing-box-two .more i {
  375. font-size: 12px;
  376. color: #909399;
  377. }