|
@@ -107,7 +107,7 @@
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- font-family: PingFangSC-Light;
|
|
|
|
|
|
+ font-family: PingFangSC-Light,NotoSansHans-Light;
|
|
}
|
|
}
|
|
.goodcar_item_label{
|
|
.goodcar_item_label{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -177,7 +177,7 @@
|
|
font-size: 22rpx;
|
|
font-size: 22rpx;
|
|
text-align: center;
|
|
text-align: center;
|
|
background-color: rgba(255, 230, 0, 1);
|
|
background-color: rgba(255, 230, 0, 1);
|
|
- font-family: PingFangSC-Medium;
|
|
|
|
|
|
+ font-family: PingFangSC-Medium,NotoSansHans-Medium;
|
|
}
|
|
}
|
|
/**********recommend**********/
|
|
/**********recommend**********/
|
|
.recommend{
|
|
.recommend{
|
|
@@ -242,14 +242,14 @@
|
|
}
|
|
}
|
|
.car_img{
|
|
.car_img{
|
|
display: block;
|
|
display: block;
|
|
- width:336rpx;
|
|
|
|
|
|
+ width:290rpx;
|
|
height:100%;
|
|
height:100%;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
background-size: 100%;
|
|
background-position: center;
|
|
background-position: center;
|
|
}
|
|
}
|
|
.car_info{
|
|
.car_info{
|
|
- padding:10rpx 0rpx 0rpx 40rpx;
|
|
|
|
|
|
+ padding:10rpx 38rpx 0rpx 20rpx;
|
|
align-items:center;
|
|
align-items:center;
|
|
flex: 1;
|
|
flex: 1;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -276,22 +276,29 @@
|
|
line-height: 33rpx;
|
|
line-height: 33rpx;
|
|
color: rgba(33, 36, 37, 1);
|
|
color: rgba(33, 36, 37, 1);
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
- font-family: PingFangSC-Semibold;
|
|
|
|
|
|
+ font-family: PingFangSC-Semibold,NotoSansHans-Blod;
|
|
}
|
|
}
|
|
.car_characteristic{
|
|
.car_characteristic{
|
|
- height: 50rpx;
|
|
|
|
|
|
+ /*height: 50rpx;*/
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+.car_characteristic::after{
|
|
|
|
+ content:"";
|
|
|
|
+ display: block;
|
|
|
|
+ height: 0rpx;
|
|
|
|
+ clear: both;
|
|
}
|
|
}
|
|
.car_characteristic_i{
|
|
.car_characteristic_i{
|
|
- display: inline-block;
|
|
|
|
|
|
+ float: left;
|
|
height: 34rpx;
|
|
height: 34rpx;
|
|
line-height: 34rpx;
|
|
line-height: 34rpx;
|
|
border-radius: 6rpx;
|
|
border-radius: 6rpx;
|
|
font-size: 18rpx;
|
|
font-size: 18rpx;
|
|
- padding:0rpx 5rpx;
|
|
|
|
|
|
+ padding:0rpx 10rpx;
|
|
margin-right: 15rpx;
|
|
margin-right: 15rpx;
|
|
background-color: rgba(255, 230, 0, 1);
|
|
background-color: rgba(255, 230, 0, 1);
|
|
color: rgba(56, 55, 53, 1);
|
|
color: rgba(56, 55, 53, 1);
|
|
- font-family: PingFangSC-Light;
|
|
|
|
|
|
+ font-family: PingFangSC-Light,NotoSansHans-Light;
|
|
}
|
|
}
|
|
.show_more{
|
|
.show_more{
|
|
border-top: 1rpx solid #F2F2F5;
|
|
border-top: 1rpx solid #F2F2F5;
|