Browse Source

修改所有富文本黑底白字

lchao 4 tháng trước cách đây
mục cha
commit
2af96a0d59

+ 8 - 0
qmjszx-admin/src/main/resources/templates/competition/add.html

@@ -5,6 +5,14 @@
     <th:block th:include="include :: datetimepicker-css"/>
     <th:block th:include="include :: summernote-css"/>
     <th:block th:include="include :: bootstrap-fileinput-css"/>
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
 <div class="wrapper wrapper-content animated fadeInRight ibox-content" >

+ 8 - 0
qmjszx-admin/src/main/resources/templates/competition/edit.html

@@ -5,6 +5,14 @@
     <th:block th:include="include :: datetimepicker-css" />
     <th:block th:include="include :: summernote-css" />
     <th:block th:include="include :: bootstrap-fileinput-css"/>
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
     <div class="wrapper wrapper-content animated fadeInRight ibox-content">

+ 8 - 0
qmjszx-admin/src/main/resources/templates/information/add.html

@@ -4,6 +4,14 @@
     <th:block th:include="include :: header('新增卡种信息')" />
     <th:block th:include="include :: datetimepicker-css" />
     <th:block th:include="include :: bootstrap-fileinput-css"/>
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
     <div class="wrapper wrapper-content animated fadeInRight ibox-content">

+ 8 - 0
qmjszx-admin/src/main/resources/templates/information/edit.html

@@ -4,6 +4,14 @@
     <th:block th:include="include :: header('修改卡种信息')" />
     <th:block th:include="include :: datetimepicker-css" />
     <th:block th:include="include :: bootstrap-fileinput-css"/>
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
     <div class="wrapper wrapper-content animated fadeInRight ibox-content">

+ 10 - 0
qmjszx-admin/src/main/resources/templates/system/notice/add.html

@@ -4,6 +4,14 @@
 	<th:block th:include="include :: header('新增通知公告')" />
 	<th:block th:include="include :: summernote-css" />
 	<th:block th:include="include :: bootstrap-fileinput-css"/>
+	<!-- 自定义 CSS -->
+	<style>
+		/* 修改文本域的背景颜色和文字颜色 */
+		.note-editable {
+			background-color: black !important; /* 黑色背景 */
+			color: white !important; /* 白色文字 */
+		}
+	</style>
 </head>
 <body class="white-bg">
     <div class="wrapper wrapper-content animated fadeInRight ibox-content">
@@ -82,6 +90,7 @@
             }
 		});
 
+
 		$(".file-upload").each(function (i) {
 			var inputName = this.id;
 			var val = $("input[name='" + inputName + "']").val();
@@ -156,6 +165,7 @@
 				$.operate.save(prefix + "/add", $('#form-notice-add').serialize());
 	        }
 	    }
+
 	</script>
 </body>
 </html>

+ 8 - 0
qmjszx-admin/src/main/resources/templates/system/notice/edit.html

@@ -4,6 +4,14 @@
 	<th:block th:include="include :: header('修改通知公告')" />
 	<th:block th:include="include :: summernote-css" />
     <th:block th:include="include :: bootstrap-fileinput-css"/>
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
     <div class="wrapper wrapper-content animated fadeInRight ibox-content">

+ 8 - 0
qmjszx-admin/src/main/resources/templates/system/site/add.html

@@ -4,6 +4,14 @@
     <th:block th:include="include :: header('新增球场管理')"/>
     <th:block th:include="include :: summernote-css"/>
     <th:block th:include="include :: bootstrap-fileinput-css"/>
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
 <div class="wrapper wrapper-content animated fadeInRight ibox-content">

+ 8 - 0
qmjszx-admin/src/main/resources/templates/system/site/edit.html

@@ -5,6 +5,14 @@
     <th:block th:include="include :: datetimepicker-css"/>
     <th:block th:include="include :: bootstrap-fileinput-css"/>
     <th:block th:include="include :: summernote-css"/>
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
 <div class="wrapper wrapper-content animated fadeInRight ibox-content">

+ 8 - 0
qmjszx-admin/src/main/resources/templates/system/venue/add.html

@@ -4,6 +4,14 @@
     <th:block th:include="include :: header('新增场馆信息')" />
     <th:block th:include="include :: bootstrap-fileinput-css"/>
     <th:block th:include="include :: summernote-css" />
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
     <div class="wrapper wrapper-content animated fadeInRight ibox-content">

+ 8 - 0
qmjszx-admin/src/main/resources/templates/system/venue/edit.html

@@ -4,6 +4,14 @@
     <th:block th:include="include :: header('修改场馆信息')"/>
     <th:block th:include="include :: bootstrap-fileinput-css"/>
     <th:block th:include="include :: summernote-css"/>
+    <!-- 自定义 CSS -->
+    <style>
+        /* 修改文本域的背景颜色和文字颜色 */
+        .note-editable {
+            background-color: black !important; /* 黑色背景 */
+            color: white !important; /* 白色文字 */
+        }
+    </style>
 </head>
 <body class="white-bg">
 <div class="wrapper wrapper-content animated fadeInRight ibox-content">