24 lines
314 B
Plaintext
24 lines
314 B
Plaintext
/* pages/user/edit/index.wxss */
|
|
|
|
.avatar-wrapper {
|
|
margin-top: 100px;
|
|
width: 80px;
|
|
height: 80px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.avatar {
|
|
width: 54px;
|
|
height: 54px;
|
|
}
|
|
|
|
.weui-input {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.button-example {
|
|
margin: 0 32rpx;
|
|
margin-top: 100px;
|
|
} |