You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

73 lines
917 B

/* pages/auth/auth.wxss */
.main {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 220rpx 0 40rpx 0;
}
.top {
display: flex;
flex-direction: column;
align-items: center;
}
.log {
width: 150rpx;
height: 150rpx;
}
.login {
width: 667rpx !important;
height: 80rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 26rpx;
text-indent: 6rpx;
}
.wx-log {
width: 40rpx;
height: 40rpx;
}
.tag-icon {
width: 24rpx;
height: 24rpx;
border: 1px solid #EFB952;
border-radius: 50%;
}
.msg{
margin-top: 116rpx;
margin-bottom: 46rpx;
}
.tag-yes{
display: none;
width: 100%;
height: 100%;
}
.tag-active {
background: #FFAA22;
}
.tag-active .tag-yes{
display: block;
}
.tag-text{
color: #AAA9A9;
text-indent: 10rpx;
}
.tag-text .text{
color: #FFAA22;
}
.bottom{
color: #999999;
}