牛栏山防伪赋码系统
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.
 
 
 
 
 

228 lines
6.2 KiB

$bg: #2d3a4b;
$light_gray: #eee;
/* reset element-ui css */
.login-container {
width: 100%;
height: 100%;
background: url("../../img/login/bg.png") no-repeat;
background-size: 100% 100%;
.platform-select .el-input{
width:100%;
}
.el-input {
display: inline-block;
height: 34px;
width: 80%;
input {
background: transparent;
border: 0px;
-webkit-appearance: none;
border-radius: 0px;
padding: 0 10px;
color: #333;
height: 32px;
font-size: 16px;
/**&:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px $bg inset !important;
-webkit-text-fill-color: #fff !important;
}**/
}
.el-input__inner {
line-height: normal;
}
input::-webkit-input-placeholder { /* WebKit browsers */
color: rgba(153,153,153,1);
font-size: 14px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: rgba(153,153,153,1);
font-size: 14px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: rgba(153,153,153,1);
font-size: 14px;
}
}
.el-form-item {
// width:407px;
max-width: 100%;
height:34px;
background:rgba(255,255,255,1);
border:1px solid rgba(220,220,220,1);
border-radius:4px;
margin-bottom: 25px;
.el-form-item__content{
line-height: normal;
}
}
.login-btn{
font-size:18px;
padding: 0;
color:rgba(255,255,255,1);
width:405px;
height:35px;
// background:linear-gradient(-24deg,rgba(223,52,52,1),rgba(255,108,88,1));
border:1px solid rgba(220, 220, 220, 1);
border-radius:4px;
}
a.click_link {
font-size: 14px;
color: #2788CC;
cursor: pointer;
}
}
$bg: #2d3a4b;
$dark_blue:#2788CC;
$dark_gray: #889aa4;
$light_gray: #eee;
.login-container {
position: relative;
height: 100%;
min-height: 700px;
width: 100%;
min-width: 700px;
background-color: $bg;
.login-form {
background:rgba(255,255,255,1);
box-shadow:0px 3px 40px 0px rgba(143, 143, 143, 0.35);
border-radius:4px;
position: absolute;
width: 450px;
left: 50%;
top:calc(15vh + 130px);
z-index: 100;
padding: 50px 70px;
transform: translateX(-50%);
.platform-select{
width:100%;
}
}
.title-form {
font-size:24px;
font-family:PingFang SC;
font-weight:500;
color:rgba(51,51,51,1);
line-height:45px;
margin-bottom: 20px;
.title-regiter{
float: right;
font-size:14px;
// a {
// font-size: 14px;
// color: #2788CC;
// cursor: pointer;
// }
}
}
.svg-container {
padding: 5px 5px 5px 10px;
color: $dark_gray;
display: inline-block;
position: relative;
vertical-align: top;
.user-img{
width:19px;
height:21px;
}
.pass-img{
width:19px;
height:21px;
// margin-left: 4px;
}
}
.code-refresh {
position: absolute;
right: 2px;
top: 5px;
width: 25px;
height: 20px;
cursor: pointer;
}
.code-pic {
margin: 0 5px;
border:1px solid rgba(220, 220, 220, 1);
border-radius:3px;
width: 90px;
height: 34px;
// cursor: pointer;
}
.header {
position: relative;
text-align: center;
top: 15vh;
font-weight:bold;
color:rgba(255,255,255,1);
letter-spacing:5px;
.title-cn {
font-size:48px;
height: 48px;
line-height: 48px;
font-family:Microsoft YaHei;
text-shadow:0px 1px 3px rgba(0, 0, 0, 0.4);
}
.title-en {
margin-top: 15px;
height:22px;
font-size:22px;
line-height:22px;
font-family:Arial;
text-shadow:0px 1px 2px rgba(0, 0, 0, 0.4);
letter-spacing: 3px;
word-spacing: 2px;
}
}
.remember-block {
margin-bottom: 20px;
// a {
// font-size: 14px;
// color: #2788CC;
// cursor: pointer;
// }
}
.show-pwd {
position: absolute;
width: 20px;
height: 15px;
right: 10px;
top: 9px;
font-size: 16px;
color: $dark_gray;
cursor: pointer;
user-select: none;
.eye {
width: 100%;
height: 100%;
background: url("../../img/login/show-P.png") no-repeat;
background-size: 100% 100%;
}
.eye-open {
width: 100%;
height: 100%;
background: url("../../img/login/hide-P.png") no-repeat;
background-size: 100% 100%;
}
}
}
.login_copyright{
position: absolute;
bottom: 0;
width: 100vw;
height:56px;
font-size: 14px;
line-height: 56px;
text-align: center;
color:#000;
background-color: rgba(255, 255, 255, 0.2);
}