Files
bsmall/pages/enter/enter.acss
2020-09-24 11:08:03 +08:00

94 lines
1.4 KiB
Plaintext
Executable File

.login-content{
background: url(../../lib/img/login_back.png) white no-repeat center bottom;
background-size: 100%;
padding-bottom: 14%;
}
/* 登录header */
.login-header{
padding: 0 80rpx;
margin-bottom: 40rpx;
font-size: 45rpx;
font-weight: bold;
}
/* 登录表单 */
.login-form{
padding: 0 80rpx;
}
.login-form-blcok{
border-bottom: solid 1rpx #ddd;
margin-bottom: 20rpx;
padding-left: 56rpx;
position: relative;
}
.login-form-code{
padding-right: 240rpx;
}
.login-form-code-btn{
position: absolute;
right: 0;
top: 0;
background: transparent;
color:#ff6600;
width: 200rpx;
height: 85rpx;
line-height: 85rpx;
border: none;
font-size: 30rpx;
}
.login-form-code-btn-hover{
color: #da5700;
}
.login-form-label{
position: absolute;
left: 0;
top: 24rpx;
z-index: 1;
}
.login-form-icon{
width: 36rpx;
height: 36rpx;
}
.login-form-input{
width: 100%;
padding: 0;
margin: 0;
border: none;
font-size: 30rpx;
height: 85rpx;
background: transparent;
}
.login-form-btn{
padding-top: 10rpx;
}
/* 入驻按钮 */
.btn-enter{
background: white;
color: #ff6600;
border:solid 1rpx #ff6600;
box-sizing: border-box;
}
.hover-btn-enter{
background: #eee;
}
/* 找回密码 */
.login-form-toll{
text-align: center;
padding: 50rpx 0;
color: #ff6600;
}