react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
136 lines (115 loc) • 2.05 kB
text/less
.login-header {
margin-bottom: 60px;
img {
width: 400px;
height: 180px;
}
}
.rabbit-login-header {
margin-bottom: 40px;
img {
width: 400px;
height: 180px;
}
}
.login-form {
display: inline-block;
}
.login-form-item {
width: 570px;
margin-bottom: 28px;
&:last-child {
margin-bottom: 0;
}
&::after {
clear: both;
content: '';
display: block;
width: 0;
height: 0;
visibility: hidden;
}
.login-input {
position: relative;
width: 100%;
height: 100%;
padding: 0;
input {
border: 0;
height: 96px;
padding: 0 32px;
font-size: 28px;
color: #000 ;
}
input::-webkit-input-placeholder {
color: #999 ;
}
}
.code-input,
.captcha-input {
position: relative;
width: 300px;
height: 100%;
padding: 0;
margin-right: 30px;
float: left;
input {
border: 0;
height: 96px;
padding: 0 32px;
font-size: 28px;
color: #000 ;
}
input::-webkit-input-placeholder {
color: #999 ;
}
}
.captchaImg {
display: inline-block;
width: 200px;
height: 96px;
line-height: 96px;
img {
height: 100%;
width: 100%;
}
}
.sendMsgBtn {
display: inline-block;
width: 240px;
height: 96px;
line-height: 96px;
border-radius: 8px;
color: #fff;
background-color: #ccc;
font-size: 32px;
right: 22px;
bottom: 13px;
cursor: pointer;
}
.active {
background-color: #fed501;
}
:global {
.am-input-item {
border: 2px solid #ffd195 ; /* no */
border-radius: 8px;
}
}
}
.login-footer-item {
width: 570px;
margin-top: 28px;
display: inline-block;
button {
width: 100%;
height: 88px;
color: #fff;
line-height: 88px;
background: linear-gradient(to right, #ff9c50, #ff5615) ;
text-align: center;
border-radius: 8px;
font-size: 28px;
border: 0;
}
}