.menu-invoice-wrap {
|
position: relative;
|
box-sizing: border-box;
|
background: #ffffff;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
color: #000000;
|
--inv-color: #13509c;
|
|
.inv-action {
|
text-align: right;
|
margin-right: 30px;
|
.ant-btn {
|
margin-left: 15px;
|
margin-bottom: 5px;
|
height: 30px;
|
}
|
.mk-bill:hover, .mk-bill:active, .mk-bill:focus {
|
color: var(--mk-sys-color);
|
border-color: var(--mk-sys-color);
|
}
|
.mk-submit, .mk-submit:hover, .mk-submit:active, .mk-submit:focus {
|
color: #fff;
|
background-color: var(--mk-sys-color);
|
border-color: var(--mk-sys-color);
|
}
|
}
|
.inv-header {
|
text-align: center;
|
position: relative;
|
height: 70px;
|
margin-right: 30px;
|
.ant-select {
|
width: 390px;
|
border: none;
|
.ant-select-selection {
|
border: none;
|
box-shadow: none;
|
font-size: 25px;
|
text-align: center;
|
background-color: transparent;
|
|
.ant-select-selection-selected-value {
|
float: none;
|
text-align: center;
|
font-family: kaiti;
|
color: var(--inv-color, #13509c);
|
}
|
.ant-select-selection__placeholder {
|
text-align: center;
|
font-family: kaiti;
|
}
|
}
|
}
|
.ant-select::before, .ant-select::after {
|
content: '';
|
display: block;
|
width: 100%;
|
position: absolute;
|
border-top: var(--inv-color, #13509c) 1px solid;
|
border-bottom: var(--inv-color, #13509c) 1px solid;
|
height: 1px;
|
}
|
.ant-select::before {
|
bottom: -10px;
|
}
|
.ant-select::after {
|
bottom: -15px;
|
}
|
.date {
|
position: absolute;
|
right: 100px;
|
top: 5px;
|
color: var(--inv-color, #13509c);
|
}
|
}
|
|
.ant-input {
|
border-top: none;
|
border-left: none;
|
border-right: none;
|
border-radius: 0;
|
box-shadow: none!important;
|
height: 28px;
|
font-size: 13px;
|
background: transparent;
|
}
|
.ant-input:hover, .ant-input:active, .ant-input:focus {
|
border-color: var(--inv-color, #13509c)!important;
|
}
|
.ant-input.ant-input-disabled {
|
cursor: text;
|
background: transparent!important;
|
}
|
|
.ant-input-number {
|
border-top: none;
|
border-left: none;
|
border-right: none;
|
border-radius: 0;
|
box-shadow: none!important;
|
height: 28px;
|
font-size: 13px;
|
.ant-input-number-handler-wrap {
|
display: none;
|
}
|
}
|
.ant-input-number:hover, .ant-input-number:active, .ant-input-number:focus {
|
border-color: var(--inv-color, #13509c)!important;
|
}
|
|
.inv-body {
|
border: var(--inv-color, #13509c) 1px solid;
|
font-size: 13px;
|
margin-right: 30px;
|
|
.inv-main-content {
|
display: flex;
|
|
.inv-buyer, .inv-notice {
|
width: 50%;
|
display: flex;
|
.inv-label {
|
color: var(--inv-color, #13509c);
|
width: 6.25%;
|
display: flex;
|
flex-direction: column;
|
writing-mode: vertical-rl;
|
justify-content: center;
|
align-items: center;
|
letter-spacing: 5px;
|
border-right: var(--inv-color, #13509c) 1px solid;
|
}
|
.inv-content {
|
flex: 1;
|
padding: 6px 0;
|
|
.ant-form-item {
|
display: flex;
|
padding: 0 5px 0 15px;
|
font-size: 13px;
|
margin-bottom: 5px;
|
|
.ant-form-item-label {
|
line-height: 30px;
|
text-align: justify;
|
label {
|
display: flex;
|
color: var(--inv-color, #13509c);
|
span {
|
display: inline-block;
|
flex: 1;
|
}
|
}
|
}
|
.ant-form-item-control-wrapper {
|
width: 100%;
|
|
.ant-form-item-control {
|
line-height: 30px;
|
.ant-form-extra {
|
position: absolute;
|
top: 1px;
|
right: 10px;
|
font-size: 16px;
|
.anticon {
|
cursor: pointer;
|
}
|
}
|
.ant-input-affix-wrapper:not(:hover) {
|
.ant-input-suffix {
|
opacity: 0;
|
}
|
}
|
}
|
}
|
}
|
.ant-form-item.mutil-input {
|
.ant-form-item-children {
|
display: flex;
|
}
|
}
|
}
|
}
|
.inv-buyer {
|
border-right: var(--inv-color, #13509c) 1px solid;
|
.ant-form-item-label {
|
width: 95px;
|
min-width: 95px;
|
}
|
}
|
.inv-notice {
|
.inv-content {
|
padding-top: 45px;
|
}
|
.ant-form-item-label {
|
width: 75px;
|
min-width: 75px;
|
}
|
}
|
}
|
|
.inv-details {
|
border-top: var(--inv-color, #13509c) 1px solid;
|
border-bottom: var(--inv-color, #13509c) 1px solid;
|
}
|
}
|
.inv-tail {
|
display: flex;
|
padding-top: 10px;
|
margin-right: 30px;
|
.ant-form-item {
|
flex: 1;
|
display: flex;
|
font-size: 13px;
|
.ant-form-item-label, .ant-form-item-control-wrapper {
|
width: 40%;
|
}
|
}
|
}
|
}
|
.inv-table {
|
.ant-table .ant-table-tbody tr:hover td {
|
background-color: var(--mk-sys-color1);
|
}
|
}
|
.tb-search-wrap {
|
.search-item {
|
display: flex;
|
float: left;
|
width: 350px;
|
align-items: center;
|
justify-content: flex-end;
|
|
.ant-input {
|
width: 200px;
|
}
|
}
|
.ant-btn {
|
margin-bottom: 20px;
|
margin-left: 50px;
|
background-color: var(--mk-sys-color);
|
border-color: var(--mk-sys-color);
|
color: #ffffff;
|
}
|
.ant-btn:hover, .ant-btn:active {
|
background-color: var(--mk-sys-color);
|
border-color: var(--mk-sys-color);
|
color: #ffffff;
|
opacity: 0.9;
|
}
|
}
|
|
.inv-type-select {
|
.ant-select-dropdown-menu-item {
|
text-align: center;
|
}
|
}
|