From 7a7ccfd74dbdff086d2aabe5117ec1dc6f804d91 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期三, 31 五月 2023 18:48:41 +0800 Subject: [PATCH] 出入库优化-称重 --- igds-web/src/main/resources/static/admin/inout/style.css | 48 +++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 39 insertions(+), 9 deletions(-) diff --git a/igds-web/src/main/resources/static/admin/inout/style.css b/igds-web/src/main/resources/static/admin/inout/style.css index 1a0d2f6..1a775da 100644 --- a/igds-web/src/main/resources/static/admin/inout/style.css +++ b/igds-web/src/main/resources/static/admin/inout/style.css @@ -758,7 +758,7 @@ .kccz-r-btnbox { - width: 86px; + width: 110px; position: absolute; right: 0; top: 0; @@ -767,10 +767,32 @@ .kccz-r-btn { display: block; - width: 84px; + width: 110px; height: 78px; border: 1px solid #e7eaed; text-align: center; +} + +.kccz-r-div{ + display: block; + height: 78px; + border: 1px solid #e7eaed; + background: #53adce; + text-align: center; +} + +.kccz-r-div span{ + display: inline-block; + width: 100px; + margin: 10px 0 0px; + height: 40px; + font-size: 18px; + font-weight: bold; + color: #FFF; +} + +.kccz-r-div p { + color: #fff; } .kccz-r-btn span { @@ -811,6 +833,7 @@ .kccz-r-btn1.active { background: #53adce; } + .kccz-r-btn1:hover .kccz-r-pz, .kccz-r-btn1.active .kccz-r-pz { @@ -913,10 +936,17 @@ font-weight: bold; } - - - - - - - +.line-container { + display: flex; + align-items: center; + justify-content: center; +} +.line { + flex: 1; + height: 1px; + background-color: #2ab5ad; +} +.line-text { + padding: 0 10px; + color: #2ab5ad; +} \ No newline at end of file -- Gitblit v1.9.3