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.
128 lines
2.0 KiB
128 lines
2.0 KiB
a, a.link {
|
|
color: #666;
|
|
text-decoration: none;
|
|
font-weight: 500;
|
|
}
|
|
|
|
a, a.link:hover {
|
|
color: #666;
|
|
}
|
|
|
|
.login {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../../../image/wechat/iot/login-bg.png) no-repeat;
|
|
background-size: cover;
|
|
position: fixed;
|
|
z-index: -10;
|
|
}
|
|
|
|
.welcome {
|
|
width: 100%;
|
|
margin: 20% 0;
|
|
}
|
|
|
|
.welcome img {
|
|
width: 100%;
|
|
}
|
|
|
|
.login-inp {
|
|
margin: 0 30px 15px 30px;
|
|
border: 1px solid #fff;
|
|
border-radius: 25px;
|
|
}
|
|
|
|
.login-inp label {
|
|
width: 4em;
|
|
text-align: center;
|
|
display: inline-block;
|
|
color: #fff;
|
|
}
|
|
|
|
.login-inp input {
|
|
padding: 10px 0;
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.login-inp a {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
letter-spacing: 5px;
|
|
}
|
|
|
|
.login-txt {
|
|
color: #fff;
|
|
margin-top: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.login-txt a {
|
|
color: #fff;
|
|
padding: 0 5px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.welcome {
|
|
font-size: 28px;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
.checkbox-remember {
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
/* float: right; */
|
|
/* margin-top: 10px; */
|
|
/* margin-right: 60px; */
|
|
/* padding: 8px; */
|
|
padding-top: 5px;
|
|
padding-bottom: 15px;
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.checkbox-remember input[type=checkbox]+label:before {
|
|
line-height: 1;
|
|
display: inline-block;
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-right: 8px;
|
|
content: '';
|
|
-webkit-transition: all .2s;
|
|
transition: all .2s;
|
|
color: #fff;
|
|
border: 1px solid #dce4e6;
|
|
border-radius: 3px;
|
|
background-color: #f3f6f8;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
}
|
|
|
|
.checkbox-remember input {
|
|
display: none;
|
|
opacity: 0;
|
|
}
|
|
|
|
.checkbox-remember label {
|
|
color: #fff;
|
|
}
|
|
|
|
.checkbox-remember input[type=checkbox]:checked+label:before {
|
|
border: 1px solid #21b351;
|
|
background-color: #21b351;
|
|
background-image: url(../../../image/oss/iot/icon-check.svg);
|
|
}
|
|
|
|
.checkbox-remember input[type=checkbox]+label {
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
}
|