.menu-invoice-box {
|
position: relative;
|
box-sizing: border-box;
|
background: #ffffff;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
color: #000000;
|
--inv-color: #13509c;
|
|
.anticon-tool {
|
position: absolute;
|
z-index: 2;
|
font-size: 16px;
|
right: 1px;
|
top: 1px;
|
cursor: pointer;
|
padding: 5px;
|
background: rgba(255, 255, 255, 0.55);
|
}
|
|
.inv-action {
|
text-align: right;
|
margin-right: 30px;
|
.ant-btn {
|
margin-left: 15px;
|
margin-bottom: 5px;
|
height: 30px;
|
}
|
.mk-back {
|
border: none;
|
float: left;
|
margin-left: 0px;
|
padding: 0px;
|
box-shadow: none;
|
}
|
.mk-back::after {
|
display: none;
|
}
|
.mk-addinv, .mk-addinv:active, .mk-addinv:focus {
|
color: #52c41a;
|
border-color: #52c41a;
|
}
|
.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;
|
.mk-select {
|
position: relative;
|
display: inline-block;
|
width: 390px;
|
font-size: 25px;
|
text-align: center;
|
font-family: kaiti;
|
color: var(--inv-color, #13509c);
|
}
|
.mk-select::before, .mk-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;
|
}
|
.mk-select::before {
|
bottom: -10px;
|
}
|
.mk-select::after {
|
bottom: -15px;
|
}
|
.date {
|
position: absolute;
|
right: 100px;
|
top: 5px;
|
color: var(--inv-color, #13509c);
|
}
|
}
|
|
.mk-input {
|
position: relative;
|
height: 28px;
|
font-size: 13px;
|
background: transparent;
|
display: flex;
|
padding: 0 5px 0 15px;
|
margin-bottom: 5px;
|
label {
|
display: inline-block;
|
height: 28px;
|
line-height: 28px;
|
text-align: right;
|
color: var(--inv-color, #13509c);
|
}
|
span {
|
display: inline-block;
|
height: 28px;
|
line-height: 28px;
|
}
|
.extra {
|
position: absolute;
|
right: 0px;
|
.anticon-ellipsis {
|
padding: 0 15px;
|
}
|
}
|
.content {
|
flex: 1;
|
border-bottom: 1px solid #d9d9d9;
|
color: #b8b8b8;
|
transition: all 0.3s;
|
padding: 0px 10px;
|
}
|
}
|
.mk-input:hover .content {
|
border-color: var(--inv-color, #13509c);
|
}
|
|
.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: 8px 0;
|
}
|
}
|
.inv-buyer {
|
border-right: var(--inv-color, #13509c) 1px solid;
|
label {
|
width: 95px;
|
min-width: 95px;
|
}
|
}
|
.inv-notice {
|
.inv-content {
|
padding-top: 45px;
|
}
|
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;
|
.mk-input {
|
display: flex;
|
flex: 1;
|
label {
|
width: 40%;
|
color: rgba(0, 0, 0, 0.85);
|
}
|
span {
|
width: 40%;
|
flex: none;
|
}
|
}
|
}
|
|
.detail-wrap {
|
position: relative;
|
|
.mk-th, .mk-tr, .mk-total {
|
position: relative;
|
display: flex;
|
border-bottom: var(--inv-color, #13509c) 1px solid;
|
|
.mk-td {
|
width: 10%;
|
height: 40px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
padding: 0 3px;
|
position: relative;
|
}
|
.mk-td:not(:last-child) {
|
border-right: var(--inv-color, #13509c) 1px solid;
|
}
|
.mk-td:first-child {
|
width: 20%;
|
}
|
.mk-td:nth-child(2), .mk-td:nth-child(6) {
|
width: 15%;
|
}
|
|
.mk-left {
|
justify-content: start;
|
}
|
.mk-right {
|
justify-content: end;
|
}
|
.anticon-ellipsis {
|
padding: 0 10px;
|
position: absolute;
|
right: 0;
|
}
|
}
|
.mk-tr.active, .mk-tr:hover {
|
background: var(--mk-sys-color1);
|
}
|
.mk-upcase {
|
display: flex;
|
|
.mk-td {
|
width: 40%;
|
height: 40px;
|
display: flex;
|
align-items: center;
|
padding: 0 20px;
|
}
|
.mk-td:first-child {
|
width: 20%;
|
padding: 0;
|
border-right: var(--inv-color, #13509c) 1px solid;
|
justify-content: center;
|
}
|
.mk-td:last-child {
|
justify-content: end;
|
}
|
}
|
}
|
}
|
.menu-invoice-box::after {
|
display: block;
|
content: ' ';
|
clear: both;
|
}
|
.menu-invoice-box:hover {
|
z-index: 1;
|
box-shadow: 0px 0px 4px #1890ff;
|
}
|