From c54c470818534459bd031e3fda4b5c452d0e7844 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Thu, 6 Nov 2025 16:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=BA=E8=80=83=E5=8B=A4=E2=80=94?= =?UTF-8?q?=E2=80=94=E5=BD=93=E5=89=8D=E7=8E=B0=E5=9C=BA=E6=80=BB=E4=BA=BA?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/mainMenu_PDigData.aspx | 225 ++++++++++-------- .../common/mainMenu_PDigData.aspx.cs | 49 +++- SGGL/WebAPI/WebAPI.csproj.user | 2 +- 3 files changed, 168 insertions(+), 108 deletions(-) diff --git a/SGGL/FineUIPro.Web/common/mainMenu_PDigData.aspx b/SGGL/FineUIPro.Web/common/mainMenu_PDigData.aspx index 21b32e87..090e4bb8 100644 --- a/SGGL/FineUIPro.Web/common/mainMenu_PDigData.aspx +++ b/SGGL/FineUIPro.Web/common/mainMenu_PDigData.aspx @@ -179,65 +179,76 @@ padding: 20px 0px; color: #fff; } - .base-wrap{ - padding:15px 10px; - height:100%; + + .base-wrap { + padding: 15px 10px; + height: 100%; } - .base-wrap .base-tit{ - font-size:12px; - color:#fff; + + .base-wrap .base-tit { + font-size: 12px; + color: #fff; + } + + .base-wrap .base-txt-wrap { + margin-top: 5px; + background-color: #0B508B; + border-radius: 5px; + color: #FFAE72; + height: 100%; + align-items: center; + justify-content: space-around; + } + + .base-wrap .base-txt-wrap .num-1 { + background-color: #2A759C; + padding: 5px; + font-size: 40px; + } + + .yj-info-1 { + height: 100%; } - .base-wrap .base-txt-wrap{ - margin-top:5px; - background-color:#0B508B; - border-radius:5px; - color:#FFAE72; - height:100%; - align-items:center; - justify-content:space-around; + + .yj-info-1-list { + color: #fff; } - .base-wrap .base-txt-wrap .num-1{ - background-color:#2A759C; - padding:5px; - font-size:40px; - } - .yj-info-1{ - height:100%; - } - .yj-info-1-list{ - color:#fff; - } - .yj-info-1 .telbg{ - height:100%; - width:85px; + + .yj-info-1 .telbg { + height: 100%; + width: 85px; background: url(../res/index/images/tel.png) center center no-repeat; background-size: contain; } - .yj-info-1-list-item{ - padding:0 5px; - background-color:#2A759C; - margin-bottom:5px; - font-size:12px; - align-items:center; - justify-content:center; + + .yj-info-1-list-item { + padding: 0 5px; + background-color: #2A759C; + margin-bottom: 5px; + font-size: 12px; + align-items: center; + justify-content: center; } - .yj-info-1-list-item:last-child{ - margin-bottom:0; - } - .yj-info-1-list-item .telnum{ - text-align:center; - align-items:center; - justify-content:center; - display:flex; - } - .yj-info-1-info{ - color:#fff; - background-color:#2A759C; - text-align:center; - font-size:16px; - height:40px; - line-height:40px; - margin-top:5px; + + .yj-info-1-list-item:last-child { + margin-bottom: 0; + } + + .yj-info-1-list-item .telnum { + text-align: center; + align-items: center; + justify-content: center; + display: flex; + } + + .yj-info-1-info { + color: #fff; + background-color: #2A759C; + text-align: center; + font-size: 16px; + height: 40px; + line-height: 40px; + margin-top: 5px; } @@ -248,15 +259,15 @@