From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1

---
 src/styles/pcpage/tool/sign.scss |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/src/styles/pcpage/tool/sign.scss b/src/styles/pcpage/tool/sign.scss
index 7fdebc1..10c8fee 100644
--- a/src/styles/pcpage/tool/sign.scss
+++ b/src/styles/pcpage/tool/sign.scss
@@ -33,6 +33,18 @@
             }
         }
 
+        .btn-box {
+            position: absolute;
+            right: 26px;
+            top: 0;
+            left: auto;
+            bottom: 0;
+            margin: auto;
+            width: 16px;
+            height: 16px;
+            cursor: pointer;
+        }
+
         .close {
             position: absolute;
             right: 6px;
@@ -40,8 +52,8 @@
             left: auto;
             bottom: 0;
             margin: auto;
-            width: 14px;
-            height: 14px;
+            width: 16px;
+            height: 16px;
             cursor: pointer;
         }
     }
@@ -54,7 +66,7 @@
         .list-box {
             position: absolute;
             width: 100%;
-            height: calc(100% - 40px);
+            height: 100%;
 
             ul {
                 padding: 6px 8px;
@@ -67,7 +79,7 @@
                     position: relative;
                     border-bottom: 1px dashed #ccc;
                     line-height: 40px;
-
+                    cursor: pointer;
 
                     &>img {
                         margin: 0 4px;
@@ -109,14 +121,6 @@
             }
         }
 
-        .btn-box {
-            position: absolute;
-            bottom: 0;
-            width: 100%;
-            height: 40px;
-            line-height: 40px;
-            text-align: center;
 
-        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3