11 lines
177 B
CSS
11 lines
177 B
CSS
.user-avatar {
|
|
width: 80rpx;
|
|
height: 80rpx !important;
|
|
}
|
|
|
|
/**
|
|
* 表单排版
|
|
*/
|
|
.form-container .form-gorup:not(:last-child) {
|
|
border-bottom: 2rpx solid #F5F5F5;
|
|
} |