Skip to content

Commit 963c219

Browse files
authored
Add files via upload
1 parent e4584f1 commit 963c219

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6208
-0
lines changed

css/cnm.sb_bg.css

Lines changed: 2896 additions & 0 deletions
Large diffs are not rendered by default.

css/cnm.sb_load.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
body,html{
2+
background-color: #F9F9F9;
3+
}
4+
#pc{
5+
position: fixed;
6+
top: 0;
7+
left: 0;
8+
width: 100%;
9+
height: 100% ;
10+
z-index: 9;
11+
display: none;
12+
background-color: #FFFFFF;
13+
}
14+
#mp{
15+
position: relative;
16+
z-index: 9;
17+
text-align: left;
18+
display: none;
19+
background-color: #ffffff;
20+
}
21+
#eixp{
22+
color: #282828;
23+
font-size: 12px;
24+
font-weight: 400;
25+
letter-spacing: 1px;
26+
position: fixed;
27+
top: 0;
28+
bottom: 0;
29+
left: 0;
30+
right: 0;
31+
margin: auto;
32+
height: 36px;
33+
line-height: 36px;
34+
text-align: center;
35+
}

0 commit comments

Comments
 (0)