web-xiangsonghua/dwt-account/webpack-account/src/scss/login.scss
2024-12-23 15:13:57 +08:00

135 lines
2.1 KiB
SCSS

@import 'common';
.container {
max-width: 900px;
min-width: 600px;
margin: auto;
}
.header {
padding: 30px 0;
img {
height: 70px;
}
}
a {
text-decoration: none;
color: black;
}
.height19 {
width: 100%;
height: 19px;
}
.height21 {
width: 100%;
height: 21px;
}
.height33 {
width: 100%;
height: 33px;
}
.height37 {
width: 100%;
height: 37px;
}
.height60 {
width: 100%;
height: 60px;
}
.body {
height: 600px;
padding: 35px 0px 47px 0px;
background: #f8f8f8;
box-sizing: border-box;
.container {
height: 100%;
background: url('http://cdn.saas.dianwutong.com/account/img/login-bg.png');
background-repeat: no-repeat;
position: relative;
.panel {
font-size: 14px;
width: 360px;
height: 460px;
padding: 71px 30px 0px 30px;
box-sizing: border-box;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.13);
opacity: 0.9;
right: -200px;
top: 30px;
position: absolute;
input {
width: 300px;
height: 38px;
background-color: #ffffff;
border: solid 1px #e5e5e5;
padding: 0px 11px;
box-sizing: border-box;
&:focus {
border: solid 1px #e9be2b;
outline: none;
}
&[type='checkbox'] {
width: 14px;
height: 14px;
vertical-align: middle;
}
}
button {
outline: none;
border: none;
width: 300px;
height: 40px;
background-color: #e9be2b;
&.experience {
background: #ccc;
}
}
.row {
position: relative;
height: 14px;
.forget {
position: absolute;
right: 0px;
}
}
.tips {
color: red;
}
}
}
}
.footer {
color: #686868;
font-size: 14px;
a {
color: #686868;
}
.qr-code-con {
font-size: 0px;
.qr-code {
display: inline-block;
width: 112px;
margin-right: 18px;
text-align: center;
font-size: 14px;
vertical-align: top;
img {
width: 112px;
}
}
}
}