mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
69 lines
1003 B
Plaintext
69 lines
1003 B
Plaintext
.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;
|
|
}
|
|
}
|
|
}
|
|
} |