Data tracking point added / Resentation template updated

This commit is contained in:
Vion
2022-02-08 17:09:24 +08:00
parent d251f881ef
commit d9b3ddb7fd
16 changed files with 526 additions and 64 deletions

View File

@@ -52,6 +52,9 @@
display: none;
}
}
input {
padding-left: 16px;
}
}

View File

@@ -104,7 +104,7 @@ margin:0 auto;
}
}
img{
width: 43px;
width: 28px;
}
.rc-foot{
display: flex;
@@ -195,7 +195,7 @@ display: none;
}
}
img{
width: 43px;
width: 28px;
}
.rc-foot{
display: flex;

View File

@@ -0,0 +1,69 @@
.ts-resentation {
.ts-banner-swiper-container {
img {
width: 100%;
height: auto;
object-fit: contain;
}
}
.ts-product-list{
position:relative;
li{
border:none;
}
h2{
word-break: break-all;
}
.rc-column {
box-sizing: border-box;
span {
height:auto;
&:first-child{
height:5.625rem;
}
}
}
.desc {
width:13rem;
height:auto;
margin-left:auto;
margin-right:auto;
word-break: keep-all;
}
.swiper-slide {
padding-left:1rem;
padding-right:1rem;
}
}
/deep/.swiper-button-prev, /deep/.swiper-button-next {
color:#000;
&:after{
font-size:1rem;
}
}
.ts-carousel-indicator{
bottom:0;
/deep/.swiper-pagination-bullet{
margin-left:.5rem;
}
/deep/.swiper-pagination-bullet-active{
background:#E2001A;
}
&.center{
width:100%;
text-align: center;
}
}
}
@media screen and (max-width:768px) {
.ts-resentation {
.ts-product-list{
.desc {
}
h2{
font-size:1.375rem;
}
}
}
}