32 lines
455 B
Plaintext
32 lines
455 B
Plaintext
.avatar-wrapper {
|
|
padding: 0;
|
|
width: 56px !important;
|
|
border-radius: 8px;
|
|
margin-top: 40px;
|
|
margin-bottom: 40px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.avatar {
|
|
display: block;
|
|
width: 56px;
|
|
height: 56px;
|
|
}
|
|
|
|
.container {
|
|
display: flex;
|
|
}
|
|
.row{
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
.text1{
|
|
flex: 2;
|
|
}
|
|
.weui-input{
|
|
flex: 6;
|
|
} |