|
|
@ -5,321 +5,6 @@ $color-user-list-bg : var(--color-user-list-bg); |
|
|
|
$color-text : var(--color-text); |
|
|
|
$color-primary : var(--color-primary); |
|
|
|
|
|
|
|
.edit-order-inquiry { |
|
|
|
display: flex; |
|
|
|
padding-top: 10px; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
overflow-y: auto; |
|
|
|
@include scrollBar(var(--color-user-list-bg), #3B97FF); |
|
|
|
|
|
|
|
.paid-search { |
|
|
|
display: block; |
|
|
|
width: 375px; |
|
|
|
padding: 10px 10px 20px 20px; |
|
|
|
|
|
|
|
.title { |
|
|
|
width: 100%; |
|
|
|
font-size: 16px; |
|
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Bold; |
|
|
|
font-weight: 700; |
|
|
|
text-align: left; |
|
|
|
color: var(--color-text); |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.form-Wrap { |
|
|
|
height: calc(100% - 45px); |
|
|
|
overflow-y: auto; |
|
|
|
scrollbar-width: none; |
|
|
|
-ms-overflow-style: none; |
|
|
|
|
|
|
|
&::-webkit-scrollbar { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.ant-select-selector, |
|
|
|
.ant-picker, |
|
|
|
.ant-input { |
|
|
|
background-color: var(--color-search-list-item-bg) !important; |
|
|
|
box-shadow: none !important; |
|
|
|
color: var(--color-search-list-item-value); |
|
|
|
border-color: var(--color-search-list-item-bd) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.yisa-search { |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
margin-bottom: 24px; |
|
|
|
|
|
|
|
label { |
|
|
|
color: var(--color-search-list-item-text); |
|
|
|
flex: 0 0 27%; |
|
|
|
max-width: 27%; |
|
|
|
text-align: right; |
|
|
|
padding-right: 8px; |
|
|
|
|
|
|
|
.daf { |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.form-con { |
|
|
|
flex: 1; |
|
|
|
width: 220px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.form-btn { |
|
|
|
display: flex; |
|
|
|
flex-flow: row nowrap; |
|
|
|
justify-content: space-between; |
|
|
|
margin: 40px 0px 0px; |
|
|
|
padding: 0 3px; |
|
|
|
|
|
|
|
.ant-btn+.ant-btn { |
|
|
|
margin-left: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.ant-btn span { |
|
|
|
font-size: 16px; |
|
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular; |
|
|
|
font-weight: 400; |
|
|
|
text-align: center; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
|
|
|
|
.reset { |
|
|
|
width: 90px; |
|
|
|
height: 36px; |
|
|
|
background: var(--button-default-bg); |
|
|
|
} |
|
|
|
|
|
|
|
.submit { |
|
|
|
width: calc(100% - 100px); |
|
|
|
height: 36px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.ant-btn+.ant-btn { |
|
|
|
margin-left: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.green { |
|
|
|
background-color: #67c23a; |
|
|
|
border-color: #67c23a; |
|
|
|
} |
|
|
|
|
|
|
|
.soll-result { |
|
|
|
overflow: auto; |
|
|
|
|
|
|
|
.result { |
|
|
|
display: block !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.paid-result { |
|
|
|
width: calc(100% - 375px); |
|
|
|
padding-bottom: 15px; |
|
|
|
padding: 20px; |
|
|
|
background: var(--color-user-list-bg); |
|
|
|
border-top-left-radius: 20px; |
|
|
|
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08); |
|
|
|
|
|
|
|
.result-hd-overview { |
|
|
|
color: #ffffff; |
|
|
|
//background: #3e4557; |
|
|
|
border-radius: 4px; |
|
|
|
margin-bottom: 20px; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
.result-header { |
|
|
|
height: 108px; |
|
|
|
width: 33%; |
|
|
|
margin: 0 10px; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
.result-content { |
|
|
|
margin: auto; |
|
|
|
|
|
|
|
.title { |
|
|
|
height: 19px; |
|
|
|
font-size: 14px; |
|
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular; |
|
|
|
font-weight: 400; |
|
|
|
text-align: center; |
|
|
|
color: #DBE5FF; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
|
|
|
|
i { |
|
|
|
border: 1px solid; |
|
|
|
border-radius: 22px; |
|
|
|
display: inline-block; |
|
|
|
text-align: center; |
|
|
|
font-size: 10px; |
|
|
|
width: 15px; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.num { |
|
|
|
height: 27px; |
|
|
|
font-size: 20px; |
|
|
|
font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Bold; |
|
|
|
font-weight: 700; |
|
|
|
text-align: left; |
|
|
|
color: #ffffff; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.rea { |
|
|
|
background: url("../../../../assets/images/red.png"); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.reb { |
|
|
|
background: url("../../../../assets/images/blue.png"); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.rec { |
|
|
|
background: url("../../../../assets/images/green.png"); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.red { |
|
|
|
background: url("../../../../assets/images/yellow.png"); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.result { |
|
|
|
@include flex-columns; |
|
|
|
|
|
|
|
.result-box { |
|
|
|
color: #ffffff; |
|
|
|
background: #3e4557; |
|
|
|
border-radius: 4px; |
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
|
|
.result-box-title { |
|
|
|
height: 21px; |
|
|
|
font-size: 16px; |
|
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Bold; |
|
|
|
font-weight: 700; |
|
|
|
text-align: left; |
|
|
|
margin: 18px 0 18px 18px; |
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
i { |
|
|
|
border: 1px solid; |
|
|
|
border-radius: 22px; |
|
|
|
display: inline-block; |
|
|
|
text-align: center; |
|
|
|
font-size: 12px; |
|
|
|
width: 22px; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.ant-table .ant-table-thead tr th { |
|
|
|
background: #3e4557; |
|
|
|
} |
|
|
|
} |
|
|
|
.result-title { |
|
|
|
display: inline-block; |
|
|
|
p { |
|
|
|
display: inline; |
|
|
|
margin: 0 5px; |
|
|
|
color: #3aa9ff; |
|
|
|
font-size: 18px; |
|
|
|
} |
|
|
|
} |
|
|
|
.export-btn { |
|
|
|
display: inline-block; |
|
|
|
text-align: center; |
|
|
|
float: right; |
|
|
|
width: 68px; |
|
|
|
height: 34px; |
|
|
|
line-height: 34px; |
|
|
|
background: linear-gradient(180deg, #3aa9ff, #59b7ff); |
|
|
|
border-radius: 4px; |
|
|
|
margin-right: 15px; |
|
|
|
margin-bottom: 10px; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
.root_gfkk { |
|
|
|
float: right; |
|
|
|
} |
|
|
|
.row-head { |
|
|
|
height: 32px; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
margin-bottom: 13px; |
|
|
|
|
|
|
|
.number-wrapper { |
|
|
|
display: inline-flex; |
|
|
|
align-items: center; |
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
.letter { |
|
|
|
color: var(--color-text); |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.total-number { |
|
|
|
color: var(--color-primary); |
|
|
|
font-weight: bold; |
|
|
|
margin: 0 4px; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.cc-result-flow { |
|
|
|
width: 100%; |
|
|
|
height: calc(100% - 34px - 13px); |
|
|
|
|
|
|
|
.yisa-table { |
|
|
|
width: 100%; |
|
|
|
height: calc(100% - 32px - 15px); |
|
|
|
overflow-y: auto !important; |
|
|
|
@include scrollBar(var(--color-user-list-bg), #3B97FF); |
|
|
|
|
|
|
|
.ant-table-thead { |
|
|
|
th { |
|
|
|
background: #616b83 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.ant-table-tbody { |
|
|
|
td { |
|
|
|
background: #3E4557 !important; |
|
|
|
border-bottom-color: var(--color-table-border-bottom-color); |
|
|
|
} |
|
|
|
|
|
|
|
tr:nth-child(even) { |
|
|
|
td { |
|
|
|
background: #3E4557 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.modal-pay-configuration { |
|
|
|
|
|
|
|
.submitBtn { |
|
|
|