4b6fcb89
边
feat:部分静态页面调整
|
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
|
margin-top: 40px;
background-color: #fff;
border-radius: 4vw;
padding: 7vw 5vw;
box-sizing: border-box;
}
.title_box {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 3.9vw;
font-weight: bold;
padding: 30px 5vw;
box-sizing: border-box;
border-radius: 5vw;
box-shadow: 1px 1px 1px 1px rgb(207, 206, 206);
}
.title_pic {
display: flex;
align-items: center;
}
.pic {
width: 25px;
height: 25px;
border-radius: 25px;
margin-right: 7px;
}
.red_title {
color: #FD676A;
}
.grey_title {
margin: 30px 0;
font-size: 4.5vw;
color: #999;
display: flex;
justify-content: space-between;
}
.table_L{
width: 28vw;
display: flex;
justify-content: space-between;
|
4b6fcb89
边
feat:部分静态页面调整
|
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
font-size: 4vw;
color: #333;
display: flex;
justify-content: space-between;
align-items: center;
}
.table_R {
width: 45vw;
display: flex;
justify-content: space-between;
align-items: center;
}
.grey_R {
color:#999;
font-size: 3.9vw;
}
.tem_pic {
width: 22px;
height: 28px;
}
.btn {
position: fixed;
bottom: 50px;
|