From e4811cb916baee78c8581f65517a59e3973c80ef Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 1 Apr 2025 16:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/home/special_view.html | 257 +++++++++--------- 1 file changed, 134 insertions(+), 123 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/special_view.html b/ruoyi-admin/src/main/resources/templates/home/special_view.html index f7ba247..6f705e0 100644 --- a/ruoyi-admin/src/main/resources/templates/home/special_view.html +++ b/ruoyi-admin/src/main/resources/templates/home/special_view.html @@ -2,6 +2,9 @@ + 甘肃省人民检察院兰铁分院 @@ -15,12 +18,15 @@ height: 100%; margin: 0; padding: 0; + display: -ms-flexbox; display: flex; + -ms-flex-direction: column; flex-direction: column; } /* 设置内容区域自动填充剩余高度 */ #content { + -ms-flex-positive: 1; flex-grow: 1; padding-bottom: 28px; } @@ -31,7 +37,6 @@ padding: 0 5px; } - .time { position: absolute; right: 0; @@ -52,46 +57,28 @@ } .row { - display: inline-block; - width: 100%; + display: -ms-flexbox; display: flex; - display: inline-block\9; - justify-content: space-between; + -ms-flex-wrap: nowrap; flex-wrap: nowrap; + -ms-flex-pack: justify; + justify-content: space-between; } .main-left { width: 22.3%; } - .fl { - float: left; - } - - sidebar { - border: 1px solid #E1E1E1; - border-bottom: none; - } - .main-right { width: 74.92%; min-height: 516px; } - .fr { - float: right; - } - - .mt10 { margin-top: 10px; min-height: 565px; } - .mt10 li { - border-bottom: 1px solid #ccc; - } - ul.list li .date { color: #999; font-size: 14px; @@ -116,11 +103,6 @@ word-break: break-all; } - a { - text-decoration: none; - color: #333; - } - .main-left h2 { padding: 16px 0px; color: #fff; @@ -138,9 +120,6 @@ .sidebar li a.active { color: #0055A5; - } - - .sidebar li a.active { background: url(/home/base/p110.png) no-repeat 12%; background-size: 5%; } @@ -207,10 +186,6 @@ word-break: break-all; } - .speciList li a:hover { - cursor: pointer; - } - .speciList li .date { color: #999; font-size: 14px; @@ -220,23 +195,64 @@ } .isShow { + -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } - .pagination { + .pagination-container { + display: -ms-flexbox; display: flex; - justify-content: center; - margin-top: 10px; + -ms-flex-pack: justify; + justify-content: space-between; + align-items: center; + margin: 15px 0; + } + + .page-size-select { + width: 120px; + margin-left: 10px; + } + + .pagination-buttons { + display: -ms-flexbox; + display: flex; + align-items: center; + } + + .pagination-button { + margin: 0 3px; + padding: 6px 12px; + border: 1px solid #dcdfe6; + border-radius: 4px; + cursor: pointer; + background-color: #fff; + } + + .pagination-button:hover { + background-color: #e8f2ff; + } + + .pagination-button:disabled { + color: #c0c4cc; + cursor: not-allowed; + background-color: #f5f7fa; + border-color: #e4e7ed; } - .pagination button { - margin: 0 5px; + .page-info { + margin-right: 10px; + color: #606266; } - .pagination-container { display: flex; justify-content: space-between; align-items: center; margin: 15px 0; } .page-size-select { width: 120px; margin-left: 10px; } .pagination-buttons { display: flex; align-items: center; } .pagination-button { margin: 0 3px; padding: 6px 12px; border: 1px solid #dcdfe6; border-radius: 4px; cursor: pointer; background-color: #fff; } .pagination-button:hover { background-color: #e8f2ff; } .pagination-button:disabled { color: #c0c4cc; cursor: not-allowed; background-color: #f5f7fa; border-color: #e4e7ed; } .page-info { margin-right: 10px; color: #606266; } + +
@@ -253,7 +269,7 @@
-
+

专题栏目

@@ -272,22 +288,22 @@
-
+
  • {{item.columnName}} {{ item.isExpanded ? '收起-' : '更多+' }} - +

    • @@ -326,6 +342,7 @@
+ @@ -334,19 +351,17 @@