|
@@ -164,10 +164,10 @@ export default {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
.newCarList .newlist .title {
|
|
.newCarList .newlist .title {
|
|
|
- line-height: 32px;
|
|
|
|
|
|
|
+ /* line-height: 32px; */
|
|
|
}
|
|
}
|
|
|
.newCarList .van-cell__right-icon {
|
|
.newCarList .van-cell__right-icon {
|
|
|
- top: -4px;
|
|
|
|
|
|
|
+ top: 5px;
|
|
|
}
|
|
}
|
|
|
.newCarList .newlist {
|
|
.newCarList .newlist {
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -176,7 +176,8 @@ export default {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
- line-height: 14px;
|
|
|
|
|
|
|
+ padding: 5px 0;
|
|
|
|
|
+ /* line-height: 14px; */
|
|
|
}
|
|
}
|
|
|
.newCarList .newlist .info {
|
|
.newCarList .newlist .info {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -189,7 +190,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
.newCarList .newlist .title .textLeft {
|
|
.newCarList .newlist .title .textLeft {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
- padding-bottom: 10px;
|
|
|
|
|
|
|
+ /* padding-bottom: 10px; */
|
|
|
}
|
|
}
|
|
|
.newCarList .newlist .title .textRight {
|
|
.newCarList .newlist .title .textRight {
|
|
|
float: right;
|
|
float: right;
|