examtest_mp/pages/login/login.wxss

59 lines
856 B
Plaintext

/**index.wxss**/
page{
background: #1576bd;
}
.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;
}
.loginBtn{
height: 100rpx;
border-radius: 50rpx;
line-height: 100rpx;
padding: 0;
font-weight: 500;
background-color: #f15806;
margin-top: 50rpx;
}
.loginBtn_visit{
background-color: #ffffff;
color: #666666;
/* border: 1rpx solid #438af4; */
}
.logoImg{
display: block;
width: 60%;
z-index: -1;
margin: auto;
margin-top: 10vh;
}
.ceheckedIcon{
width:40rpx;
height: 40rpx;
border-radius: 16rpx;
margin-right: 20rpx;
border: 1rpx solid #cccccc;
}
.weui-footer{
color: #ffffff;
}
.xieyi{
color: #f5b5b5!important;
}