|
.modal-fields-row {
|
padding-bottom: 35px;
|
.ant-col {
|
display: inline-block;
|
float: none;
|
vertical-align: top;
|
padding-left: 0px;
|
padding-right: 0px;
|
}
|
>.ant-col:not(.ant-col-24) {
|
padding-right: 10px;
|
.am-list-line .am-input-label {
|
width: auto;
|
padding-right: 10px;
|
}
|
.ant-form-item.no-boder {
|
.am-list-item.input {
|
.am-list-line {
|
padding-right: 0px;
|
}
|
.am-input-control {
|
border-bottom: 1px solid #ddd;
|
}
|
}
|
}
|
}
|
.am-list-item {
|
// font-size: 16px;
|
position: relative;
|
display: flex;
|
height: 44px;
|
min-height: 44px;
|
background-color: #fff;
|
vertical-align: middle;
|
overflow: hidden;
|
transition: background-color 200ms;
|
align-items: center;
|
|
.am-list-line {
|
border-bottom: 1px solid #ddd;
|
align-items: center;
|
position: relative;
|
display: flex;
|
flex: 1 1;
|
align-self: stretch;
|
padding-right: 10px;
|
overflow: hidden;
|
.am-input-label {
|
width: 28%;
|
margin-left: 0;
|
margin-right: 5px;
|
text-align: left;
|
white-space: nowrap;
|
overflow: hidden;
|
padding: 2px 0;
|
text-overflow: ellipsis;
|
color: inherit;
|
font-size: inherit;
|
font-weight: inherit;
|
}
|
.am-list-switch {
|
flex: 1;
|
text-align: right;
|
}
|
.am-input-control {
|
flex: 1 1;
|
text-align: right;
|
padding-right: 15px;
|
font-size: 16px;
|
font-weight: normal;
|
color: rgba(0, 0, 0, 0.65);
|
}
|
.am-input-control.left {
|
text-align: left;
|
}
|
.am-list-extra {
|
display: block;
|
width: 15px;
|
height: 15px;
|
margin-left: 8px;
|
font-size: 16px;
|
font-weight: normal;
|
color: rgba(0, 0, 0, 0.65);
|
.anticon {
|
vertical-align: top;
|
}
|
}
|
}
|
}
|
.am-list-item.up_down {
|
height: auto;
|
.am-list-line {
|
display: block;
|
.am-input-label {
|
width: auto;
|
line-height: 32px;
|
}
|
.am-input-control {
|
height: 40px;
|
line-height: 24px;
|
}
|
.am-list-extra {
|
position: absolute;
|
top: 30px;
|
right: 10px;
|
}
|
}
|
}
|
.am-list-item.check-card {
|
height: auto;
|
.am-list-line {
|
align-items: start;
|
display: block;
|
.check-card-edit-box {
|
margin-top: 0!important;
|
}
|
.am-input-label {
|
width: auto;
|
}
|
}
|
}
|
.am-list-item.hint {
|
height: auto;
|
.am-list-line {
|
align-items: start;
|
display: block;
|
.am-input-label {
|
line-height: 2;
|
}
|
.am-input-control {
|
line-height: 1.5;
|
text-align: left;
|
padding-bottom: 5px;
|
color: inherit;
|
font-size: inherit;
|
font-weight: inherit;
|
}
|
}
|
}
|
.am-list-item.formula {
|
.am-list-line {
|
.am-input-control {
|
font-size: inherit;
|
font-weight: inherit;
|
color: inherit;
|
padding-right: 0px;
|
}
|
}
|
}
|
.am-list-item.checkbox {
|
height: auto;
|
.am-list-line {
|
align-items: start;
|
display: block;
|
}
|
.mk-radio-group {
|
padding-left: 10px;
|
text-align: left;
|
|
.mk-radio-wrapper:not(:last-child) {
|
border-bottom: 1px solid #ddd;
|
}
|
span {
|
display: inline-block;
|
}
|
.radio-value {
|
width: calc(100% - 50px);
|
white-space: nowrap;
|
overflow: hidden;
|
padding: 2px 0;
|
text-overflow: ellipsis;
|
vertical-align: top;
|
}
|
.radio-check {
|
position: relative;
|
width: 50px;
|
height: 30px;
|
top: 8px;
|
}
|
.radio-check.checked::after {
|
content: ' ';
|
position: absolute;
|
display: table;
|
border: 1px solid #1890ff;
|
border-top: 0;
|
border-left: 0;
|
top: 50%;
|
left: 22%;
|
width: 12px;
|
height: 20px;
|
transform: rotate(45deg) scale(1) translate(-50%, -50%);
|
}
|
}
|
.ant-checkbox-group {
|
display: block;
|
padding-left: 10px;
|
.ant-checkbox-wrapper {
|
display: flex;
|
text-align: left;
|
font-size: 16px;
|
.ant-checkbox {
|
display: block;
|
width: 30px;
|
.ant-checkbox-inner {
|
width: 22px;
|
height: 22px;
|
top: 12px;
|
}
|
.ant-checkbox-inner::after {
|
width: 9px;
|
height: 14px;
|
}
|
}
|
.ant-checkbox + span {
|
display: block;
|
flex: 1 1;
|
border-bottom: 1px solid #ddd;
|
}
|
}
|
.ant-checkbox-wrapper:last-child {
|
.ant-checkbox + span {
|
border-bottom: none;
|
}
|
}
|
}
|
}
|
.am-list-item.checkbox.mk-radio {
|
.ant-checkbox-inner {
|
border-radius: 50%;
|
}
|
}
|
.am-list-item.checkbox:not(.line) {
|
.ant-checkbox-group {
|
.ant-checkbox-wrapper {
|
float: left;
|
margin-right: 15px;
|
.ant-checkbox + span {
|
border-bottom: none;
|
}
|
}
|
}
|
.mk-radio-group {
|
.mk-radio-wrapper {
|
float: left;
|
margin-right: 15px;
|
}
|
}
|
}
|
.split-line {
|
color: inherit;
|
font-size: inherit;
|
font-weight: inherit;
|
padding-left: 10px;
|
padding-top: 10px;
|
border-bottom: 1px solid #e9e9e9;
|
}
|
.check-card-edit-box .card-cell span {
|
line-height: 1.5;
|
}
|
.split-wrap.ant-form-item {
|
color: #1890ff;
|
font-size: 16px;
|
}
|
.ant-form-item {
|
cursor: move;
|
display: flex;
|
margin-bottom: 0px;
|
color: #000;
|
font-weight: normal;
|
font-size: 14px;
|
|
* {
|
font-weight: inherit;
|
}
|
|
.ant-form-item-control-wrapper::after {
|
content: '';
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
opacity: 0;
|
z-index: 1;
|
}
|
.field-name {
|
margin-left: 10px;
|
}
|
.ant-form-item-children {
|
vertical-align: top;
|
}
|
}
|
.ant-form-item.required {
|
.am-input-label::before {
|
display: inline-block;
|
margin-right: 4px;
|
color: #f5222d;
|
font-size: 14px;
|
font-family: SimSun, sans-serif;
|
line-height: 1;
|
content: '*';
|
}
|
}
|
.ant-form-item.no-boder {
|
.am-list-line {
|
border-bottom: none;
|
}
|
.split-line {
|
border: 0;
|
}
|
}
|
}
|
.mob-form.modal-fields-row {
|
.page-card {
|
margin-bottom: 10px;
|
}
|
}
|