czsq.css
1.3 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
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;
background:linear-gradient(-35deg,rgba(134,31,84,0.8),rgba(15,75,156,0.8));
display: flex;
}
.head img{
width: 100%;
height: 100%;
}
.top{
margin-top: 0.19rem;
width: 7.5rem;
text-align: center;
font-size: 0.22rem;
color: #777777;
}
.mid{
width: 6.6rem;
display: flex;
flex-flow: column;
}
.mid_item{
width: 100%;
font-size: 0.24rem;
margin-top: 0.3rem;
display: flex;
justify-content: space-between;
}
.mid_item_icon{
color: #ea474b;
}
.mid_item_input{
border-bottom: 1px solid #959595dd;
}
.mid_item_input input{
width: 5rem;
outline: none;
border: none;
/*background-color: transparent;*/
font-size: 0.3rem;
}
/*底部菜单栏*/
.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;
}