From 681ee627e9f550428991ef07a8df494dcaba68ea Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 10 Mar 2022 11:37:34 +0800
Subject: [PATCH] +样式调整,增加底部按钮2个一个定位一个重置视角,去除左侧重置视角

---
 src/styles/mobile/popup.scss |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index a50f19e..60bc694 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -48,10 +48,7 @@
       width: 100%;
       height: 35px;
       // background-image: linear-gradient(135deg, transparent 25px, #29baf1 25px);
-      background-image: linear-gradient(
-        rgba(41, 186, 241, 0.5),
-        rgba(41, 186, 241, 0.5)
-      );
+      background-image: linear-gradient(rgba(41, 186, 241, 0.5), rgba(41, 186, 241, 0.5));
 
       // background-image: linear-gradient(#29baf1, #28bbf0);
       // background-color: #f7f7f7;
@@ -156,10 +153,7 @@
         border-radius: 0 0 10px 10px;
         display: flex;
         align-items: center;
-        background-image: linear-gradient(
-          rgba(41, 186, 241, 0.5),
-          rgba(41, 186, 241, 0.5)
-        );
+        background-image: linear-gradient(rgba(41, 186, 241, 0.5), rgba(41, 186, 241, 0.5));
         // background-image: linear-gradient(#29baf1, #28bbf0);
         justify-content: center;
         position: relative;
@@ -216,7 +210,8 @@
 
     div:nth-child(1) {
       // border-bottom: 1px solid #ebebeb;
-      margin-bottom: 49px !important;
+      // margin-bottom: 49px !important;
+      margin-bottom: 5px !important;
     }
 
     div:nth-child(2) {

--
Gitblit v1.9.3