From 4c21e56efdf3acfcd560055fca0969d4868e200c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 07 四月 2022 16:39:05 +0800
Subject: [PATCH] #
---
static/css/main.css | 29 +++++++++++++++++++++++++----
1 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/static/css/main.css b/static/css/main.css
index 714b2ff..2b0c35d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,8 +1,21 @@
+#label {
+ position: absolute;
+ padding: 10px;
+ background: rgba(255, 255, 255, 0.6);
+ color: #212121;
+ font-family: "榛戜綋", serif;
+ border-radius: 5px;
+ display:none;
+ z-index: 99;
+ line-height: 130%;
+}
+
#sidebar{
/*瀹氫綅*/
position: absolute;
top: 51%;
- left: 1%;
+ left: -20%;
+ /*left: 1%;*/
transform: translateY(-50%);
width: 20%;
height: 90%;
@@ -15,6 +28,7 @@
}
#sidebar-btn {
+ display: none;
position: absolute;
top: 37.5%;
left: 100%;
@@ -103,8 +117,8 @@
.task-confirm {
float: right;
width: 20%;
- background-color: #f8f8f8;
- /*box-shadow: 5px 5px 5px #999999 inset;*/
+ background-color: #353B43;
+ /*box-shadow: 2px 5px 10px rgb(193, 193, 193) inset;*/
border-radius: 50px;
text-align: center;
height: 40px;
@@ -112,9 +126,16 @@
margin-right: 10px;
cursor: pointer;
transition:all 300ms;
+ background-repeat: no-repeat;
+ background-position: top center;
+ background-size: 40% 55%;;
+ background-position-x: center;
+ background-position-y: center;
+ background-image: url("../img/out_btn.png");
+ /*background-image: linear-gradient(to bottom, red , yellow);*/
}
.task-confirm:hover {
- opacity: 0.9;
+ opacity: 0.8;
}
--
Gitblit v1.9.1