1. <div>
    2. <style>
    3. /* 适用:双列商品 */
    4. .cMScroll {
    5. width: 94vw;
    6. overflow: hidden;
    7. margin: 0 auto;
    8. }
    9. .cMScroll .tagGoodsList .tagStyle3 {
    10. height: 0.7rem
    11. }
    12. .cMScroll .list.product-list.col2 .product .content {
    13. background: #fff;
    14. }
    15. .cMScroll .coupon-floor.threeLine .coupon,
    16. .cMScroll .coupon-floor.twoLine .coupon {
    17. padding: 0 !important;
    18. }
    19. .cMScroll .floorphoto .rows {
    20. background: transparent;
    21. }
    22. /*.list.col3 .product .tag-linear*/
    23. .cMScroll .list.col3.product-list .blocker,
    24. .cMScroll .list.col3.product-list .product {
    25. padding: 0rem;
    26. }
    27. .cMScroll .list.col3 .product .container.content .desc .price strong span.zhenxuan,
    28. .cMScroll .list.col3 .product .container.content .desc .price .originPrice,
    29. .cMScroll .list.col3 .product .container.content .promotion .vip99,
    30. .cMScroll .list.col3 .product .container.content .desc .price .vip99-price,
    31. .cMScroll .list.col3 .product .container.content .desc .price .ptPT-moren,
    32. .cMScroll .list.col3 .product .tag-linear {
    33. display: none;
    34. }
    35. .cMScroll .list.col3 .product .container.content .promotion {
    36. min-height: auto;
    37. }
    38. .cMScroll .list.col3 .product .container.content .desc {
    39. padding-bottom: 0.05rem;
    40. }
    41. .cMScroll .list.col3 .product .container.content .desc .add-cart {
    42. width: 0.5rem;
    43. height: 0.5rem;
    44. }
    45. .cMScroll .list.col3 .product .container.content .name {
    46. -webkit-line-clamp: 1;
    47. height: 0.4rem;
    48. font: 0.26rem/0.4rem "微软雅黑";
    49. padding-top: 0.06rem;
    50. }
    51. /*三列图片*/
    52. .cMScroll .list.col3.product-list .blocker .container.img,
    53. .cMScroll .list.col3.product-list .product .container.img {
    54. margin: .1rem auto .04rem;
    55. overflow: inherit;
    56. }
    57. .cMScroll .product .container.img {
    58. position: relative;
    59. box-sizing: border-box;
    60. background-color: #f4f4f4;
    61. background-image: url(//gfs5.gomein.net.cn/wireless/T1KEhPBbCT1RCvBVdK_220_220.png);
    62. background-repeat: no-repeat;
    63. background-size: 100% auto;
    64. background-position: 50%;
    65. margin-top: 0.15rem;
    66. margin-left: 0.15rem;
    67. width: 1.9rem;
    68. }
    69. .cMScroll .product .container.img img {
    70. border-radius: 0.2rem;
    71. }
    72. /*三列内容信息*/
    73. .cMScroll .list.col3.product-list .product .content {
    74. background: linear-gradient(175deg, #fff6e6, #f4e5ca);
    75. padding: 0 0.1rem 0.1rem;
    76. }
    77. /*.list.col3 .product .tag-linear{background:linear-gradient(left,#f7d9b0,#fe7081);border-radius: 0 0 0.16rem 0;font-weight: bold;box-shadow: 0 0 3px 4px rgb(0 0 0 / 20%);left: -0.1rem;top: -0.1rem;right:auto;}*/
    78. /*字体颜色及购物车样式*/
    79. .cMScroll .list.col3 .product .container.content .desc .price strong,
    80. .cMScroll .list.col2 .product .container.content .desc .price strong {
    81. color: #c25300;
    82. }
    83. .cMScroll .list.col3 .product .container.content .desc .add-cart .add-btn,
    84. .cMScroll .list.col2 .product .container.content .desc .add-cart .add-btn {
    85. background-image: url(https://gfs5.gomein.net.cn/wireless/T1V3hVB_WT1RCvBVdK_200_200.png);
    86. background-color: transparent;
    87. }
    88. .cMScroll .list.col3 .product .container.content .promotion p {
    89. border: none;
    90. background: #b64055;
    91. color: #fff;
    92. }
    93. /**双列样式修正*/
    94. .cMScroll .list.product-list.col2 .flexgrid .blocker,
    95. .cMScroll .list.product-list.col2 .flexgrid .product {
    96. border-radius: 2vw;
    97. overflow: hidden;
    98. }
    99. .cMScroll .list.col2 .product .container.content .desc .price .originPrice,
    100. .cMScroll .list.col2 .product .container.content .subtitle,
    101. .cMScroll .list.col2 .product .container.content .desc .price span.zhenxuan {
    102. display: none;
    103. }
    104. .cMScroll .list.col2 .product .container.content .desc {
    105. display: -webkit-box;
    106. display: box;
    107. display: -ms-flexbox;
    108. display: flex;
    109. margin-top: 0.16rem;
    110. margin-left: 24%;
    111. }
    112. .cMScroll .goods-tag {
    113. background: -webkit-linear-gradient(right, #f8202f, #e22948);
    114. }
    115. .cMScroll .list.product-list.col2 .blocker .content,
    116. .cMScroll .list.product-list.col2 .product .content {
    117. padding: 0.1rem .14rem;
    118. background: transparent !important;
    119. margin: 0;
    120. margin-top: -0.2rem;
    121. }
    122. /**多行滚动 需在标题设置促销语中设置caScroll 适用于带标签商品模块(显示列数须选择双列或3列),双列商品,及3列商品***/
    123. .cMScroll .list.product-list {
    124. display: -webkit-box;
    125. overflow-x: scroll;
    126. padding-bottom: 0;
    127. -webkit-overflow-scrolling: touch;
    128. }
    129. .cMScroll .list.product-list .flexgrid {
    130. font-size: 0;
    131. width: 33%;
    132. display: block;
    133. margin-right: 0.06rem;
    134. }
    135. .cMScroll .list.product-list .flexgrid .product {
    136. width: 100%;
    137. height: 3.1rem;
    138. margin-bottom: 0.06rem;
    139. background: url(https://gfs6.gomein.net.cn/wireless/T1w0WkBghv1RCvBVdK_376_535.png);
    140. background-size: 100%;
    141. background-repeat: no-repeat;
    142. }
    143. /* .cMScroll .list::-webkit-scrollbar {
    144. height: 0.2rem !important;
    145. background: rgba(0, 0, 0, 0);
    146. }
    147. .cMScroll .list::-webkit-scrollbar-thumb {
    148. background: rgba(223, 17, 17, 0);
    149. border-top: 0.08rem solid #e30d0d;
    150. } */
    151. .cMScroll .list::-webkit-scrollbar-track {
    152. background: rgba(0, 0, 0, 0);
    153. border-top: 0.05rem solid #fff;
    154. }
    155. .cMScroll .list.product-list.col2 .product a.react {
    156. background: transparent;
    157. }
    158. .cMScroll .list.col2 .product .container.content .name {
    159. color: #333;
    160. font-size: .26rem;
    161. margin-top: 0.14rem;
    162. line-height: .336rem;
    163. height: 0.3rem;
    164. font-weight: 400;
    165. line-height: .326rem;
    166. display: -webkit-box;
    167. -webkit-line-clamp: 2;
    168. -webkit-box-orient: vertical;
    169. text-overflow: ellipsis;
    170. overflow: hidden;
    171. }
    172. .cMScroll .list.col2 .product .container.content .desc .price strong {
    173. font-weight: 700;
    174. display: block;
    175. color: #c25300;
    176. font-size: .34rem;
    177. line-height: .34rem;
    178. height: 0.34rem;
    179. margin-top: -0.14rem;
    180. }
    181. </style>
    182. <script>
    183. if (window.location.href.indexOf('market') > 0) {
    184. $(".qrCode").show();
    185. $('div[templetid="4736299"]').hide();
    186. } else {
    187. $(".qrCode").hide();
    188. }
    189. </script>
    190. </div>