public.css
1.8 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
@charset "utf-8";
/* CSS Document */
ul,
li,
dl,
dt,
dd,
p,
div {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
* {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pageMain *{
margin: auto;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
a {
text-decoration: none;
outline: none;
color: inherit;
}
html {
padding: 0;
margin: 0;
height: 100%;
font-size: 14px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
body {
padding: 0;
height: 100%;font-size: 14px;
font-family: "Candara", sans-self;
background-color: #ffffff;
color: #000;
-webkit-touch-callout: none;
width: 100%;
margin: 0 auto;
overflow: hidden;
}
img {
vertical-align: middle;
border: 0;
}
p,
pre {
margin: 0 0 0 0;
}
.dn{
display: none !important;
}
/*loading��ʽ*/
.loadingBox {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, .3);
display: flex;
display: -webkit-flex;
flex-direction: column;
justify-content: center;
}
.loadingMain {
width: 300px;
height: 130px;
margin: 0 auto;
border: 1px solid #E5E5E5;
border-radius: 3px;
background-color: #fff;
text-align: center;
color: #93dbe9;
font-size: 16px;
}
.loadingMain .newImg {
width: 50px;
height: 50px;
margin: 20px auto 10px;
display: block;
vertical-align: middle;
background-repeat: no-repeat;
background-size: 100% 100%;
}