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 | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/css/cool.css b/src/main/webapp/static/css/cool.css
index aac555b..9e65e4c 100644
--- a/src/main/webapp/static/css/cool.css
+++ b/src/main/webapp/static/css/cool.css
@@ -41,4 +41,20 @@
}
.cool-auto-complete-window-select option:first-child{
color:#aaaaaa;
+}
+
+/* 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: #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