45 lines
607 B
Plaintext
45 lines
607 B
Plaintext
.area {
|
|
font-size: 22rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
.area-agency {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.main {
|
|
background-color: #fff;
|
|
width: 710rpx;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 27rpx 20rpx;
|
|
margin: 20rpx auto 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.left {
|
|
display: flex;
|
|
}
|
|
|
|
.right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.user-id {
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
.nick-name {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.user-info {
|
|
margin-left: 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
} |