From bf58722dfd03ea1513f3acc7331d4d4403fca76e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Mar 2022 11:48:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/styles/mobile/popup.scss |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index a9428e0..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;
@@ -101,6 +98,7 @@
           width: 100%;
           height: 100%;
         }
+        .imgs,
         img {
           margin-left: calc(50% - 35px);
           width: 70px;
@@ -139,6 +137,7 @@
             width: 100%;
             height: auto;
             // border: 1px solid red;
+            word-wrap: break-word;
             text-indent: 2em;
             color: #fff;
           }
@@ -154,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;
@@ -214,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) {
@@ -502,10 +499,14 @@
   position: fixed;
   bottom: 6px;
   left: 7px;
-  background-color: #000;
+  background-color: rgb(33, 150, 243);
   color: #fff;
   z-index: 1;
   font-size: 13px;
   border-radius: 5px;
-  padding: 3px 8px 4px;
+  padding: 4px 10px 5px;
+}
+
+#mobilePopupOur .el-tabs__header {
+  display: none !important;
 }

--
Gitblit v1.9.3