1
zhang
2025-06-05 c48d0150aa9f6b297671f28adb6b9dc95b529cfc
src/main/webapp/static/css/console.css
@@ -40,6 +40,17 @@
   position: absolute;
   bottom: 3.2%;
}
.barcode {
   color: #a19c9c;
   height: 20px;
   line-height: 20px;;
   border: 1px solid rgb(108,167,168);
   cursor: pointer;
   width: 70px;
   text-align: center;
   background-color: rgb(157, 217, 162);
   font-size: 10px;
}
/*=============== SCROLL BAR ===============*/
::-webkit-scrollbar {
@@ -103,12 +114,15 @@
}
/* 条码扫描器 */
.bar-code {
   display: inline-block;
   float: left;
   position: fixed;
   width: 49%;
   height: 100%;
   height: 23%;
   background-color: rgba(0, 0, 0, 0.3);
   border-radius: 15px;
   margin-left: 1%;
   overflow: hidden;
}
/*扫码表单*/
.tablebox {
@@ -121,6 +135,7 @@
   list-style: none;
   line-height: 27px;
   text-indent: 10px;
   overflow: hidden;
}
.table-head {
   width: 100%;
@@ -289,39 +304,67 @@
   top: 122px;
}
.site-row-1 {
   top: 67px;
   left: 392px;
   top: 289px;
   left: 417px;
}
.site-row-1 .site {
   width: 80px;
}
.site-row-112 {
   top: 89px;
   left: 599px;
}
.site-row-112 .site {
   width: 70px;
}
.site-row-2 {
   top: 67px;
   left: 474px;
   top: 289px;
   left: 499px;
}
.site-row-2 .site {
   width: 80px;
   width: 70px;
}
.site-row-3 {
   top: 67px;
   left: 556px;
   top: 289px;
   left: 571px;
}
.site-row-3 .site {
   width: 80px;
}
.site-row-4 {
   top: 67px;
   left: 638px;
   top: 267px;
   left: 653px;
}
.site-row-4 .site {
   width: 80px;
   width: 70px;
}
/* 输送线第5列 */
.site-row-5 {
   top: 213px;
   left: 725px;
}
.site-row-5 .site {
   width: 70px;
}
.site-row-212 {
   top: 563px;
   left: 599px;
}
.site-row-212 .site {
   width: 70px;
}
.site-row-6 {
   top: 213px;
   left: 797px;
}
.site-row-6 .site {
   width: 70px;
}
/* ------------------ 货架总成 ------------------ */
.main-part {
   position: absolute;
   top: 20px;
   top: 100px;
   left: 720px;
}
.main-part .lane {
@@ -345,10 +388,18 @@
   border-right: none;
   cursor: inherit;
   color: rgb(194,76,65);
   transition: .3s;
}
.stock-group .item:last-of-type {
   border-right: 1px solid rgb(194,76,65);
}
.stock-group .item-hide {
   opacity: .7;
}
/*.stock-group .item-hide:hover {*/
/*   opacity: 0;*/
/*}*/
.stock-group::after, .stock-group::before {
   content: "";
   display: table;