From 7c06402a2a3f43a8ec2b713d456ef0a91edae931 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期二, 06 四月 2021 23:20:12 +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