From 5e0ba7ead81fd712e67243ba6e8e53e7850335b9 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 17 Mar 2022 16:56:00 +0800
Subject: [PATCH] +清除3d模型 的 vue data绑定,改变弹窗样式

---
 src/components/mobilePopupOurAfter/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index 36a9b6c..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%;
@@ -372,4 +373,7 @@
 .ismBigPopupAfter {
   left: 13.5%;
 }
+.m_p_a_c_o_down {
+  font-size: 14px;
+}
 </style>

--
Gitblit v1.9.3