.menu-voucher-box {
|
position: relative;
|
box-sizing: border-box;
|
background: #ffffff;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
min-height: 150px;
|
overflow-y: auto;
|
overflow-x: hidden;
|
|
.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);
|
}
|
|
.voucher-header {
|
padding: 10px;
|
border-bottom: 1px solid #eeeeee;
|
|
.header-btn {
|
height: 28px;
|
min-width: 80px;
|
margin-right: 10px;
|
}
|
}
|
.voucher-body {
|
.voucher-code {
|
display: inline-block;
|
width: 160px;
|
margin-right: 15px;
|
|
div {
|
display: inline-block;
|
min-width: 50px;
|
margin-right: 10px;
|
border: 1px solid #d9d9d9;
|
padding: 4px 10px;
|
border-radius: 4px;
|
|
.anticon-down {
|
position: relative;
|
left: 3px;
|
color: #c8c8c8;
|
font-size: 12px;
|
margin-left: 5px;
|
}
|
}
|
}
|
.temp-code {
|
display: inline-block;
|
width: 180px;
|
margin-right: 15px;
|
|
div {
|
display: inline-block;
|
min-width: 100px;
|
margin-right: 10px;
|
margin-left: 10px;
|
border: 1px solid #d9d9d9;
|
padding: 4px 10px;
|
border-radius: 4px;
|
|
.anticon-down {
|
position: relative;
|
left: 3px;
|
color: #c8c8c8;
|
font-size: 12px;
|
margin-left: 5px;
|
}
|
}
|
}
|
.header-btn {
|
float: right;
|
margin-left: 10px;
|
}
|
.pre-wrap {
|
padding: 10px 0px;
|
}
|
.voucher-date {
|
display: inline-block;
|
div {
|
display: inline-block;
|
min-width: 50px;
|
margin-right: 10px;
|
border: 1px solid #d9d9d9;
|
padding: 4px 10px;
|
border-radius: 4px;
|
color: #c8c8c8;
|
|
.anticon {
|
position: relative;
|
left: 3px;
|
color: #c8c8c8;
|
margin-left: 5px;
|
}
|
}
|
}
|
.voucher-affix {
|
float: right;
|
width: 250px;
|
div {
|
display: inline-block;
|
min-width: 50px;
|
margin-right: 10px;
|
border: 1px solid #d9d9d9;
|
padding: 4px 10px;
|
border-radius: 4px;
|
}
|
}
|
.user {
|
padding-top: 15px;
|
}
|
}
|
|
.add-background {
|
background: #26C281;
|
border-color: #26C281;
|
color: #ffffff;
|
}
|
.print-background {
|
background-color: #8E44AD;
|
border-color: #8E44AD;
|
color: #ffffff;
|
}
|
.out-background {
|
background-color: rgb(50, 197, 210);
|
border-color: rgb(50, 197, 210);
|
color: #ffffff;
|
}
|
.save-temp {
|
background-color: #1890ff;
|
border-color: #1890ff;
|
color: #ffffff;
|
}
|
.close-temp {
|
background-color: #ffffff;
|
border-color: #f5222d;
|
color: #f5222d;
|
}
|
|
.system-background {
|
background: #1890ff;
|
border-color: #1890ff;
|
color: #ffffff;
|
}
|
}
|
.menu-voucher-box::after {
|
display: block;
|
content: ' ';
|
clear: both;
|
}
|
.menu-voucher-box:hover {
|
z-index: 1;
|
box-shadow: 0px 0px 4px #1890ff;
|
}
|
.menu-voucher-box::-webkit-scrollbar {
|
display: none;
|
}
|