signIn.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
.box {
padding: 0 0.3rem;
}
.content_box {
box-shadow: 0 0.1rem 0.2rem 0 rgba(84, 48, 7, 0.16);
border-radius: 0.1rem;
-webkit-border-radius: 0.1rem;
-moz-border-radius: 0.1rem;
border-radius: 0.1rem;
}
.tab_box {
width: 100%;
}
.tab_title {
font-size: 0.36rem;
color: #000000;
margin: 0.3rem 0;
text-align: center;
}
.thead {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
text-align: center;
}
.thead li {
/*!*float: left;*!*/
width: 14.28%;
/*text-align: center;*/
}
.content_box tbody > tr > td {
width: 14.28%;
height: 40px;
background: #FFFFFF;
text-align: center;
}
.content_box tbody > tr > td > p {
display: inline-block;
}
.bottom_btn {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 2rem;
}
.btn {
width: 2.4rem;
height: 0.88rem;
background: linear-gradient(0deg, rgba(2, 191, 164, 1), rgba(4, 191, 162, 1));
box-shadow: 0 0.15rem 0.25rem rgba(2, 191, 164, 0.45);
border-radius: 0.44rem;
font-size: 0.36rem;
color: #FFFFFF;
outline: none;
border: 0;
}
#month {
text-align: center;
}
.sign_in > p {
color: #fff;
display: inline-block;
border-radius: 50%;
background: #1A9D89 !important;
width: 0.48rem !important;
height: 0.48rem !important;
text-align: center;
line-height: 0.48rem;
}