@wufengteam/wform
Version:
@wufengteam/wform
51 lines (50 loc) • 1.72 kB
CSS
.wufeng-wform-field-item-h5wrap {
box-sizing: border-box;
width: 100%;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5 {
width: 100%;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5 .lingxiteam-dform-dom {
display: flex;
align-items: center;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5 .lingxiteam-dform-dom > div:last-child {
display: flex;
justify-content: flex-end;
margin-right: 0.24rem;
overflow-x: auto;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5 .lingxiteam-dform-item {
margin: 0;
padding: 0;
border-bottom: none ;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5 .lingxiteam-dform-title {
display: flex;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5.wufeng-wform-field-item-h5-vertical {
padding-top: 0.24rem;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5.wufeng-wform-field-item-h5-vertical .lingxiteam-dform-dom {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5.wufeng-wform-field-item-h5-vertical .lingxiteam-dform-dom > div:last-child {
display: block;
overflow-x: auto;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5.wufeng-wform-field-item-h5-vertical .lingxiteam-dform-item {
overflow-x: auto;
}
.wufeng-wform-field-item-h5wrap .wufeng-wform-field-item-h5 .lingxiteam-dform-text-item-right {
width: auto ;
}
.wufeng-wform-field-item-h5-vertical .lingxiteam-dform-item,
.wufeng-wform-field-item-h5-vertical .lingxiteam-dform-field {
width: 100%;
}
.wufeng-wform-field-item-h5-vertical .lingxiteam-dform-content {
padding-right: 16px;
}