From 1dc40b65b921a670ff92d59b30d3b957ad521840 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 27 六月 2020 14:51:43 +0800 Subject: [PATCH] # --- src/main/webapp/views/pda/index.html | 6 +++--- src/main/webapp/views/pda/comb.html | 17 +++++++++++++++-- src/main/webapp/views/login.html | 1 + 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html index 5dba718..ae22f7c 100644 --- a/src/main/webapp/views/login.html +++ b/src/main/webapp/views/login.html @@ -42,6 +42,7 @@ } #login-wrapper h2 { + letter-spacing: 3px; font-size: 26px; margin-bottom: 30px; } diff --git a/src/main/webapp/views/pda/comb.html b/src/main/webapp/views/pda/comb.html index 482e69b..6023f09 100644 --- a/src/main/webapp/views/pda/comb.html +++ b/src/main/webapp/views/pda/comb.html @@ -79,10 +79,10 @@ <header> <div class="layui-input-inline"> <label class="layui-form-label">鏉$爜</label> - <input class="layui-input" type="text" id="code" placeholder="璇锋壂鐮佹垨杈撳叆" autocomplete="off"> + <input class="layui-input" type="text" id="code" placeholder="鎵爜/杈撳叆" autocomplete="off"> </div> <div style="margin: 5px 5px"> - <button type="button" class="layui-btn layui-btn-normal layui-btn-xs"><i class="layui-icon">+</i>鎻愬彇</button> + <button type="button" class="layui-btn layui-btn-normal layui-btn-xs" onclick="getMat()"><i class="layui-icon">+</i>鎻愬彇</button> </div> </header> @@ -122,5 +122,18 @@ }); }); + + function getMat() { + matCodeLayerIdx = layer.open({ + type: 2, + title: '鎻愬彇鐗╂枡', + maxmin: true, + area: [top.detailWidth, top.detailHeight], + shadeClose: true, + content: '../pakStore/matQuery.html', + success: function(layero, index){ + } + }); + } </script> </html> \ No newline at end of file diff --git a/src/main/webapp/views/pda/index.html b/src/main/webapp/views/pda/index.html index 836d887..2eedd17 100644 --- a/src/main/webapp/views/pda/index.html +++ b/src/main/webapp/views/pda/index.html @@ -36,10 +36,10 @@ } .nav li a { font-size: 14px; - letter-spacing: 2px; + letter-spacing: 1px; display: block; text-decoration: none; - padding: 6px 10px; + padding: 3px 10px; text-align: center; /*transform:scale(1.5);*/ /*-webkit-transform:scale(1.5);*/ @@ -58,7 +58,7 @@ /* 涓讳綋 */ #content { - padding-top: 31px; + padding-top: 25px; width: 100%; height: 100%; } -- Gitblit v1.9.1