You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
237 lines
3.4 KiB
237 lines
3.4 KiB
body,
|
|
.mint-button-text {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.mint-header {
|
|
background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.mint-tab-item-label {
|
|
color: black;
|
|
}
|
|
|
|
.mint-tabbar {
|
|
border-top: 1px solid #eee;
|
|
}
|
|
|
|
.mint-tab-container {
|
|
position: absolute;
|
|
top: 50px;
|
|
bottom: 55px;
|
|
width: calc(100% - 20px);
|
|
overflow: auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
.mint-cell-wrapper {
|
|
border: 1px solid #d9d9d9;
|
|
background-image: none;
|
|
}
|
|
|
|
.clear {
|
|
float: none;
|
|
clear: both;
|
|
}
|
|
|
|
.card {
|
|
background: #fff;
|
|
margin-bottom: 20px;
|
|
border-radius: 2px;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
|
|
padding: 20px;
|
|
color: #656b79;
|
|
}
|
|
|
|
.table {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.table > thead > tr > th {
|
|
vertical-align: middle;
|
|
font-weight: 500;
|
|
color: #333;
|
|
border-width: 1px;
|
|
text-align: left;
|
|
text-transform: uppercase;
|
|
border-bottom: 2px solid #F5F5F5;
|
|
padding: 8px 2px;
|
|
line-height: 1.42857143;
|
|
}
|
|
|
|
.table > tbody > tr > td {
|
|
padding: 8px 2px;
|
|
line-height: 1.42857143;
|
|
vertical-align: top;
|
|
border-top: 1px solid #F5F5F5;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.mint-popup {
|
|
color: #656b79;
|
|
padding: 10px;
|
|
width: calc(100% - 20px);
|
|
height: calc(100% - 20px);
|
|
background-color: #fbfbfb;
|
|
overflow: auto;
|
|
}
|
|
|
|
.input-group {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.input-group > div {
|
|
float: left;
|
|
}
|
|
|
|
.input-group .mint-button--default {
|
|
box-shadow: none;
|
|
border: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.input-left {
|
|
width: calc(100% - 62px);
|
|
}
|
|
|
|
.input-group .input-right button {
|
|
height: 48px;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
margin-left: -1px;
|
|
margin-top: 0px;
|
|
float: left;
|
|
}
|
|
|
|
.input-right button:first-child {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.mint-header {
|
|
height: 50px !important;
|
|
}
|
|
|
|
.mint-toast {
|
|
z-index: 99999 !important;
|
|
}
|
|
|
|
.mint-popup-bottom {
|
|
top: 70% !important;
|
|
}
|
|
|
|
.alert {
|
|
font-size: 14px;
|
|
padding: 15px;
|
|
margin-bottom: 20px;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.alert-warning {
|
|
color: #8a6d3b;
|
|
background-color: #fcf8e3;
|
|
border-color: #faebcc;
|
|
}
|
|
|
|
.link {
|
|
color: #26a2ff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.label-danger {
|
|
color: #d9534f;
|
|
}
|
|
|
|
.card-margin {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.print-qr img {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.receive-summary {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.form {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.form-title {
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
}
|
|
|
|
.receive-summary .form-title {
|
|
width: 80px;
|
|
}
|
|
|
|
.receive-scan-rolls > div {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.counting-act-table {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.shipment-boxes-title {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.shipment-boxes-title button {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.print-qr {
|
|
display: flex;
|
|
font-size: 12px;
|
|
transform: rotate(90deg);
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
top: 100px;
|
|
flex-direction: column;
|
|
width: 360px;
|
|
height: 340px;
|
|
padding-top: 20px;
|
|
overflow: scroll;
|
|
}
|
|
|
|
.box-summary {
|
|
display: flex;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.box-detail td {
|
|
padding: 8px;
|
|
}
|
|
|
|
.box-list td {
|
|
padding-bottom: 30px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.box-detail {
|
|
flex: 1;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.r-title {
|
|
text-align: center;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.print-buttons {
|
|
text-align: center;
|
|
}
|