From 0f19a91fad42a9ddd7cf7c682494ec09e99454f4 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 8 Oct 2024 14:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/check/checknum/checknum.html | 345 +++++++++--------- .../system/checkReport/checkReport.html | 17 +- .../templates/system/checkReport/detail.html | 6 +- 3 files changed, 195 insertions(+), 173 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/check/checknum/checknum.html b/ruoyi-admin/src/main/resources/templates/system/check/checknum/checknum.html index d5f03a1..2ace478 100644 --- a/ruoyi-admin/src/main/resources/templates/system/check/checknum/checknum.html +++ b/ruoyi-admin/src/main/resources/templates/system/check/checknum/checknum.html @@ -12,71 +12,14 @@ } .count_top{ width: 100%; - height: 30%; - } - .count_top ul{ - width: 100%; - height: 100%; - list-style: none; - display: flex; - justify-content: space-between; - align-items: center; - padding: 0; - } - .count_top ul li{ - width: 333px; - height: 168px; + height: 50%; background-color: white; border-radius: 10px; - box-shadow: -4px 4px 4px #d5d5d5; - position: relative; - overflow: hidden; - } - .yuan{ - width: 300px; - height: 300px; - display: inline-block; - position: absolute; - bottom: -163px; - right: -146px; - border-radius: 50%; - } - .count_top ul li:nth-child(1) .yuan{ - background-color: #e2f0ff; - } - .count_top ul li:nth-child(2) .yuan{ - background-color: #ffe7e9; - } - .count_top ul li:nth-child(3) .yuan{ - background-color: #e3f7ef; - } - .count_top ul li i{ - font-size: 33px; - position: absolute; - top: 72%; - left: 82%; - transform: translate(-50%,-50%); - } - .count_top ul li .textList{ - position: absolute; - width: 80%; - height: 117px; - top: 18%; - left: 13px; - } - .textList p{ - color: rgba(85, 90, 105, 0.79); - } - .textList p:nth-of-type(1) { - font-size: 33px; - } - - .textList p:nth-of-type(2) { - font-size: 24px; + margin-bottom: 10px; } .count_bottom{ width: 100%; - height: 70%; + height: 50%; background-color: white; border-radius: 10px; } @@ -84,7 +27,6 @@ width: 100%; height: 100%; background-color: white; - margin-top: 10px; border-radius: 10px; box-shadow: 1px 1px 3px rgba(0, 0, 0, .2); display: flex; @@ -101,138 +43,131 @@
- {{countList.total}} -
-- 总数 -
-- {{countList.yfc}} -
-- 已发出 -
-- {{countList.wfc}} -
-- 未发出 -
-