From 5f657f43d16adf91de8254e02b4a0ee5ecc9d46b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 30 十二月 2021 16:15:57 +0800
Subject: [PATCH] #

---
 static/css/main.css |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/static/css/main.css b/static/css/main.css
index bc3870c..173419c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -2,7 +2,8 @@
     /*瀹氫綅*/
     position: absolute;
     top: 51%;
-    left: 1%;
+    left: -20%;
+    /*left: 1%;*/
     transform: translateY(-50%);
     width: 20%;
     height: 90%;
@@ -104,8 +105,8 @@
 .task-confirm {
     float: right;
     width: 20%;
-    background-color: #eaeaea;
-    box-shadow: 2px 5px 10px rgb(193, 193, 193) inset;
+    background-color: #353B43;
+    /*box-shadow: 2px 5px 10px rgb(193, 193, 193) inset;*/
     border-radius: 50px;
     text-align: center;
     height: 40px;
@@ -115,14 +116,14 @@
     transition:all 300ms;
     background-repeat: no-repeat;
     background-position: top center;
-    background-size: 50% 50%;;
+    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