update rc-busness/assets/css/index.less.

This commit is contained in:
Admin 2022-01-20 04:37:57 +00:00 committed by Gitee
parent 23a64e853e
commit 01854f3022
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -29,24 +29,20 @@
} }
&.active { &.active {
img{ img{
border-radius: 50%; border: 3px solid #E2001A;
} }
&.active { color: #E2001A;
img{
border: 3px solid #E2001A; }
} &.unactive {
color: #E2001A; color: #444444;
img{
} border: 3px solid #D7D7D7;
&.unactive {
color: #444444;
img{
border: 3px solid #D7D7D7;
}
} }
} }
} }
} }
.uservideo{ .uservideo{
overflow: hidden; overflow: hidden;
video{ video{
@ -80,15 +76,24 @@
} }
@media screen and (max-width:768px){ @media screen and (max-width:768px){
.ul-dog{ .ul-dog{
display: none; justify-content: space-evenly;
img{
width:4rem;
height:auto;
}
li{
margin-top:1.875rem;
}
} }
.searchBara{ .ts-banner-swiper-container{
position: fixed; margin-bottom:2.5rem;
}
.searchBara{
width: 100%; width: 100%;
position: fixed; position: fixed;
top:66px; top:3.75rem;
background: white; background: white;
z-index: 9999; z-index: 60;
overflow-x: auto; overflow-x: auto;
white-space: nowrap; white-space: nowrap;
overflow-y:hidden; overflow-y:hidden;
@ -105,16 +110,14 @@
display: inline-block; display: inline-block;
margin-left: 0.20rem; margin-left: 0.20rem;
text-align: center; text-align: center;
background: #F6F6F6;
border-radius: 50%; border-radius: 50%;
opacity: 1; opacity: 1;
} }
} }
.rc-login{
.rc-login{ width: 92%;
width: 92%; margin:0 auto;
margin:0 auto; }
}
.userunlogin{ .userunlogin{
width: 100%; width: 100%;
height: 0.60rem; height: 0.60rem;
@ -144,9 +147,6 @@
} }
} }
.van-swipe{
z-index: 2;
}
.rc-usermessage{ .rc-usermessage{
span{ span{
font-size: 1rem; font-size: 1rem;
@ -162,10 +162,12 @@
height: auto; height: auto;
object-fit: cover; object-fit: cover;
} }
.van-swipe{
z-index: 2;
}
.van-swipe-item { .van-swipe-item {
color: #fff; color: #fff;
height: 26.31rem;
width: 100%; width: 100%;
font-size: 0.20px; font-size: 0.20px;
text-align: center; text-align: center;
@ -234,7 +236,7 @@
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: flex-start;
align-items: center; align-items: center;
} }
img{ img{
@ -251,6 +253,7 @@
margin-top: 1.25rem; margin-top: 1.25rem;
} }
p{ p{
color: #666666;
font-size: .875rem; font-size: .875rem;
text-overflow: -o-ellipsis-lastline; text-overflow: -o-ellipsis-lastline;
overflow: hidden; overflow: hidden;
@ -347,22 +350,22 @@
} }
} }
.active {
font-size: 0.14rem;
img{
border-width: 1px;
}
}
.unactive {
font-size: 0.14rem;
img{
border-width: 1px;
}
}
// .usermain{ // .usermain{
// display: none; // display: none;
// } // }
} }
.active {
font-size: 0.14rem;
img{
border-width: 1px;
}
}
.unactive {
font-size: 0.14rem;
img{
border-width: 1px;
}
}
@media screen and (min-width: 769px) @media screen and (min-width: 769px)
@ -403,15 +406,12 @@
#xxxFullScreen { #xxxFullScreen {
background-color: white; background-color: white;
// margin-top: 100px; // margin-top: 100px;
#swiper1 { #swiper1,#swiper2 {
width: 100%;
overflow: hidden; overflow: hidden;
margin-top: 2.31rem; margin-top: 2.31rem;
}
h2{ h2{
padding-bottom: 5rem; padding-bottom: 5rem;
}
} }
.swiper-container2 { .swiper-container2 {
@ -420,10 +420,10 @@
// overflow: visible !important; // overflow: visible !important;
position: relative; position: relative;
} }
#swiper1 .swiper-container .swiper-wrapper .swiper-slide { #swiper1 .swiper-container .swiper-wrapper .swiper-slide {
width: 100%; width: 100%;
//height: 6.18rem; //height: 6.18rem;
} }
/* 上一张 */ /* 上一张 */
#swiper1 .swiper-container .swiper-wrapper .swiper-slide-prev { #swiper1 .swiper-container .swiper-wrapper .swiper-slide-prev {
@ -571,14 +571,18 @@ img{
display: block; display: block;
} }
img{ img{
width: 10vw; width:100%;
height: 10vw; height: auto;
object-fit: contain;
display: block; display: block;
} }
li{ li{
width: 10vw;
max-width:11rem;
cursor: pointer; cursor: pointer;
font-size: 16px; font-size: 16px;
text-align: center; text-align: center;
overflow:hidden;
} }
} }
@ -593,33 +597,7 @@ img{
} }
.usermain{ .usermain{
.ul-dog{
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
span{
margin-top: 2.5rem;
display: block;
}
img{
width: 9.5rem;
height: 9.5rem;
display: block;
}
li{
cursor: pointer;
font-size: 16px;
width: 9.875rem;
text-align: center;
height: 9.875rem;
background: #F6F6F6;
border-radius: 50%;
margin-left:3rem;
}
}
} }
.rc-main{ .rc-main{
width: 100%; width: 100%;