car_details.css
1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.container{
background-color: #FFFFFF;
height: 100%;
}
/*banner*/
.banner{
height:100%;
height: 3.6rem;
margin-bottom: ;
}
.banner img{
width: 100%;
}
/*car_info*/
.car_info{
width: 7.01rem;
margin: 0.44rem auto 0;
border-bottom: 1px solid #EAEAEA;
padding-bottom: 0.38rem;
}
.tit_money{
display: flex;
justify-content: space-between;
align-items: baseline;
}
.tit_money p:nth-child(1){
font-size: 0.3rem;
line-height: 0.3rem;
font-weight: bold;
}
.tit_money p:nth-child(2){
font-size: 0.36rem;
line-height: 0.36rem;
color: #287CF8;
}
.tit_money p:nth-child(2) span{
font-size: 0.24rem;
line-height: 0.24rem;
color: #000000;
}
.car_text{
font-size: 0.22rem;
margin-top: 0.26rem;
line-height: 0.22rem;
}
/*tit*/
.tit{
font-size: 0.3rem;
line-height: 0.3rem;
margin-top: 0.24rem;
margin-bottom: 0.24rem;
font-weight: bold;
}
.details_wrap,.pic_text_wrap{
width: 7.01rem;
margin: 0 auto;
}
.pic_text_wrap{
margin-top: 0.4rem;
}
.car_style{
display: flex;
align-items: center;
margin-bottom: 0.24rem;
}
.style_item{
width: 5.07rem;
height: 0.6rem;
padding-left: 0.82rem;
background-color: #2D80FC;
border-radius: 0.1rem;
color: #FFFFFF;
font-size: 0.22rem;
display: flex;
line-height: 0.6rem;
}
.style_item p{
margin-right: 0.3rem;
}
.car_money{
font-size: 0.3rem;
font-weight: bold;
line-height: 0.3rem;
margin-left: 0.3rem;
}
.border_bottom{
border-bottom: 1px solid #EAEAEA;
}