19 lines
283 B
Plaintext
19 lines
283 B
Plaintext
.cell .avatar{
|
|
width:80rpx;height:80rpx;
|
|
}
|
|
.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;
|
|
} |