Browse Source

日报分享

zhujindu 7 tháng trước cách đây
mục cha
commit
a99b4d3439
2 tập tin đã thay đổi với 12 bổ sung1 xóa
  1. BIN
      src/assets/shareTips.png
  2. 12 1
      src/components/share.vue

BIN
src/assets/shareTips.png


+ 12 - 1
src/components/share.vue

@@ -9,6 +9,9 @@
           <img :src="require('@/assets/shareRight.png')" />
         </div>
       </div>
+      <div class="shareTips">
+        <img :src="require('@/assets/shareTips.png')" alt="" />
+      </div>
       <!-- 点评 -->
       <!-- <template v-for="item in reportTarget.reportRemarks"> -->
       <div
@@ -333,6 +336,14 @@ export default {
       height: 100%;
     }
   }
+  .shareTips {
+    text-align: center;
+    margin: 10px 0;
+    img {
+      width: vw(300);
+      height: vw(60);
+    }
+  }
   .title-box {
     position: relative;
     width: 100%;
@@ -370,7 +381,7 @@ export default {
     background-size: 100%;
     padding: vw(24);
     position: relative;
-    margin-top: vw(55);
+    margin-bottom: vw(55);
     border-radius: 0 0 vw(35) vw(35);
     padding-top: 0;
     .text {