You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@charset "utf-8";
@import "../../lib/layui/css/layui.css";
* {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
}
html {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
body {
width: 100%;
min-height: 100%;
}
.fr {
float: right;
}
.font16 {
font-size: 16px;
}
.hide {
display: none;
}
.rightMenu {
position: absolute;
width: 120px;
line-height: 24px;
z-index: 999;
background: #FFF;
border: 1px solid #F2F2F2;
border-bottom: none;
border-radius: 3px;
display: none;
}
.rightMenu li {
display: block;
padding: 4px 10px;
color: #CCC;
border-bottom: 1px solid #F2F2F2;
}
.rightMenu li:hover {
background: #EEE;
color: #666;
}
.textinput {
width: 75%!important;
}
/**treeselect*/
.layui-form-select .layui-tree {
display: none;
position: absolute;
left: 0;
top: 42px;
padding: 5px 0;
z-index: 999;
min-width: 100%;
border: 1px solid #d2d2d2;
max-height: 300px;
overflow-y: auto;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
box-sizing: border-box;
}
.layui-form-selected .layui-tree {
display: block;
}
.weadmin-trailer {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
padding: 15px;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
box-sizing: border-box;
font-size: 20px;
font-weight: 300;
color: #ccc;
}
.login-bg {
background: url(../images/bg.png) no-repeat center;
background-size: cover;
overflow: hidden;
}
.login {
margin: 120px auto 0 auto;
min-height: 420px;
max-width: 420px;
padding: 40px;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
border-radius: 4px;
box-sizing: border-box;
}
.login a.logo {
display: block;
height: 58px;
width: 167px;
margin: 0 auto 30px auto;
background-size: 167px 42px;
}
.login .message {
margin: 10px 0 0 -58px;
padding: 18px 10px 18px 60px;
background: #189F92;
position: relative;
color: #fff;
font-size: 16px;
}
.login #darkbannerwrap {
background: url(../images/aiwrap.png);
width: 18px;
height: 10px;
margin: 0 0 20px -58px;
position: relative;
}
.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email],
.login select {
border: 1px solid #DCDEE0;
vertical-align: middle;
border-radius: 3px;
height: 50px;
padding: 0px 16px;
font-size: 15px;
color: #555555;
outline: none;
width: 100%;
box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus,
.login select:focus {
border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button] {
display: inline-block;
padding: 12px 24px;
margin: 0px;
font-size: 18px;
line-height: 24px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
color: #ffffff;
background-color: #189F92;
border-radius: 3px;
border: none;
-webkit-appearance: none;
outline: none;
width: 100%;
}
.login hr {
background: #fff 0 0 no-repeat;
}
.login hr.hr15 {
height: 15px;
border: none;
margin: 0px;
padding: 0px;
width: 100%;
}
.login hr.hr20 {
height: 20px;
border: none;
margin: 0px;
padding: 0px;
width: 100%;
}
.weadmin-body {
padding: 15px 20px;
}
.weadmin-nav {
padding: 0 20px;
position: relative;
z-index: 99;
border-bottom: 1px solid #e5e5e5;
line-height: 39px;
height: 39px;
overflow: hidden;
}
.weadmin-block {
display: block;
margin-bottom: 10px;
padding: 5px;
line-height: 22px;
/* border-left: 5px solid #009688; */
border-radius: 0 2px 2px 0;
background-color: #f2f2f2;
}
.we-search {
margin-bottom: 20px;
font-size: 16px;
}
.we-search input.layui-input {
width: 190px;
}
.we-red {
color: re
|