修改样式
This commit is contained in:
@@ -315,14 +315,12 @@ export default {
|
||||
}
|
||||
.content-search-box{
|
||||
background-color: #fff;
|
||||
border-radius: 24px;
|
||||
display: inline-flex;
|
||||
align-items: center ;
|
||||
width: 560px;
|
||||
height: 48px;
|
||||
/deep/.el-input__inner {
|
||||
height: 46px;
|
||||
border-radius: 0;
|
||||
padding: 0 34px;
|
||||
}
|
||||
.el-select {
|
||||
@@ -330,7 +328,6 @@ export default {
|
||||
width: 155px;
|
||||
/deep/input.el-input__inner{
|
||||
border: none;
|
||||
border-radius: 24px 0 0 24px !important;
|
||||
color: #999999;
|
||||
font-family: PingFang-SC-Bold;
|
||||
}
|
||||
@@ -360,7 +357,6 @@ export default {
|
||||
width: 55px;
|
||||
height: 46px;
|
||||
padding: 9px 0 10px 10px;
|
||||
border-radius: 0 24px 24px 0;
|
||||
background-color: #fff;
|
||||
.search-btn{
|
||||
width: 25px;
|
||||
@@ -409,7 +405,6 @@ export default {
|
||||
//background-image: linear-gradient(to right, );
|
||||
background-size: 100% 100%;
|
||||
padding-left:20px;
|
||||
border-radius: 18px;
|
||||
border: 2px solid #4091ff;
|
||||
.icon-box{
|
||||
display: inline-block;
|
||||
@@ -437,7 +432,6 @@ export default {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
line-height: 34px;
|
||||
border-radius: 50%;;
|
||||
border: 2px solid #4091FF;
|
||||
border-right: none;
|
||||
margin-left: 14px;
|
||||
|
||||
@@ -1274,14 +1274,12 @@ export default {
|
||||
}
|
||||
.content-search-box{
|
||||
background-color: #fff;
|
||||
border-radius: 24px;
|
||||
display: inline-flex;
|
||||
align-items: center ;
|
||||
width: 560px;
|
||||
height: 48px;
|
||||
/deep/.el-input__inner {
|
||||
height: 46px;
|
||||
border-radius: 0;
|
||||
padding: 0 34px;
|
||||
}
|
||||
.el-select {
|
||||
@@ -1289,7 +1287,6 @@ export default {
|
||||
width: 155px;
|
||||
/deep/input.el-input__inner{
|
||||
border: none;
|
||||
border-radius: 24px 0 0 24px !important;
|
||||
color: #999999;
|
||||
font-family: PingFang-SC-Bold;
|
||||
}
|
||||
@@ -1319,7 +1316,6 @@ export default {
|
||||
width: 55px;
|
||||
height: 46px;
|
||||
padding: 9px 0 10px 10px;
|
||||
border-radius: 0 24px 24px 0;
|
||||
background-color: #fff;
|
||||
.search-btn{
|
||||
width: 25px;
|
||||
@@ -1391,12 +1387,10 @@ export default {
|
||||
.el-tabs__header {
|
||||
overflow: hidden;
|
||||
border: 2px solid #4091FF;
|
||||
border-radius: 15px 0 0 15px;
|
||||
}
|
||||
.el-tabs__content {
|
||||
border: 2px solid #4091FF;
|
||||
border-left: none;
|
||||
border-radius: 0 15px 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user