liyongli 1 жил өмнө
parent
commit
629bd58b98

+ 3 - 3
src/view/AEROSPACE2023/page3.vue

@@ -1,12 +1,12 @@
 <template>
   <skeleton title="主办单位" titleLine="">
     <div class="bg bg3 animate__animated animate__backInUp">
-      <p class="duanluo shouh">指导单位</p>
+      <p style="font-size: 18px" class="duanluo shouh">指导单位</p>
     </div>
     <p class="line-item">省商务厅</p>
     <br />
     <div class="bg bg3 animate__animated animate__backInUp">
-      <p class="duanluo shouh">主办单位</p>
+      <p style="font-size: 18px" class="duanluo shouh">主办单位</p>
     </div>
     <p class="line-item">西安市投资合作局</p>
     <p class="line-item">西安市阎良区人民政府</p>
@@ -31,7 +31,7 @@ h2 {
   margin-bottom: 7px;
   padding-top: 7px !important;
   padding-bottom: 7px !important;
-  font-size: 18px;
+  font-size: 18px !important;
 
   .shouh {
     text-indent: 0 !important;

+ 2 - 2
src/view/AEROSPACE2023/page5.vue

@@ -4,7 +4,7 @@
       <img src="./img/location.jpg" />
     </div>
 
-    <div class="bg bg4 animate__animated animate__backInUp">
+    <div class="bg bg5 animate__animated animate__backInUp">
       <p class="duanluo">嘉宾入场时间:8月22日 14:30</p>
       <div class="duanluo">
         <p class="left">地址:</p>
@@ -67,7 +67,7 @@ function toDaohang() {
   }
 }
 
-.bg4 {
+.bg5 {
   .duanluo {
     text-indent: 0 !important;
 

+ 1 - 0
src/view/AEROSPACE2023/page6.vue

@@ -86,6 +86,7 @@ function toBaoMing() {
   .duanluo {
     text-align: left !important;
     text-indent: 0 !important;
+    font-size: 18px !important;
 
     .save {
       outline: none !important;

+ 4 - 0
src/view/AEROSPACE2023/skeleton.vue

@@ -101,6 +101,10 @@ defineProps({
         margin-bottom: 10px;
       }
 
+      .van-button--normal{
+        font-size: 18px;
+      }
+
       .bg {
         background-color: rgba(0, 7, 70, 0.15);
         padding: 17px 10px 14px 11px;