-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.css
More file actions
67 lines (67 loc) · 1.17 KB
/
menu.css
File metadata and controls
67 lines (67 loc) · 1.17 KB
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
@charset "gb2312";
/* CSS Document */
html{
min-width: 1000px;
position:fixed;
height:100%;
width:100%;
zoom:auto;
font-size:18px;
font-family:"微软雅黑";
background: url(bg.jpg) no-repeat top center;
color:rgb(219, 241, 241);
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center 0;
}
.menu{
margin-left:600px;
}
.login{
margin:160px auto;
margin-left:600px;
}
.list{
margin:auto;
height:200px;
width:183px;
overflow:auto;
}
.sm{
width:70px;
height:25px;
border-radius:5px;
border:2px solid #000;
background:#57b2c2;
color:#fff;
border:none;
}
select,input,textarea{
background:no-repeat 5px center rgba(239,239,239,0.86);
border:1px solid rgb(255, 255, 255);
padding:2px 2px 2px 2px;
border-radius:5px;
color: #000;
}
.where{
margin:auto;
background-color:rgba(8, 2, 43, 0.86);
width:950px;
height:30px;
border-radius:10px;
}
.search{
margin:auto;
background-color:rgba(8, 2, 43, 0.86);
width:350px;
height:30px;
border-radius:10px;
}
td{
border-radius:10px;
}
table{
border-radius:10px;
background-color:rgba(8, 2, 43, 0.86);
}