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.
53 lines
800 B
53 lines
800 B
@import"../../images/base64/bg_user.wxss";
|
|
|
|
.nav {
|
|
background: white;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 0 14px;
|
|
height: 46px;
|
|
line-height: 46px;
|
|
}
|
|
|
|
|
|
.user-text{
|
|
font-size: 16px;
|
|
color: white;
|
|
align-self: center;
|
|
}
|
|
|
|
.avatar{
|
|
width: 136rpx;
|
|
height: 136rpx;
|
|
margin-top: 88rpx;
|
|
margin-bottom: 24rpx;
|
|
border-radius: 50%;
|
|
align-self: center;
|
|
overflow: hidden;
|
|
}
|
|
.user-view{
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 750rpx;
|
|
height: 341rpx;
|
|
margin-bottom: 6rpx;
|
|
}
|
|
.login{
|
|
margin: 16rpx 70rpx;
|
|
}
|
|
|
|
.logout{
|
|
background: red;
|
|
border-radius: 26rpx;
|
|
color: white;
|
|
margin: 16rpx 70rpx;
|
|
}
|
|
.code-input{
|
|
border-radius: 10rpx;
|
|
border: 1rpx solid;
|
|
height: 36px;
|
|
margin-bottom: 24rpx;
|
|
padding-left: 16rpx;
|
|
}
|
|
lable.identity{
|
|
margin-right: 16rpx;
|
|
} |