examtest_mp/pages/login/registe/registe.wxss

131 lines
2.0 KiB
Plaintext

/* pages/login/logon.wxss *//**index.wxss**/
.page__bd {
margin: 20rpx;
border-radius: 10rpx;
padding-bottom: 40rpx;
background: #ffffff;
}
.loginTypeWrap{
width: 80%;
margin: auto;
justify-content: space-around;
}
.loginTypItem{
font-size: 30rpx;
color: #ffffff;
height: 70rpx;
line-height: 70rpx;
padding: 0 20rpx;
margin-bottom: 20rpx;
}
.activeLine{
position: relative;
width: 100%;
border-bottom: 2rpx solid #ffffff;
}
.loginFormWrap{
width: 80%;
margin: auto;
border-radius: 20rpx;
background: none;
padding-top: 20rpx;
}
.loginItem{
margin-bottom: 20rpx;
border-bottom: 2rpx solid #d5d5d5;
padding: 20rpx;
background: rgba(255,255,255,.1);
/* border-radius: 46rpx; */
}
.loginLabel{
width: 150rpx;
color: #666666;
}
.placeholderStyle{
color:#999999
}
.vcodeBtn{
padding: 0 15rpx;
background: #ffffff;
height: 50rpx;
line-height: 50rpx;
text-align: center;
border-radius: 26rpx;
color: #53a5ec;
font-size: 24rpx;
flex-shrink:0
}
.page__title,.page__desc{
color: #ffffff;
text-shadow:4rpx -4rpx 20rpx rgba(255,255,255,.3);
}
.weui-label{
font-size: 30rpx;
color: #53a5ec;
width: 140rpx;
}
.weui-input{
font-size: 30rpx;
}
.weui-vcode-btn{
font-size: 28rpx;
}
.registe{
width: 80%;
margin: auto;
text-align: right;
color: #ffffff;
font-size: 24rpx;
text-decoration: underline;
padding-right: 70rpx;
text-decoration: underline;
}
.loginBtn{
background-color: #7bbd52!important;
border-radius: 50rpx;
font-weight: 500;
}
.viewBtn{
background-color: #ffffff!important;
border-radius: 50rpx;
font-weight: 500;
color: #7bbd52;
}
.userinfo {
display: flex;
flex-direction: column;
align-items: center;
}
.userinfo-avatar {
width: 128rpx;
height: 128rpx;
margin: 20rpx;
border-radius: 50%;
}
.userinfo-nickname {
color: #aaa;
}
.usermotto {
margin-top: 20px;
}
.ceheckedIcon{
width:40rpx;
height: 40rpx;
border-radius: 16rpx;
margin-right: 20rpx;
border: 1rpx solid #cccccc;
}