From ab0193f955b64f5ab8636c46b5d1f0f86fde8806 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 07 八月 2025 13:41:12 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/wcs/css/render.css |  104 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 102 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/wcs/css/render.css b/src/main/webapp/static/wcs/css/render.css
index 808914a..fca38f4 100644
--- a/src/main/webapp/static/wcs/css/render.css
+++ b/src/main/webapp/static/wcs/css/render.css
@@ -13,13 +13,13 @@
     background-color: rgb(108,167,168);
 }
 .head {
-    height: 10%;
+    height: 5%;
     width: 100%;
     color: #FFFFFF;
 }
 .head-left {
     height: 100%;
-    width: 20%;
+    width: 50%;
     display: inline-block;
 }
 .head-right {
@@ -527,3 +527,103 @@
     width: auto;
 
 }
+.main-part {
+    position: relative;
+    top: 0px;
+    left: -150px;
+    width: 100%;
+    height: 100%;
+}
+
+.device-info {
+    position: absolute;
+    top: 0;
+    right: 0;
+    width: 500px;
+    height: 230px;
+    background: rgba(255, 255, 255, 0.7);
+    overflow: auto;
+}
+
+.device-info table td,.device-info table th{
+    font-size: 12px !important;
+}
+
+.layui-table-cell {
+    height: auto ;
+    white-space: normal;
+}
+.barcode {
+    position: absolute;
+    color: #a19c9c;
+    border: 1px solid rgb(108,167,168);
+    cursor: pointer;
+    text-align: center;
+    background-color: rgb(157, 217, 162);
+    font-size: 10px;
+}
+.hoist {
+    position: absolute;
+    color: #a19c9c;
+    border: 1px solid rgb(108,167,168);
+    cursor: pointer;
+    text-align: center;
+    background-color: rgb(157, 217, 162);
+    font-size: 10px;
+}
+.barcode1{
+    position: absolute;
+    width: 100px;
+    height: 50px;
+    left: 220px;
+    top: 190px;
+}
+.barcode2{
+    position: absolute;
+    width: 100px;
+    height: 50px;
+    left: 220px;
+    top: 285px;
+}
+.barcode3{
+    position: absolute;
+    width: 100px;
+    height: 50px;
+    left: 220px;
+    top: 375px;
+}
+.barcode4{
+    position: absolute;
+    width: 100px;
+    height: 50px;
+    left: 220px;
+    top: 490px;
+}
+.barcode5{
+    position: absolute;
+    width: 100px;
+    height: 50px;
+    left: 220px;
+    top: 605px;
+}
+.barcode6{
+    position: absolute;
+    width: 100px;
+    height: 50px;
+    left: 220px;
+    top: 715px;
+}
+.barcode7{
+    position: absolute;
+    width: 100px;
+    height: 50px;
+    left: 1450px;
+    top: 630px;
+}
+.barcode8{
+    position: absolute;
+    width: 100px;
+    height: 50px;
+    left: 1450px;
+    top: 515px;
+}
\ No newline at end of file

--
Gitblit v1.9.1