From 275ebad367a5951b222bd6ca11679b3d4d7a1d0e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 23 Dec 2021 10:12:17 +0800
Subject: [PATCH] +加入模型

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

diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index a006b78..29950b9 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -89,8 +89,8 @@
                     width: 70px;
                     height: 70px;
                 }
-                $centerFontSize: 15px;
                 //内容显示
+                $centerFontSize: 13px;
                 .mobileBig-center-our {
                     width: 100%;
                     height: auto;
@@ -102,10 +102,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 +138,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 +187,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