From 9e43f80d96bda7f1108dcfcfd7340e567f2e48d0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 23 Dec 2021 13:57:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/styles/mobile/popup.scss |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index a006b78..eece555 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -54,6 +54,10 @@
             font-size: 16px;
             border-radius: 10px 10px 0 0;
             padding: 8px 14px;
+            padding-right: 27px;
+            overflow: hidden;
+            white-space: nowrap;
+            text-overflow: ellipsis;
             line-height: 20px;
             box-sizing: border-box;
         }
@@ -89,8 +93,8 @@
                     width: 70px;
                     height: 70px;
                 }
-                $centerFontSize: 15px;
                 //内容显示
+                $centerFontSize: 13px;
                 .mobileBig-center-our {
                     width: 100%;
                     height: auto;
@@ -102,10 +106,10 @@
                         @extend .centersFlex;
                         .m-c-title {
                             color: #fff;
-                            width: 25%;
+                            width: 21%;
                         }
                         .m-c-center {
-                            width: 75%;
+                            width: 79%;
                             // text-indent: 2em;
                             word-wrap: break-word;
                             color: #fff;
@@ -138,7 +142,11 @@
                     content: "";
                     width: 0px;
                     height: 0px;
-                    border: 8px solid #29baf1;
+                    // background-image: linear-gradient(#29baf1a1, #29baf1a1);
+                    border-top: 8px solid transparent;
+                    border-bottom: 8px solid #19b3f0a1;
+                    border-left: 8px solid transparent;
+                    border-right: 8px solid #19b3f0a1;
                     position: absolute;
                     bottom: -8px;
                     left: calc(50% - 8px);
@@ -183,9 +191,9 @@
         div:nth-child(2) {
             display: none !important;
         }
-        div:nth-child(3) {
-            // border-top: 1px solid #ebebeb;
-        }
+        // div:nth-child(3) {
+        //     // border-top: 1px solid #ebebeb;
+        // }
         div {
             width: $controllerw;
             height: $controllerw;

--
Gitblit v1.9.3