From 4ad1f324ab1fd2b51504afc00b43b4ee40f029c2 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期四, 20 二月 2025 09:40:03 +0800 Subject: [PATCH] # --- src/main/webapp/views/pakStore/pakStore.html | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/views/pakStore/pakStore.html b/src/main/webapp/views/pakStore/pakStore.html index f5bbca4..fc396cb 100644 --- a/src/main/webapp/views/pakStore/pakStore.html +++ b/src/main/webapp/views/pakStore/pakStore.html @@ -7,6 +7,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> + <link rel="stylesheet" href="../../static/css/admin.css?v=318" media="all"> <link rel="stylesheet" href="../../static/css/cool.css" media="all"> <link rel="stylesheet" href="../../static/css/common.css" media="all"> <style> @@ -14,6 +15,7 @@ height: 100%; padding: 10px; background-color: #f1f1f1; + box-sizing: border-box; } body { background-color: #fff; @@ -26,7 +28,7 @@ } .function-btn { font-size: 16px; - padding: 1px 1px 1px 1px; + padding: 1px 2px; width: 100px; height: 50px; border-color: #2b425b; @@ -36,7 +38,7 @@ border-style: solid; transition: 0.4s; cursor: pointer; - letter-spacing: 3px; + letter-spacing: 1.5px; } .function-btn:hover { background-color: #2b425b; @@ -51,10 +53,6 @@ #mat-query { display: none; } - /*#btn-comb {*/ - /* display: none;*/ - /*}*/ - #staNoSpan { text-align: center; @@ -87,7 +85,7 @@ <body> <!-- 鍔熻兘鍖� --> <div class="function-area"> - <button id="mat-query" class="function-btn" onclick="getMat()">鏂板</button> + <button id="mat-query" class="function-btn">鎻愬彇鍟嗗搧</button> </div> <hr> @@ -104,7 +102,7 @@ <select id="putSiteSelect" lay-verify="required"> <option value="">璇烽�夋嫨绔欑偣</option> </select> - <!-- 2.鍚姩鍑哄簱 --> + <!-- 2.鍚姩鍏ュ簱 --> <button class="layui-btn layui-btn-normal layui-btn-lg" id="btn-comb" lay-event="comb" style="">鍚姩鍏ュ簱</button> </div> </div> -- Gitblit v1.9.1