提交法律援助和财税援助,调整我的页面
This commit is contained in:
@@ -4,3 +4,38 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.pageWrapper {
|
||||
padding: 24rpx;
|
||||
|
||||
background: linear-gradient(to bottom, var(--middle-green), #fff );
|
||||
}
|
||||
|
||||
.userInfo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 24rpx;
|
||||
background-color: #fff;
|
||||
margin-bottom: 24rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.userInfo .info {
|
||||
margin-left: 30rpx;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.userInfo .info .nickName {
|
||||
font-size: 34rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.userInfo .info .tenement {
|
||||
font-size: 28rpx;
|
||||
margin-top: 6rpx;
|
||||
}
|
||||
|
||||
.integration {
|
||||
font-size: 28rpx;
|
||||
margin-top: 6rpx;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user