zpfw.css
1007 字节
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
body{
background-color: #F4F5F9;
}
*{
margin: 0;
padding: 0;
}
.container{
width: 7.5rem;
line-height: 1;
display: flex;
flex-flow: column;
align-items: center;
}
.head{
width: 7.5rem;
height: 2.18rem;
display: flex;
}
.head img{
width: 100%;
height: 100%;
}
.mid{
margin-top: 0.53rem;
display: flex;
flex-flow: column;
margin-bottom: 0.3rem;
}
.mid_top{
font-size: 0.24rem;
color: #476899;
line-height: 0.48rem;
}
.mid_bottom{
display: flex;
flex-flow: column;
font-size: 0.22rem;
line-height: 0.48rem;
}
/*底部菜单栏*/
.bottom_menu{
width: 7.5rem;
height: 0.88rem;
display: flex;
align-items: center;
justify-content: space-around;
background-color: #ffffff;
position: fixed;
bottom: 0;
}
.bottom_menu_index{
display: flex;
flex-flow: column;
align-items: center;
color: #666666;
}
.bottom_menu_index_text{
font-size: 0.22rem;
color: #666666;
}