-
Notifications
You must be signed in to change notification settings - Fork 0
/
fengshaodi.css
executable file
·147 lines (132 loc) · 2.56 KB
/
fengshaodi.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
body
{background-image: linear-gradient( to right , pink, blue);}
em{text-decoration:none;}
.tiao
{
border: 1px solid blue;
}
#kuai
{
margin:0 auto;
overflow:hidden;
height:3060px;
width:980px;
margin-top:100px;
}
.xiaokuai
{
display:inline-block;
height:420px;
margin:5px;
border:1px solid gray;
}
.biaoshitu
{
width:300px;
height:350px;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=88);
}
.white_content {
background-image: linear-gradient( to bottom right , pink, blue);
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 55%;
height: 55%;
padding: 20px;
border: 10px solid orange;
z-index:1002;
overflow: auto;
}
#diqu
{
width:400px;
border:1px solid black;
}
input
{
border:1px solid black;
display:inline-block;
}
ul,li {margin:0;padding:0;}
#top{margin-top:150px;}
#mei
{position:absolute;}
#nav {width:100%;background:#518EFD;height:60px;line-height:60px;margin:0 auto;position:relative;z-index:1;}
#nav li {list-style-type:none;float:left;font-size:20px;}
#nav li a {
text-decoration:none;
padding:0px 15px;
color:#fff;
display:inline-block;
}
#nav li a:hover {background:#23A2A0;}
#nav li ul {display:none;background:#23A2A0;position:absolute;}
#nav li ul li {float:none;}
#nav li:hover ul {display:block;}
#nav li:hover ul li a:hover {background:#1E9BE3;}
#nav li ul li a:hover ul {display:block;}
#nav li ul li a:hover ul li a:hover {background:#1E9BE3;}
#nav ul li:hover ul li ul {
background:yellow;
visibility:hidden;
margin-top: -60px;
margin-right: 0;
margin-bottom: 0;
margin-left: 85px;
width: 100%;}
#nav ul li ul li:hover ul {
/* 觸動第二層時,顯示第三層 */
visibility:visible;
}
#submit,#name {
padding:5px 15px;
background:white;
border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.gundong
{
height:500px;
width:200px;
overflow-x: hidden;
overflow-y: scroll;
}
#pages
{
margin:0 auto;border:1px solid white;width:500px;text-align:center;
}
#foot
{
background:skyblue;
width:100%;
height:300px;
}
#wenzi
{
margin-top:900px;
width:100%;
margin :0 auto ;
text-align:center;
}
.di
{
display:inline;
color:green;
margin-left:60px;
}