-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu-copyright.css
54 lines (53 loc) · 1.17 KB
/
menu-copyright.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
@charset "utf-8";
/* CSS Document */
/*------------专用于导航条、版权描述等子页面统一的元素的css--------------------------------*/
/*-------------------下面是应用于导航栏的css-----------------------------------*/
.top {
width: 100%;
height:12%;
top: 0;
left: 0;
background-color: rgba(112,201,175,0.78);
position: fixed;
transition: all 0.2s ease-in;
z-index: 999;
}
.top-text {
width: 70%;
min-width: 600px;
max-width: 1200px;
text-align: center;
margin: 0 auto;
overflow: hidden;
z-index: 1000;
}
.top-text {
text-align: center;
}
.top-text h2 {
font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", "黑体";
float: left;
text-decoration: none;
color: #544;
width: 14.28%;
min-width: 80px;
transition: all 0.2s ease-in;
}
/*----------------------------下面是写版权的css-------------------------*/
div {
box-sizing: border-box;
}
.copyright {
background-color: #444;
height: 60px;
bottom:0px;
left:0px;
z-index:1000;
position:fixed;
width:100%;
margin-top:20px;
}
.copyright-text {
padding: auto;
text-align: center;
}