-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotice.css
127 lines (103 loc) · 2.06 KB
/
notice.css
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
/*$test-img-green: orange;*/
* {
margin: 0;
padding: 0; }
p, image {
margin: 0; }
body {
font: 3.6vw/1.5 tahoma,arial,sans-serif; }
.clearfix:before,
.clearfix:after {
content: '';
display: table; }
.clearfix:after {
clear: both; }
.font-size-sm {
font-size: 2.8vw; }
.font-size-big {
font-size: 5.4vw; }
.footer-push {
width: 100vw;
height: 19.4vw; }
a {
text-decoration: none; }
ul {
list-style: none; }
.mask {
position: absolute;
z-index: 66;
top: 0;
left: 0;
width: 100vw;
background-color: black;
opacity: 0.5; }
.text-blue {
color: #2FBDB3 !important; }
.text-orange {
color: #F29A1C; }
.text-green {
color: #26D17A !important; }
.text-red {
color: #F0552B !important; }
.bg-red {
background-color: #F0552B !important; }
.bg-invalid-exam {
background-color: #6F7277 !important; }
.active {
color: #2FBDB3; }
.choice-active {
color: #2FBDB3 !important; }
.label-disabled {
color: #E5E5E5 !important; }
.blue-btn {
display: block;
width: 57.8vw;
height: 11.3vw;
line-height: 11.3vw;
margin: 0 auto;
text-align: center;
background-color: #2FBDB3;
color: white;
font-size: 3.9vw;
font-weight: bold; }
.push-bottom {
width: 100vw;
height: 16vw; }
body {
background-color: #F3F7F9; }
.exam-list .item {
display: block;
color: #373737;
height: 14vw;
background-color: white;
border-bottom: 0.2vw solid #E8E8EA; }
.exam-list .item span {
display: block;
float: left;
width: 84vw;
margin-left: 4.6vw;
font-size: 4.2vw;
height: 14vw;
line-height: 14vw;
overflow: hidden; }
.exam-list .item img {
width: 2vw;
height: 3vw;
float: right;
margin-top: 5.5vw;
margin-right: 4.9vw; }
.exam-list .item img.down {
width: 2.8vw;
height: 2vw;
float: right;
margin-top: 6vw;
margin-right: 4.9vw; }
.exam-list .item p.description {
width: 80vw;
font-size: 4vw;
margin-left: 11.6vw;
padding-bottom: 5.4vw;
display: none; }
.exam-list .des {
height: auto; }
/*# sourceMappingURL=notice.css.map */