mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
update rc-busness/assets/css/index.less.
This commit is contained in:
parent
23a64e853e
commit
01854f3022
@ -24,10 +24,6 @@
|
|||||||
.ul-zhuan,.ul-dog{
|
.ul-zhuan,.ul-dog{
|
||||||
li{
|
li{
|
||||||
background: unset;
|
background: unset;
|
||||||
img{
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
|
||||||
&.active {
|
|
||||||
img{
|
img{
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
@ -46,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.ts-banner-swiper-container{
|
||||||
|
margin-bottom:2.5rem;
|
||||||
}
|
}
|
||||||
.searchBara{
|
.searchBara{
|
||||||
position: fixed;
|
|
||||||
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,12 +110,10 @@
|
|||||||
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;
|
||||||
@ -143,9 +146,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
.van-swipe{
|
|
||||||
z-index: 2;
|
|
||||||
}
|
}
|
||||||
.rc-usermessage{
|
.rc-usermessage{
|
||||||
span{
|
span{
|
||||||
@ -163,9 +163,11 @@
|
|||||||
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,6 +350,10 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// .usermain{
|
||||||
|
// display: none;
|
||||||
|
// }
|
||||||
|
}
|
||||||
.active {
|
.active {
|
||||||
font-size: 0.14rem;
|
font-size: 0.14rem;
|
||||||
img{
|
img{
|
||||||
@ -359,10 +366,6 @@
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// .usermain{
|
|
||||||
// display: none;
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (min-width: 769px)
|
@media screen and (min-width: 769px)
|
||||||
@ -403,17 +406,14 @@
|
|||||||
#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 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 38.6rem;
|
height: 38.6rem;
|
||||||
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user