54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
|
.container.data-v-a85a3e86 {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.container .body.data-v-a85a3e86 {
|
||
|
flex: 1;
|
||
|
height: 0;
|
||
|
overflow: auto;
|
||
|
padding: 20rpx 0;
|
||
|
}
|
||
|
.container .formItem.data-v-a85a3e86 {
|
||
|
padding: 40rpx 0;
|
||
|
margin: 0 32rpx;
|
||
|
border-bottom: 1rpx solid #EEEEEE;
|
||
|
}
|
||
|
.container .formLabel.data-v-a85a3e86 {
|
||
|
font-weight: 500;
|
||
|
font-size: 28rpx;
|
||
|
color: #333333;
|
||
|
padding-bottom: 20rpx;
|
||
|
}
|
||
|
.container .radioGroup.data-v-a85a3e86 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
-webkit-column-gap: 100rpx;
|
||
|
column-gap: 100rpx;
|
||
|
}
|
||
|
.container .radio.data-v-a85a3e86 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
-webkit-column-gap: 20rpx;
|
||
|
column-gap: 20rpx;
|
||
|
}
|
||
|
.container radio.data-v-a85a3e86 {
|
||
|
-webkit-filter: hue-rotate(90deg);
|
||
|
filter: hue-rotate(90deg);
|
||
|
}
|
||
|
.container .formPicker.data-v-a85a3e86 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
-webkit-column-gap: 20rpx;
|
||
|
column-gap: 20rpx;
|
||
|
}
|
||
|
.container .formPickerInput.data-v-a85a3e86 {
|
||
|
flex: 1;
|
||
|
width: 0;
|
||
|
}
|
||
|
.container .formPickerBtn.data-v-a85a3e86 {
|
||
|
width: 28rpx;
|
||
|
height: 28rpx;
|
||
|
}
|
||
|
|