From d80dd0abcb56aacf30bc32e424ff398f7ccce730 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 26 三月 2021 13:17:00 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/cool.css | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/css/cool.css b/src/main/webapp/static/css/cool.css
index db45d5a..9e65e4c 100644
--- a/src/main/webapp/static/css/cool.css
+++ b/src/main/webapp/static/css/cool.css
@@ -46,5 +46,15 @@
/* layer skin */
body .layui-cool-class .layui-layer-title{background: #000000; color:#fff; border: none;}
body .layui-cool-class .layui-layer-btn{border-top:1px solid #E9E7E7}
-body .layui-cool-class .layui-layer-btn a{background:#333;}
-body .layui-cool-class .layui-layer-btn .layui-layer-btn1{background:#999;}
\ No newline at end of file
+body .layui-cool-class .layui-layer-btn a{background: #dbdbdb;}
+body .layui-cool-class .layui-layer-btn .layui-layer-btn1{background: #f5f5f5;}
+
+.layui-form-required:before {
+ content: "*";
+ display: inline-block;
+ /* font-family: SimSun; */
+ margin-right: 4px;
+ font-size: 14px;
+ line-height: 1;
+ color: #ed4014;
+}
\ No newline at end of file
--
Gitblit v1.9.1