-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody.css
267 lines (242 loc) · 4.72 KB
/
body.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
*{
margin: 0px;
padding: 0px;
list-style-type: none;
font: 15px Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
}
a{
text-decoration: none;
color: #fff;
}
body{
}
/*主体开始*/
#main{
border:1px solid transparent;
border-radius: 10px;
/*background: rgba(190,190,190,0.5);*/ /*主体外框*/
margin: 20px auto;
width: 82%;
min-width: 750px;
}
#main>div{
margin: 10px;
margin-bottom: 15px;
padding: 5px;
border-radius: 10px;
background: rgba(200,200,200,0.6);
}
/*主体结束*/
/*顶栏开始*/
#top{
background-image:url(images/top.png);
background-position: center;
height: 180px;
}
#top>#list{
background: rgb(0,0,0,0.3);
text-align: center;
position: fixed;
width: 100%;
}
#top>#list>#top-main{
height: 40px;
display: inline-block;
width: 80%;
min-width: 300px;
}
#top>#list>#top-main>li,#top>#list>#top-main>a>li{
line-height: 40px;
display: inline-block;
height: 40px;
width: 13%;
color: #fff;
vertical-align: top;
}
#top>#list>#top-main>li:hover,#top>#list>#top-main>a>li:hover{
background: rgb(220,220,220,0.3);
}
#top>a>.banner-bottom{
height: 100%
}
/*顶栏结束*/
/*顶栏下拉开始*/
#top>#list>#top-main>li ul{
display: none;
background: rgb(255,255,255,0.65);
min-width: 110px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#top>#list>#top-main>li ul>li{
height: 35px;
line-height: 35px;
}
#top>#list>#top-main>li ul>li>a{
color: #222;
font-weight: bold;
display: inline-block;
height: 100%;
width: 100%;
}
#top>#list>#top-main>li:hover>ul{
display: block;
transition: 2s;
}
#top>#list>#top-main>li>ul>li:hover{
background: rgb(0,0,0,0.1);
}
/*顶栏下拉结束*/
/*最左右栏公用开始*/
.cs{
position: fixed;
top: 40px;
width: 200px;
background: rgb(0,0,0,0.2);
font-size: 50px;
}
.cs a{
color: #000;
}
/*最左右栏公用结束*/
/*最左栏开始*/
#left{
left: -140px;
border-bottom-right-radius: 10px;
}
#left>li,#left>a>li{
border-radius: 7px;
height: 70px;
width: 190px;
background: rgb(150,150,150,.3);
margin: 5px;
}
#left>li>.infor,#left>a>li>.infor{
display: inline-block;
margin: 5px;
float: left;
width: 110px;
font-size: 14px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
#left>li>.head,#left>a>li>.head{
border-radius: 5px;
display: inline-block;
background: #A61713;
height: 50px;
width: 50px;
float: right;
font-size: 40px;
font-family: 华文行楷;
line-height: 55px;
text-align: center;
color: #DDDB8F;
}
#left:hover{
left: 0px;
transition: 1s;
}
/*最左栏结束*/
/*最右栏开始*/
#right{
right: -140px;
border-bottom-left-radius: 10px;
}
#right>li,#right>a>li{
border-radius: 7px;
height: 70px;
width: 190px;
background: rgb(150,150,150,.3);
margin: 5px;
}
#right>li>.infor,#right>a>li>.infor{
display: inline-block;
margin: 5px;
float: right;
width: 110px;
font-size: 14px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
#right>li>.head,#right>a>li>.head{
border-radius: 5px;
display: inline-block;
background: #A61713;
height: 50px;
width: 50px;
float: left;
font-size: 40px;
font-family: 华文行楷;
line-height: 55px;
text-align: center;
color: #DDDB8F;
}
#right:hover{
right: 0px;
transition: 1s;
}
/*最右栏结束*/
/*下方背景开始*/
#img-bottom{
height: 90%;
width: 100%;
position: fixed;
bottom: 0px;
background-image: url(images/background.png);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: -10;
}
/*下方背景结束*/
/*最下方信息开始*/
#bottom{
/*border-top:1px solid #aaa;*/
background: rgba(190,190,190,0.4);
margin-top: 10px;
text-align: center;
vertical-align: top;
height: 90px;
}
#bottom>.information{
display: inline-block;
vertical-align: top;
}
#bottom>.official{
display: inline-block;
border-left: 1px solid #aaa;
}
#bottom>.official>ul>li{
display: inline-block;
vertical-align: middle;
margin: 0px 10px;
position: relative;
height: 80px;
line-height: 80px;
}
#bottom>.official>ul>.bili>a>img{
height: 80px;
}
#bottom>.official>ul>.qq>a>img{
height: 65px;
margin-top: 10px;
}
#bottom>.official>ul>.wechat>a>img{
height: 80px;
}
#bottom>.official>ul>li>.xx{
display: none;
}
#bottom>.official>ul>li:hover>.xx{
display: block;
position: absolute;
bottom: 80px;
width: 300px;
height: auto;}
/*最下方信息结束*/
/*其他需要特殊设置的样式↓*/
/*其他需要特殊设置的样式↑*/