diff --git a/sino-activity/src/main/resources/templates/activity/info/add.html b/sino-activity/src/main/resources/templates/activity/info/add.html index f25981899..cf1b94e93 100644 --- a/sino-activity/src/main/resources/templates/activity/info/add.html +++ b/sino-activity/src/main/resources/templates/activity/info/add.html @@ -47,7 +47,7 @@ top: 100px; font-size: 37px; left: 0px; - color: #F00; + color: black; width: 100%; } @@ -57,7 +57,7 @@ top: 150px; font-size: 20px; left: 0px; - color: #F00; + color: black; width: 100%; } @@ -66,7 +66,7 @@ position: absolute; top: 70%; font-size: 20px; - color: #F00; + color: black; left: 0px; width: 100%; } @@ -76,7 +76,7 @@ position: absolute; top: 78%; font-size: 20px; - color: #F00; + color: black; left: 0px; width: 100%; } @@ -97,7 +97,7 @@ top: 10%; font-size: 37px; left: 0; - color: #F00; + color: black; width: 100%; } @@ -107,7 +107,7 @@ top: 25%; font-size: 20px; left: 0; - color: #F00; + color: black; width: 100%; } @@ -117,7 +117,7 @@ top: 50%; font-size: 15px; left: 0; - color: #F00; + color: black; width: 100%; } @@ -127,7 +127,7 @@ top: 55%; font-size: 10px; left: 0; - color: #F00; + color: black; width: 80%; } @@ -137,7 +137,7 @@ top: 60%; font-size: 20px; left: 0; - color: #F00; + color: black; width: 100%; } @@ -146,7 +146,7 @@ position: absolute; top: 88%; font-size: 20px; - color: #F00; + color: black; left: 0px; width: 100%; } @@ -158,7 +158,7 @@ top: 20%; font-size: 20px; left: 0%; - color: #F00; + color: black; width: 100%; } @@ -168,7 +168,7 @@ top: 50%; font-size: 10px; left: 0%; - color: #F00; + color: black; width: 100%; } @@ -178,7 +178,7 @@ top: 50%; font-size: 37px; left: 25%; - color: #F00; + color: black; width: 100%; } @@ -192,7 +192,7 @@ top: 50%; font-size: 37px; left: 0%; - color: #F00; + color: black; width: 100%; } @@ -202,7 +202,7 @@ top: 70%; font-size: 25px; left: 0%; - color: #F00; + color: black; width: 100%; } @@ -250,8 +250,8 @@
- +
@@ -286,7 +286,7 @@
+ type="text" maxlength="30" required>
@@ -298,7 +298,7 @@
+ placeholder="yyyy-MM-dd HH:mm:ss" type="text" required>
@@ -310,7 +310,7 @@
+ placeholder="yyyy-MM-dd HH:mm:ss" type="text" required>
@@ -345,7 +345,7 @@
+ maxlength="30" onkeyup="updatePic(this)" required>
@@ -357,28 +357,31 @@
+ maxlength="30" onkeyup="updatePic(this)" required>
- -
+
+
- -
-
-
+
+
+
+
选择图片更改 - - 清除 + + 清除 +
+
+
-
@@ -389,28 +392,15 @@ + maxlength="30" onkeyup="updatePic(this)" required>
- - - - - - - - - - - - -
- +
-
-
-
- -
-
-
+
+
+
+ +
+
例如:http://xx -
-
- +
+
+
+
@@ -480,7 +470,7 @@
- +
-
-
- +
- +
-
-
@@ -558,7 +543,7 @@
- +
-
-
- +
+ type="text" maxlength="30" th:value="*{drawInfo.DRAWNAME}" required>
@@ -286,7 +286,7 @@
+ type="text" maxlength="30" th:value="*{drawInfo.EXPENOVALUE}" required>
@@ -298,7 +298,7 @@
+ placeholder="yyyy-MM-dd HH:mm:ss" type="text" required>
@@ -310,7 +310,7 @@
+ placeholder="yyyy-MM-dd HH:mm:ss" type="text" required>
@@ -344,7 +344,7 @@
+ maxlength="30" onkeyup="updatePic(this)" th:value="*{actPageConfigGuide.actTitle}" required>
@@ -356,7 +356,7 @@
+ maxlength="30" onkeyup="updatePic(this)" th:value="*{actPageConfigGuide.actDesc}" required>
@@ -374,7 +374,7 @@
选择图片更改 - + 清除
@@ -390,7 +390,7 @@ + maxlength="30" onkeyup="updatePic(this)" th:value="*{actPageConfigGuide.btnText}" required>
@@ -411,7 +411,7 @@
- +
- +
@@ -479,7 +479,7 @@
- +
@@ -517,7 +517,7 @@
- +
- +
- +
- +
+
+ +
+
+
+ +
+
+ 选择图片更改 + + 清除 +
+
+
+ +
@@ -84,6 +105,7 @@
+ \ No newline at end of file