|
@@ -763,7 +763,7 @@ position: absolute;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
#searchInner .right-tabBtn-superSearch{
|
|
|
- width: 265px;
|
|
|
+ min-width: 265px;
|
|
|
}
|
|
|
#searchInner .right-tabBtn-proproject{
|
|
|
width: 153px;
|
|
@@ -844,8 +844,8 @@ position: absolute;
|
|
|
|
|
|
#searchInner .split-line{
|
|
|
width:1px;
|
|
|
- height:20px;
|
|
|
- background-color:#e0e0e0;
|
|
|
+ height:18px;
|
|
|
+ background-color:#ececec;
|
|
|
margin:15px 5px 0px 5px;
|
|
|
}
|
|
|
|