forked from IT-xzy/Task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
over.scss
129 lines (125 loc) · 2.48 KB
/
over.scss
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
body{
margin: 0;
background: #29bde0;
}
header{
display: flex;
position: fixed;
justify-content: space-between;
align-items: center;
top:0;
border-bottom: 0.1rem solid #fff;
height: 3rem;
width: 100%;
background: #29bde0;
z-index: 2;
}
.header-font{
display: inline-block;
color: #fff;
}
/* ======================================================= */
.second{
display: flex;
justify-content: center;
margin-top: 3rem;
width: 100%;
height: 7rem;
}
.cup{
margin-top: 0.7rem;
height: 6.6rem;
}
.over{
position: absolute;
top: 8.2rem;
font-size: 18px;
color: #fff;
}
/* ======================================================= */
ul{
display: block;
list-style: none;
margin:2rem 0 .2rem 0.3rem;
line-height: 1.8rem;
font-size: 0.85rem;
color:#fff;
}
.thenes{
display: inline-block;
margin-right: 1rem;
}
/* ======================================================== */
.main{
display: block;
margin-bottom: 4.5rem;
background: #fff;
}
.row{
display: inline-block;
border-top: solid 0.1rem #dddddd;
height: 5.88rem;
width: 100%;
}
h4{
display: inline-block;
margin: 0.3rem 0 0.3rem 2.88rem;
font-weight: 500;
}
.master{
float: right;
margin: 0.58rem 2.8rem 0 0;
font-size: 0.7rem;
color: #c7c7c7;
}
p{
display: block;
margin:0.2rem 0 0.2rem 2.88rem;
font-size: 0.8rem;
color:#dddddd;
}
.font-left{
display: inline-block;
margin: 0.3rem 0 0.3rem 0.8rem;
font-weight: 500;
color:#29bde0;
}
.font-right{
float: right;
margin: 0.5rem 0.8rem 0.3rem 0;
font-weight: 500;
color:#29bde0;
}
footer{
position: fixed;
display: flex;
justify-content: space-around;
bottom: 0;
width: 100%;
height: 4.19rem;
background: rgba(153,223,240,0.5);
}
.footer-left{
display: inline-block;
margin-top: 0.75rem;
width: 9rem;
height: 3rem;
border-radius: 0.5rem;
text-align: center;
line-height: 3rem;
font-size: 1.3rem;
color:#fff;
background: rgba(246,111,111,1);
}
.footer-right{
display: inline-block;
margin-top: 0.75rem;
width: 9rem;
height: 3rem;
border-radius: 0.5rem;
text-align: center;
line-height: 3rem;
font-size: 1.3rem;
color:#fff;
background: rgba(251, 180, 53, 1);
}