mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-17 08:03:49 +08:00
更改搜索页面样式功能的调整
This commit is contained in:
@@ -14,6 +14,21 @@ ul li ol li em strong i {
|
||||
position: relative;
|
||||
margin-top: 5.25rem;
|
||||
|
||||
.active{
|
||||
border: 2px solid #E2001A;
|
||||
color: #E2001A;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
.unactive{
|
||||
border: 2px solid #d7d7d7;
|
||||
color:#999999;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
}
|
||||
//手机端
|
||||
@media screen and (max-width: 768px) {
|
||||
.usersearch {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
@@ -30,21 +45,6 @@ ul li ol li em strong i {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.active{
|
||||
border: 2px solid #E2001A;
|
||||
color: #E2001A;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
.unactive{
|
||||
border: 2px solid #d7d7d7;
|
||||
color:#999999;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
}
|
||||
//手机端
|
||||
@media screen and (max-width: 768px) {
|
||||
.rc-button
|
||||
{
|
||||
display: flex;
|
||||
@@ -371,7 +371,25 @@ border-radius: 100px;
|
||||
}
|
||||
//pc端
|
||||
@media screen and (min-width: 768px){
|
||||
.usersearch {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
margin-top: 40px;
|
||||
.ts-scrollable-container{
|
||||
h2{
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
}
|
||||
.rc-padding--md{
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.online{
|
||||
margin-top: 47px;
|
||||
}
|
||||
/deep/.el-dialog__header {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -500,6 +518,7 @@ margin-left: 8px;
|
||||
font-size: 26px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
margin: 0;
|
||||
}
|
||||
span {
|
||||
font-size: 14px;
|
||||
@@ -593,13 +612,16 @@ border-radius: 30px;
|
||||
/deep/.van-search__content--square{
|
||||
background: white;
|
||||
}
|
||||
/deep/.van-search{
|
||||
padding-left: 0;
|
||||
}
|
||||
.van-search__content--square{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: white;
|
||||
border: 1px solid #D7D7D7;
|
||||
height: 80px;
|
||||
height: 50px;
|
||||
width: 1200px;
|
||||
border-radius: 200px;
|
||||
}
|
||||
@@ -647,6 +669,7 @@ border-radius: 30px;
|
||||
font-size: 26px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user