Authored by QC-L

修复字体大小的问题, 展示选中线

... ... @@ -323,7 +323,7 @@ class Group extends Page {
slidesPerView: 3,
spaceBetween: 20,
slidesPerGroup: 3,
autoplay: speed * 1000,
autoplay: speed,
autoplayDisableOnInteraction: false,
pagination: '.swiper-pagination',
paginationClickable: true,
... ...
... ... @@ -68,7 +68,7 @@
.product-sell-number {
font-family: PingFangSC-Regular, sans-serif;
font-size: 11px;
font-size: 22px;
color: #b0b0b0;
}
... ...
... ... @@ -15,13 +15,17 @@
min-width: 100%;
.guess-tab {
min-width: 160px;
margin-left: 20px;
margin-right: 20px;
min-width: 140px;
height: 78px;
}
}
}
.active {
border-bottom: 2px #222 solid;
box-sizing: border-box;
border-bottom: 2px solid #222;
}
.wapper::-webkit-scrollbar { width: 0 !important; }
... ...
... ... @@ -95,9 +95,7 @@
.forcefontsize10 {
display: inline-block;
font-size: 12px;
-webkit-text-size-adjust: none;
transform: scale(0.83, 0.83);
font-size: 14px;
}
.new-group-prict-bg {
... ... @@ -116,6 +114,7 @@
.new-group-number-price {
color: #d0021b;
top: 20px;
}
.new-group-price-collage {
... ... @@ -125,7 +124,7 @@
.new-group-price-market {
font-family: PingFang-SC-Regular, sans-serif;
font-size: 12px;
font-size: 22px;
color: #b0b0b0;
}
... ...