quality.css
910 Bytes
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
.title_bot {
width: 100%;
background-color: #F7F7F9;
border-radius: 10px 10px 10px 10px;
overflow: hidden;
margin-top: 40px;
}
.title_bot p {
margin: 30px 38px;
font-size: 18px;
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
color: #787878;
line-height: 56px;
}
.quality_allPic {
width: 100%;
margin-top: 46px;
}
.quality_allPic img {
display: block;
border-radius: 10px;
}
.quality_allPic .top {
display: flex;
justify-content: space-between;
}
.quality_allPic .top .lef img {
width: 648.01px;
}
.quality_allPic .top .rig {
margin-left: 26px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-content: space-between;
}
.quality_allPic .top .rig img {
width: 299.43px;
}
.quality_allPic .bot {
margin-top: 22px;
display: flex;
justify-content: space-between;
}
.quality_allPic .bot img {
width: 235.34px;
}