File tree Expand file tree Collapse file tree 1 file changed +115
-0
lines changed Expand file tree Collapse file tree 1 file changed +115
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ MoeFront Introduce Page(Mobile Version) CSS
3
+ @2015/07/15
4
+ @Copyright(c) 2015 MoeFront Members
5
+ */
6
+ @font-face {
7
+ font-family : 'Comic sans ms' ;
8
+ font-style : normal;
9
+ font-weight : 400 ;
10
+ src : url (font/comic sans ms.ttf).format ('ttf' );
11
+ }
12
+ body {
13
+ font-family : Comic sans ms, Microsoft Yahei;
14
+ height : 100% ;
15
+ background-color : rgb (20 , 222 , 239 );
16
+ margin : 0px ;
17
+ }
18
+ # title {
19
+ font-size : 56px ;
20
+ text-align : center;
21
+ padding-top : 20% ;
22
+ color : # fff ;
23
+ margin-bottom : 10px ;
24
+ }
25
+ # title-moe {
26
+ color : rgb (177 , 130 , 187 );
27
+ }
28
+ # canvas {
29
+ width : 100% ;
30
+ height : 100% ;
31
+ position : fixed;
32
+ z-index : -86 ;
33
+ }
34
+ # description {
35
+ color : # fff ;
36
+ text-align : center;
37
+ font-size : 22px ;
38
+ }
39
+ # description > # des-ecy {
40
+ color : rgb (177 , 130 , 187 );
41
+ }
42
+ # navi-item {
43
+ text-decoration : none;
44
+ border : 1px ;
45
+ margin : 1px ;
46
+ color : # eee ;
47
+ padding : 10px ;
48
+ }
49
+ # navibar {
50
+ text-align : center;
51
+ position : fixed;
52
+ top : 0px ;
53
+ padding : 10px ;
54
+ background-color : # 55BBFF ;
55
+ width : 100% ;
56
+ z-index : 999 ;
57
+ font-size : 24px ;
58
+ }
59
+ # navi-item : hover {
60
+ background-color : # 00CCFF ;
61
+ }
62
+
63
+ # content {
64
+ /*display: none;*/
65
+ padding : 15px ;
66
+ text-align : center;
67
+ }
68
+ # introduce-text {
69
+ font-size : 14px ;
70
+ }
71
+ # introduce-moe {
72
+ color : # FFFF00 ;
73
+ font-size : 22px ;
74
+ font-weight : bold;
75
+ }
76
+ # introduce-front {
77
+ color : # FF00FF ;
78
+ font-size : 22px ;
79
+ font-weight : bold;
80
+ }
81
+ # introduce-ife {
82
+ color : # eee ;
83
+ font-size : 18px ;
84
+ font-weight : bold;
85
+ }
86
+ .member {
87
+ padding : 10px ;
88
+ }
89
+ img {
90
+ width : 60px ;
91
+ border-radius : 360px ;
92
+ position : relative;
93
+ right : 0px ;
94
+ float : left;
95
+ }
96
+ .member-introduce {
97
+ margin-left : 10px ;
98
+ display : inline;
99
+ padding : 6px ;
100
+ text-align : center;
101
+ color : # 888888 ;
102
+ }
103
+ .default-text {
104
+ color : # fff ;
105
+ }
106
+ .pc-visit {
107
+ color : rgb (177 , 130 , 187 );
108
+ text-decoration : none;
109
+ }
110
+ # like {
111
+ background-color : # FF1170 ;
112
+ padding : 10px ;
113
+ color : # fff ;
114
+ text-decoration : none;
115
+ }
You can’t perform that action at this time.
0 commit comments