|
@@ -809,11 +809,11 @@ export default {
|
|
|
}
|
|
|
.vinsearch{
|
|
|
width: 426px;
|
|
|
- height: 40px;
|
|
|
+ height: 36px;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 4px;
|
|
|
border: 1px solid #DDDDDD;
|
|
|
- line-height:44px;
|
|
|
+ line-height:36px;
|
|
|
padding-left: 10px;
|
|
|
font-size: 14px;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
@@ -823,13 +823,13 @@ export default {
|
|
|
}
|
|
|
.vinBtn{
|
|
|
width: 72px;
|
|
|
- height: 44px;
|
|
|
+ height: 40px;
|
|
|
background: #FF4F00;
|
|
|
border-radius: 4px 0px 0px 4px;
|
|
|
font-weight: 400;
|
|
|
color: #FFFFFF;
|
|
|
font-size: 14px;
|
|
|
- line-height: 44px;
|
|
|
+ line-height: 36px;
|
|
|
text-align: center;
|
|
|
margin-right: -2px;
|
|
|
position: relative;
|
|
@@ -839,22 +839,23 @@ export default {
|
|
|
}
|
|
|
.barndBox{
|
|
|
display: flex;
|
|
|
- line-height:44px;
|
|
|
padding-left: 40px;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|
|
|
+ line-height: 42px;
|
|
|
}
|
|
|
.top{
|
|
|
display: flex;
|
|
|
position: relative;
|
|
|
+ padding-top: 4px;
|
|
|
}
|
|
|
.topsImg{
|
|
|
width: 16px;
|
|
|
left:480px ;
|
|
|
height: 16px;
|
|
|
position: absolute;
|
|
|
- top: 12px;
|
|
|
+ top: 16px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.barnd{
|
|
@@ -878,7 +879,7 @@ export default {
|
|
|
white-space: nowrap;/*强制不换行*/
|
|
|
}
|
|
|
.topkk{
|
|
|
- width: 120px;
|
|
|
+ width: 100px;
|
|
|
height: 40px;
|
|
|
border: 1px solid #FF4F00;
|
|
|
border-radius: 4px;
|
|
@@ -893,7 +894,7 @@ export default {
|
|
|
color: #333333;
|
|
|
line-height: 17px;
|
|
|
font-size: 12px;
|
|
|
- padding-top: 30px;
|
|
|
+ padding-top: 25px;
|
|
|
}
|
|
|
.span1{
|
|
|
color: #3F90F7;
|
|
@@ -1104,8 +1105,8 @@ color: #333333;padding-left: 10px;padding-right: 20px;
|
|
|
border: 1px solid #EEEEEE;
|
|
|
}
|
|
|
.childrenImg{
|
|
|
- width: 80%;
|
|
|
- height: 90%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
object-fit: contain;
|
|
|
}
|
|
|
/deep/ .el-table .has-gutter th.el-table__cell{
|