From 48f1ba93f9b65145ac5e148208526a45def09307 Mon Sep 17 00:00:00 2001 From: Administrator <707231019@qq.com> Date: Mon, 23 Mar 2020 20:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=A9=E6=96=99=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/src/main/resources/static/css/effect.css | 6 +++--- .../basedata/materile/addOrUpdate.ftl | 20 ++++++++++++++----- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/mes/src/main/resources/static/css/effect.css b/mes/src/main/resources/static/css/effect.css index 047eb8d..015cbfa 100644 --- a/mes/src/main/resources/static/css/effect.css +++ b/mes/src/main/resources/static/css/effect.css @@ -1,6 +1,6 @@ -.paoma{background: #111111;} +.paoma{background: #111111; } .text-effect{ - color: #fff; + color: #150aff; font-family: 'Monoton', cursive; text-transform: uppercase; display: block; @@ -24,7 +24,7 @@ 0%{ opacity: 0.3; } 100%{ opacity:1; - text-shadow:0 0 6px DarkRed ,0 0 30px red,0 0 80px black; + text-shadow:0 0 6px #ff1212,0 0 30px #020002,0 0 80px #ff06ed; } } @media only screen and (max-width: 990px){ diff --git a/mes/src/main/resources/templates/basedata/materile/addOrUpdate.ftl b/mes/src/main/resources/templates/basedata/materile/addOrUpdate.ftl index dfa8e99..f0663b5 100644 --- a/mes/src/main/resources/templates/basedata/materile/addOrUpdate.ftl +++ b/mes/src/main/resources/templates/basedata/materile/addOrUpdate.ftl @@ -9,6 +9,17 @@ content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"> <#include "${request.contextPath}/common/common.ftl"> + +
@@ -74,15 +85,14 @@ class="layui-input" value="${result.size}">
-
+
-
+
@@ -187,9 +197,9 @@ $.each(procssArr, function (i, val) { if (i == procssArr.length - 1) { - $("#js-flowProcess").append("" + val + ""); + $("#js-flowProcess").append("" + val + ""); } else { - $("#js-flowProcess").append("" + val + '->' + ""); + $("#js-flowProcess").append("" + val + '->' + ""); } }); }