@wufengteam/wform
Version:
@wufengteam/wform
32 lines (31 loc) • 750 B
CSS
.wufeng-wform-api-h5-wrap {
display: flex;
flex-direction: row;
align-items: center;
}
.wufeng-wform-api-h5-wrap .wufeng-wform-placeholder {
font-size: 16px;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: rgba(28, 36, 46, 0.45);
line-height: 24px;
}
.wufeng-wform-api-h5-wrap .wufeng-wform-select-value {
background: #eeeeee;
border-radius: 2px 2px 2px 2px;
font-size: 16px;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #1c242e;
line-height: 24px;
white-space: nowrap;
padding: 2px 10px;
}
.wufeng-wform-api-h5-wrap .wufeng-wform-search-wrap {
margin-left: 4px;
height: 24px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
}