This commit is contained in:
952108534@qq.com
2022-01-17 19:09:40 +08:00
parent 8375664ba6
commit fa9418b9f9
10 changed files with 29 additions and 4 deletions

View File

@@ -152,7 +152,9 @@ margin-top: 8px;
}
@media screen and (min-width: 769px){
.online{
margin-top: 30px;
}
.allmain{
.rs-dis{
@@ -162,6 +164,7 @@ margin-top: 8px;
}
}
.active {
font-size: 14px;
color: #E2001A;

View File

@@ -11,12 +11,15 @@ ul li ol li em strong i {
.usersearch {
margin: 0 auto;
overflow: hidden;
}
//rc-main end
}
//手机端
@media screen and (max-width: 768px) {
.usercontentshow{
position: relative;
}
@@ -234,6 +237,19 @@ ul li ol li em strong i {
//pc端
@media screen and (min-width: 768px){
.usersearch {
margin: 0 auto;
overflow: hidden;
margin-top: 5rem;
}
.online{
width:100%;
&.bold{
height:0.5rem;
margin-top: 5rem;
background:#f6f6f6;
}
}
/deep/.el-dialog {
width: 920px;
height: 570px;