|
@@ -101,6 +101,9 @@
|
|
|
line-height: 49rpx;
|
|
|
font-size: 24rpx;
|
|
|
vertical-align: middle;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-family: PingFangSC-Light;
|
|
|
}
|
|
|
.goodcar_item_label{
|
|
|
display: inline-block;
|
|
@@ -112,7 +115,7 @@
|
|
|
color: rgba(56, 55, 53, 1);
|
|
|
font-size: 16rpx;
|
|
|
text-align: center;
|
|
|
- font-family: PingFangSC-Light;
|
|
|
+ margin-right: 10rpx;
|
|
|
}
|
|
|
.prevent_move{
|
|
|
position: absolute;
|
|
@@ -167,8 +170,10 @@
|
|
|
width: 500rpx;
|
|
|
height: 68rpx;
|
|
|
line-height: 68rpx;
|
|
|
+ font-size: 22rpx;
|
|
|
text-align: center;
|
|
|
background-color: rgba(255, 230, 0, 1);
|
|
|
+ font-family: PingFangSC-Medium;
|
|
|
}
|
|
|
/**********recommend**********/
|
|
|
.recommend{
|
|
@@ -179,20 +184,23 @@
|
|
|
padding:64rpx 0rpx 60rpx;
|
|
|
|
|
|
}
|
|
|
-.recommend_img{
|
|
|
+.recommend_img,.like_img{
|
|
|
height: 32rpx;
|
|
|
display: block;
|
|
|
margin:0px auto;
|
|
|
width:176rpx;
|
|
|
}
|
|
|
.recommend_w{
|
|
|
- height: 16rpx;
|
|
|
- line-height: 19rpx;
|
|
|
- color: rgba(56, 55, 53, 1);
|
|
|
- letter-spacing: 3rpx;
|
|
|
- font-size: 16rpx;
|
|
|
- text-align: center;
|
|
|
- font-family: PerpetuaTitlingMT-Light;
|
|
|
+ height: 14rpx;
|
|
|
+ width:248rpx;
|
|
|
+ margin:10rpx auto 0rpx;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+.like_w{
|
|
|
+ height: 14rpx;
|
|
|
+ width:204rpx;
|
|
|
+ margin:10rpx auto 0rpx;
|
|
|
+ display: block;
|
|
|
}
|
|
|
.recommend_sw{
|
|
|
position: relative;
|
|
@@ -250,6 +258,7 @@
|
|
|
color: rgba(56, 55, 53, 1);
|
|
|
font-size: 26rpx;
|
|
|
text-align: left;
|
|
|
+ font-family: PingFangSC-Medium,NotoSansHans-Medium;
|
|
|
}
|
|
|
.car_time{
|
|
|
height: 30rpx;
|
|
@@ -263,7 +272,7 @@
|
|
|
line-height: 33rpx;
|
|
|
color: rgba(33, 36, 37, 1);
|
|
|
font-size: 28rpx;
|
|
|
- font-family: PingFangSC-Medium,NotoSansHans-Medium;
|
|
|
+ font-family: PingFangSC-Semibold;
|
|
|
}
|
|
|
.car_characteristic{
|
|
|
height: 50rpx;
|
|
@@ -278,14 +287,23 @@
|
|
|
margin-right: 15rpx;
|
|
|
background-color: rgba(255, 230, 0, 1);
|
|
|
color: rgba(56, 55, 53, 1);
|
|
|
+ font-family: PingFangSC-Light;
|
|
|
}
|
|
|
.show_more{
|
|
|
+ border-top: 1rpx solid #F2F2F5;
|
|
|
line-height: 68rpx;
|
|
|
height: 68rpx;
|
|
|
color: rgba(135, 135, 135, 1);
|
|
|
font-size: 24rpx;
|
|
|
- text-align: center;
|
|
|
background: white;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+.show_more image{
|
|
|
+ width:22rpx;
|
|
|
+ height: 22rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
}
|
|
|
/*******bottom*********/
|
|
|
.bottom_banner{
|