mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 23:53:48 +08:00
Data tracking point added / Resentation template updated
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
input {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
69
rc-busness/assets/css/resentation.less
Normal file
69
rc-busness/assets/css/resentation.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user