basic.css
2.0 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
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
@charset "UTF-8";
/*----------------登录页面-----------------*/
.loginblock {
background: url(../images/loginimg.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
width: 100%;
height: 100%;
}
.main .loginBox {
position: absolute;
top: 50%;
left: 50%;
width: 410px;
height: 330px;
margin-top: -165px;
margin-left: -205px;
}
.formBox {
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 6px;
text-align: center;
background-color: rgba(255, 255, 255, 0.2);
box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.4);
}
.loginbos {
padding: 20px 40px 50px 50px;
}
.loginicon {
display: block;
float: left;
margin-right: 10px;
margin-top: 13px;
width: 20px;
}
.loginlogo {
width: 140px;
margin: 40px 30px 0;
}
.box h3 {
color: #333;
font-size: 20px;
margin: 50px auto 0;
}
.loginlogo img {
width: 100%;
}
.box input {
display: block;
width: 240px;
height: 30px;
padding: 3px 6px;
border-radius: 3px;
margin-top: 6px;
background: none;
border: none;
color: #333;
border: 1px solid #eee;
background-color: rgba(255, 255, 255, 0.5);
}
.main .box .submitBox button {
width: 254px;
background: none;
border: none;
background-color: #1AA094;
border-radius: 3px;
color: #fff;
padding: 8px 0;
margin: 10px;
cursor: pointer;
}
.main .box .submitBox button:hover {
opacity: 0.9;
}
/*-----------登录页面 end-----------*/
.wrap {
padding: 16px;
}
.nodata{
text-align: center;
height: 100px;
line-height: 100px;
display: none;
}
/*-------------弹出框-------------*/
.popupbox {
width: 100%;
}
.popupbos {
background-color: #fff;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
width: 100%;
margin: auto;
padding-top: 20px;
}
.popupbos p {
text-align: center;
line-height: 30px;
margin-top: 10px;
margin-bottom: 40px;
color: #666;
}
.popupbox .layui-form-label {
width: 126px;
}
.layui-table td, .layui-table th{
text-align: center;
}
/*-------------弹出框 end-------------*/