From ebefa651ad2d6edbfdb30fea3fc1ff97232a0aee Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 15 Jun 2021 11:07:52 +0800
Subject: [PATCH] 工具样式
---
widgets/Sign/css/style.css | 45 ++++++++++++++++++++++++++++++++++++---------
1 files changed, 36 insertions(+), 9 deletions(-)
diff --git a/widgets/Sign/css/style.css b/widgets/Sign/css/style.css
index 85e1d1e..ce4c3d7 100644
--- a/widgets/Sign/css/style.css
+++ b/widgets/Sign/css/style.css
@@ -1,13 +1,14 @@
.jimu-widget-Sign {
width: 100%;
height: 320px;
- background-color: rgba(255, 255, 255, 0.75);
+ background-color: rgb(255, 255, 255);
font-size: 14px;
border: 1px solid rgb(69, 154, 251);
/* opacity : .8; */
color: rgb(0, 0, 0);
font-size: 16px;
display: none;
+ border-radius: 5px;
}
#sign_table {
@@ -35,9 +36,10 @@
.sign-head-th-pic {
margin-top: 4px;
- width: 20px;
- height: 18px;
- background: url(../../../images/toolbox.png ) no-repeat 0 -63px;
+ width: 9px;
+ /* height: 18px; */
+ /* z-index: 10; */
+ /* background: url(./images/我的标记.png ) no-repeat; */
}
.sign-head-th-biaoji {
@@ -72,13 +74,23 @@
}
.sign-head-td-ul-border {
+ position: relative;
+ top: -5px;
cursor: pointer;
width: 30px;
height: 30px;
margin-top: 6px;
- border: 1px solid #377bc9;
+ border-radius: 5px;
+ border: 1px solid #ffffff;
+ box-shadow: 3px 3px 15px -5px #3E9FFC;
}
-
+.sign-head-td-ul-border:hover{
+ box-shadow: 1px 3px 0px -5px #000000;
+}
+.sign-head-td-ul-border img{
+ width: 30px !important;
+ height: 30px !important;
+}
.dakai {
position: relative;
cursor: pointer;
@@ -107,6 +119,7 @@
border: 1px solid #377bc9;
margin-left: 1px;
overflow: hidden;
+ border-radius: 5px;
}
.sign-content-mc {
@@ -114,6 +127,8 @@
width: 315px;
height: 40px;
border: 1px solid #377bc9;
+ border-top: 1px solid transparent;
+ border-left: 1px solid transparent;
display: flex;
padding-left: 10px;
}
@@ -184,6 +199,8 @@
font-size: 15px;
border-right: 1px solid #377bc9;
cursor: pointer;
+ position: relative;
+ right: -2px;
}
.wdbj .wdbj-text:hover {
@@ -193,7 +210,8 @@
.wdbj-shanchu {
line-height: 40px;
padding-right: 10px;
- height: 20px;
+ height: 30px;
+ /* width: 30px; */
}
.danji,
@@ -201,12 +219,14 @@
.modifyEdit,
.dragEdit {
padding: 5px;
- background-color: rgba(62,159,252, 0.45);
+ background-color: #3E9FFC;
position: fixed;
top: 0;
left: 0;
display : none;
border-radius: 5px;
+ box-shadow: 2px 3px 20px -5px #fff;
+ color: #fff;
}
.actEdit {
@@ -241,6 +261,7 @@
align-items: center;
padding: 0 8px;
border-bottom: 1px solid #377bc9;
+ border-radius: 5px 5px 0 0;
}
.sign-tian-thead span {
@@ -260,6 +281,7 @@
width: 100%;
padding: 10px;
background-color: rgba(255, 255, 255, 0.75);
+ border-radius: 0 0 5px 5px;
}
.sign-tian-hang {
@@ -271,7 +293,7 @@
.sign-tian-hang-input {
margin-top: 5px;
- background-color: #377bc9;
+ background-color: #ffffff;
line-height: 25px;
width: 100%;
border: none;
@@ -280,6 +302,7 @@
padding: 5px;
font-size: 10px;
color: rgb(0, 0, 0);
+ border-radius: 5px;
}
.sign-tian-hang-textarea {
@@ -295,6 +318,7 @@
width: 100%;
color: rgb(0, 0, 0);
font-family: '黑体';
+ border-radius: 5px;
}
.sign-tian-bao {
@@ -312,6 +336,9 @@
border: none;
line-height: 25px;
border-radius: 5px;
+ width: 40px;
+ box-shadow: 3px 3px 15px -5px #3E9FFC;
+ cursor: pointer;
}
.sign-tian-bao .shanchu {
--
Gitblit v1.9.3