项目初始化
This commit is contained in:
20
miniprogram/pages/user/user.wxss
Normal file
20
miniprogram/pages/user/user.wxss
Normal file
@@ -0,0 +1,20 @@
|
||||
.user-avatar{
|
||||
margin-left: 40rpx;
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
.avatar-font{
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
|
||||
.user-contain {
|
||||
background-color: #f5f7fa; /* 浅灰色背景 */
|
||||
height: 100vh;
|
||||
}
|
||||
.server1{
|
||||
margin-top: 3vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user