48 lines
875 B
Plaintext
48 lines
875 B
Plaintext
.page{
|
|
background-color: #f5f5f5;
|
|
min-height: 100vh;
|
|
padding:10rpx 0;
|
|
}
|
|
.cell .avatar{
|
|
width:80rpx;height:80rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.content{
|
|
height:100vh;
|
|
overflow: hidden;
|
|
}
|
|
.input-area{
|
|
background-color: #fff;
|
|
margin-top:20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding:0 20rpx;
|
|
}
|
|
.input-area .input{
|
|
height:88rpx;
|
|
line-height: 88rpx;
|
|
flex: 1;
|
|
}
|
|
.cells .cell-ft .text{
|
|
color:var(--main-font-color);
|
|
}
|
|
.cells .cell-ft .weui-loading{
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.logout-btn{
|
|
margin:40rpx 20rpx 20rpx!important;
|
|
padding:38rpx 0!important;
|
|
line-height: 1;
|
|
background-color: rgba(153, 153, 153, 0.15)!important;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
color: #666666!important;
|
|
}
|
|
.choose-avatar{
|
|
background-color: transparent;
|
|
width:auto!important;
|
|
color:var(--main-font-color);
|
|
font-weight: normal;
|
|
border-radius: 0;
|
|
} |