From eb13d858f786ecb1a9de73f2ee7102f4710002ea Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 05 Jun 2021 09:55:33 +0800
Subject: [PATCH] 样式

---
 widgets/Sign/css/style.css |   58 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 30 insertions(+), 28 deletions(-)

diff --git a/widgets/Sign/css/style.css b/widgets/Sign/css/style.css
index 254d337..85e1d1e 100644
--- a/widgets/Sign/css/style.css
+++ b/widgets/Sign/css/style.css
@@ -1,11 +1,11 @@
 .jimu-widget-Sign {
   width: 100%;
   height: 320px;
-  background-color: #323a36;
+  background-color: rgba(255, 255, 255, 0.75);
   font-size: 14px;
   border: 1px solid rgb(69, 154, 251);
   /* opacity      : .8; */
-  color: rgb(238, 235, 235);
+  color: rgb(0, 0, 0);
   font-size: 16px;
   display: none;
 }
@@ -42,7 +42,7 @@
 
 .sign-head-th-biaoji {
   margin-left: -180px;
-  color: white;
+  color: rgb(0, 0, 0);
 }
 
 .sign-head-th-xx {
@@ -76,7 +76,7 @@
   width: 30px;
   height: 30px;
   margin-top: 6px;
-  border: 1px solid white;
+  border: 1px solid #377bc9;
 }
 
 .dakai {
@@ -104,7 +104,7 @@
 .sign-content {
   width: 316px;
   height: 267px;
-  border: 1px solid #fff;
+  border: 1px solid #377bc9;
   margin-left: 1px;
   overflow: hidden;
 }
@@ -113,7 +113,7 @@
   /* position : absolute; */
   width: 315px;
   height: 40px;
-  border: 1px solid #fff;
+  border: 1px solid #377bc9;
   display: flex;
   padding-left: 10px;
 }
@@ -147,7 +147,7 @@
   width: 74px;
   cursor: pointer;
   margin-left: 10px;
-  border-left: 1px solid #fff;
+  border-left: 1px solid #377bc9;
   line-height: 40px;
   padding-left: 10px;
 }
@@ -157,37 +157,37 @@
   height: 40px;
   line-height: 40px;
   text-align: center;
-  border-bottom: 1px solid #fff;
+  border-bottom: 1px solid #377bc9;
 }
 
 .wdbj {
   width: 100%;
   /* background-color: red; */
   height: 40px;
-  border-bottom: 1px solid #fff;
+  border-bottom: 1px solid #377bc9;
   display: flex;
   justify-content: space-around;
   align-items: center;
 }
 
 .wdbj:hover {
-  background-color: #3f4854;
+  background-color: rgba(62,159,252, 0.75);
 }
 
 .wdbj .wdbj-text {
   width: 248px;
   line-height: 37px;
   border: none;
-  background-color: #323a36;
-  color: #fff;
+  background-color: rgba(62,159,252, 0.45);
+  color: rgb(0, 0, 0);
   padding-left: 10px;
   font-size: 15px;
-  border-right: 1px solid #fff;
+  border-right: 1px solid #377bc9;
   cursor: pointer;
 }
 
 .wdbj .wdbj-text:hover {
-  background-color: #3f4854;
+  background-color: rgba(62,159,252, 0.75);
 }
 
 .wdbj-shanchu {
@@ -201,7 +201,7 @@
 .modifyEdit,
 .dragEdit {
   padding: 5px;
-  background-color: #141f18;
+  background-color: rgba(62,159,252, 0.45);
   position: fixed;
   top: 0;
   left: 0;
@@ -235,12 +235,12 @@
   overflow: hidden;
   width: 100%;
   height: 40px;
-  background-color: #29434a;
+  background-color: rgba(255, 255, 255, 0.75);
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 8px;
-  border-bottom: 1px solid #47605b;
+  border-bottom: 1px solid #377bc9;
 }
 
 .sign-tian-thead span {
@@ -259,7 +259,7 @@
 .sign-tian-tbody {
   width: 100%;
   padding: 10px;
-  background-color: #434b54;
+  background-color: rgba(255, 255, 255, 0.75);
 }
 
 .sign-tian-hang {
@@ -271,27 +271,29 @@
 
 .sign-tian-hang-input {
   margin-top: 5px;
-  background-color: #3f4954;
+  background-color: #377bc9;
   line-height: 25px;
   width: 100%;
   border: none;
-  color: #999;
+  /* color: #999; */
+  border: 1px solid #377bc9;
   padding: 5px;
   font-size: 10px;
-  color: #fff;
+  color: rgb(0, 0, 0);
 }
 
 .sign-tian-hang-textarea {
   margin-top: 5px;
   height: 60px;
-  background-color: #3f4954;
+  background-color: rgba(255, 255, 255, 0.75);
+  border: 1px solid #377bc9 !important;
   font-size: 13px;
-  color: #999;
+  /* color: #999; */
   padding: 5px;
   border: none;
   resize: none;
   width: 100%;
-  color: #fff;
+  color: rgb(0, 0, 0);
   font-family: '黑体';
 }
 
@@ -305,15 +307,15 @@
 
 .sign-tian-bao .baocun,
 .sign-tian-bao .shanchu {
-  background-color: #385973;
-  color: #fff;
+  background-color: rgba(255, 255, 255, 0.75);
+  color: rgb(0, 0, 0);
   border: none;
   line-height: 25px;
   border-radius: 5px;
 }
 
 .sign-tian-bao .shanchu {
-  background-color: #6a525a;
+  background-color: rgba(255, 255, 255, 0.75);
   margin-left: 10px;
 }
 
@@ -324,7 +326,7 @@
   margin-left: -10px;
   width: 0;
   height: 0;
-  border-top: 17px solid #3f4954;
+  border-top: 17px solid #377bc9;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent
 }

--
Gitblit v1.9.3