zpfw.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
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: 0.88rem;
background:rgba(201,201,201,1);
position: fixed;
top: 0;
left: 0;
z-index: 999;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 0 0.2rem;
}
.head_new{
font-size: 0.3rem;
color: rgba(68,68,68,1);
font-weight: bold;
}
.head_pic{
margin-top: 0.88rem;
width: 7.5rem;
height: 2.18rem;
display: flex;
}
.head_pic 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;
}