37 lines
714 B
Plaintext
37 lines
714 B
Plaintext
.container.data-v-46427794 {
|
|
height: 100%;
|
|
background-color: #fff;
|
|
}
|
|
.container .formItem.data-v-46427794 {
|
|
box-sizing: border-box;
|
|
width: 686rpx;
|
|
margin: 0 auto;
|
|
padding: 40rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
-webkit-column-gap: 20rpx;
|
|
column-gap: 20rpx;
|
|
border-bottom: 1rpx solid #DDDDDD;
|
|
}
|
|
.container .formLabel.data-v-46427794 {
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
.container .formValue.data-v-46427794 {
|
|
flex: 1;
|
|
width: 0;
|
|
text-align: right;
|
|
font-size: 32rpx;
|
|
color: #999999;
|
|
}
|
|
.container .formBtn.data-v-46427794 {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
.container .avatar.data-v-46427794 {
|
|
width: 108rpx;
|
|
height: 108rpx;
|
|
}
|
|
|