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/components/mobilePopupOurAfter/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index bdb46bc..6cb7644 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -286,6 +286,7 @@
   justify-content: center;
 }
 .mobilePopupOurAfter {
+  font-size: 18px;
   position: fixed;
   top: 37.5%;
   // left: 13.5%;
@@ -343,7 +344,7 @@
     height: auto;
     @extend .flexCenter;
     flex-direction: column;
-    padding: 5px 0;
+    padding: 10px 0;
     .m_p_a_center_group {
       width: 100%;
       height: auto;
@@ -372,4 +373,7 @@
 .ismBigPopupAfter {
   left: 13.5%;
 }
+.m_p_a_c_o_down {
+  font-size: 14px;
+}
 </style>

--
Gitblit v1.9.3