From 95a1c8ca00f42eb9887b7bc04661595bd7ff518b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 24 Dec 2021 09:56:20 +0800
Subject: [PATCH] 图片及部分样式更改

---
 src/styles/pcpage/tool/ranging.scss |   55 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 48 insertions(+), 7 deletions(-)

diff --git a/src/styles/pcpage/tool/ranging.scss b/src/styles/pcpage/tool/ranging.scss
index 6facc25..ddfb0a8 100644
--- a/src/styles/pcpage/tool/ranging.scss
+++ b/src/styles/pcpage/tool/ranging.scss
@@ -1,11 +1,52 @@
 .tool-ranging {
     position: fixed;
-    top: 80px;
-    left: 10px;
-    width: 160px;
-    height: 54px;
-    line-height: 54px;
-    text-align: center;
+    top: 100px;
+    left: 140px;
+    width: 180px;
+    height: 106px;
     background: #fff;
-    border-radius: 5px;
+    border-radius: 8px;
+
+    .header {
+        position: relative;
+        border-radius: 8px 8px 0 0;
+        width: 100%;
+        height: 36px;
+        line-height: 36px;
+        background-color: #2196f3;
+
+        .title {
+            padding-left: 10px;
+
+            img {
+                width: 20px;
+                height: 20px;
+                vertical-align: middle;
+            }
+
+            span {
+                margin-left: 6px;
+                display: inline-block;
+                vertical-align: middle;
+                color: #fff;
+            }
+        }
+
+        .close {
+            position: absolute;
+            right: 6px;
+            top: 0;
+            left: auto;
+            bottom: 0;
+            margin: auto;
+            width: 14px;
+            height: 14px;
+            cursor: pointer;
+        }
+    }
+
+    .content {
+        line-height: 70px;
+        text-align: center;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3