|
@@ -147,7 +147,7 @@
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
background-color: #2cb7ca;
|
|
background-color: #2cb7ca;
|
|
text-align: center;
|
|
text-align: center;
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
border: 2px solid #2cb7ca;
|
|
border: 2px solid #2cb7ca;
|
|
border-left: none;
|
|
border-left: none;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -1392,9 +1392,10 @@ position: absolute;
|
|
}
|
|
}
|
|
.search-type .search-type-dialog{
|
|
.search-type .search-type-dialog{
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: -62px;
|
|
|
|
|
|
+ bottom: -70px;
|
|
left: 50%;
|
|
left: 50%;
|
|
width: 104px;
|
|
width: 104px;
|
|
|
|
+ padding: 4px 0;
|
|
border: 1px solid #2CB7CA;
|
|
border: 1px solid #2CB7CA;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
@@ -1435,6 +1436,9 @@ position: absolute;
|
|
background: rgba(0, 0, 0, 0.75)!important;
|
|
background: rgba(0, 0, 0, 0.75)!important;
|
|
border-radius: 4px!important;
|
|
border-radius: 4px!important;
|
|
}
|
|
}
|
|
|
|
+.el-tooltip__popper .popper__arrow{
|
|
|
|
+ opacity: 0.85!important;
|
|
|
|
+}
|
|
.tooltip-help-btn{
|
|
.tooltip-help-btn{
|
|
width: 15px;
|
|
width: 15px;
|
|
height: 15px;
|
|
height: 15px;
|
|
@@ -1670,4 +1674,7 @@ position: absolute;
|
|
.q-mark-buyer{
|
|
.q-mark-buyer{
|
|
width: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
height: 16px;
|
|
|
|
+}
|
|
|
|
+.change-search-input{
|
|
|
|
+ padding: 16px 24px 10px 32px;
|
|
}
|
|
}
|