fx-form-widget
Version:
123 lines (111 loc) • 2.34 kB
text/less
.detailRender_wrapper {
width: 100%;
overflow: hidden;
.detailRender_wrapper_noData {
font-size: 20px;
height: 50px;
text-align: center;
}
.detailRender_wrapper_hasData {
display: flex;
flex-wrap: wrap;
margin-bottom: 16px;
}
.separator_wrap {
.separator_title {
color: #333;
font-size: 16px;
font-weight: 500;
}
.separator_content {
margin-top: 16px;
margin-bottom: 16px;
}
.dotted {
border-bottom: 1px dashed #e9e9e9;
}
.solid {
border-bottom: 1px solid #e9e9e9;
}
.crudeSolid {
border-bottom: 2px solid #e9e9e9;
}
.lineNone {
display: none;
}
}
.detailRender_wrapper_item {
display: flex;
flex-wrap: wrap;
}
.detailRender_wrapper_item_label {
display: flex;
font-size: 14px;
padding-left: 16px;
padding-right: 16px;
line-height: 38px;
& span {
overflow: hidden;
text-overflow: ellipsis;
color: #aaa;
white-space: nowrap;
max-width: 120px;
}
}
.detailRender_wrapper_item_value {
flex: 1;
display: flex;
padding-right: 16px;
font-size: 14px;
color: #333;
align-items: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
.value_style {
width: 100%;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-image {
margin: 8px 16px 8px 0;
}
.file_item {
cursor: pointer;
color: #2C6BFF;
line-height: 38px;
margin-right: 16px;
white-space:nowrap;
text-decoration: underline;
}
}
.wrap_value {
white-space: normal;
text-overflow: unset;
.value_style {
white-space: normal;
text-overflow: unset;
}
}
.wrapperBorderStyle {
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-left: 1px solid rgba(0, 0, 0, 0.06);
margin-bottom: 35px;
}
.itemBorderStyle {
border-right: 1px solid rgba(0, 0, 0, 0.06);
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.labelBorderStyle {
width: 25%;
min-width: 145px;
background: rgba(0, 0, 0, 0.02);
min-height: 54px;
border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.valueBorderStyle {
padding-left: 16px;
}
}