-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtop+menu.css
64 lines (55 loc) · 1.1 KB
/
top+menu.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
/********
本CSS提供顶部 标题与菜单 样式
一般情况请勿改动
————赵问问 2020年5月19日 15:55
********/
body{
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 40px;
}
.menu-link:link {
color:white;
text-decoration:none ;
}
.menu-link:visited {
color:white;
text-decoration:none;
}
.menu-link:hover {
color:white;
text-decoration:none;
}
.menu-link:active {
color:white;
text-decoration:none;
}
/*************** 最顶部logo **************/
#top{
width: 89.7%;
border: 2px solid teal;
margin-top: 0em;
padding-left: 10%;
height: 74px;
color: yellow;
background-color: teal;
font-size: 20pt;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 1.5px;
}
/*************** 菜单按钮 **************/
#menu{
border: 2px solid skyblue;
height: 41px;
margin-bottom: 20px;
background-color: skyblue;
}
#menu-items{
text-align: center;
margin-top: 6px;
width: 100%;
color: white;
font-family:SimHei;
font-size: 16pt;
}