selectgrade.css
1.1 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
*{
padding: 0;
margin: 0;
}
body,html{
width: 100%;
height: 100%;
}
.container{
margin-left: 0.38rem;
margin-right: 0.38rem;
margin-top: 0.3rem;
padding-bottom: 0.8rem;
}
.icon-duihao{
color:#3990F5;
font-size: 0.3rem;
}
.grade{
font-size: 0.32rem;
color:#333333;
}
.gradelist{
display:flex;
justify-content: space-between;
align-items: center;
font-weight: bold;
height:1rem;
line-height: 1rem;
border-bottom: 1px solid #dddddd;
}
/*底部*/
.footer{
display:flex;
justify-content: space-between;
align-items: center;
position: fixed;
bottom:0;
left: 0.38rem;
right: 0.38rem;
background: #ffffff;
}
.sure{
width:3rem;
height: 0.88rem;
background: #3990F5;
color:#fff;
border-radius: 10px;
font-size: 0.34rem;
line-height: 0.88rem;
text-align: center;
}
.cancel{
width:3rem;
height: 0.88rem;
border:1px solid #ccc;
color:#ccc;
border-radius: 10px;
font-size: 0.34rem;
line-height: 0.88rem;
text-align: center;
}