You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.1 KiB

page {
background-color: #f3f4f5;
}
.page {
padding: 32rpx;
.container {
border-radius: 16rpx;
background-color: #fff;
.row {
padding: 36rpx 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #f0f0f0;
&:last-of-type {
border: none;
}
&.small {
padding: 24rpx 32rpx;
}
.label {
font-size: 36rpx;
color: #222222;
}
.wrap {
flex: 1;
display: flex;
justify-content: flex-end;
.avatar {
position: relative;
width: 100rpx;
height: 100rpx;
.a-img {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
}
.icon {
position: absolute;
bottom: 0;
right: 0;
width: 32rpx;
height: 32rpx;
}
}
.input {
text-align: right;
font-size: 36rpx;
}
.place-input {
color: #babdc1;
}
}
}
}
}