Files
xo_user_client/pages/personal/personal.css
2025-04-25 09:49:53 +08:00

11 lines
177 B
CSS

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