zhujindu 7 hónapja
szülő
commit
633884aaac
1 módosított fájl, 12 hozzáadás és 8 törlés
  1. 12 8
      src/components/share.vue

+ 12 - 8
src/components/share.vue

@@ -105,7 +105,8 @@
     <div class="html2canvasBox">
       <div class="shareHeader">
         <div class="shareTips">
-          <img :src="require('@/assets/shareTips.png')" alt="" />
+          长按图片可下载、收藏、转发
+          <!-- <img :src="require('@/assets/shareTips.png')" alt="" /> -->
         </div>
         <div class="closeShare" @click="closeShare"><van-icon name="close" /></div>
       </div>
@@ -501,14 +502,17 @@ export default {
         }
       }
       .shareTips {
-        // width: 100%;
-        // text-align: center;
-        // margin: 10px 0;
-        // position: absolute;
-        // z-index: 1;
-        // top: vw(110);
-        flex: 1;
+        display: flex;
+        align-items: center;
+        justify-content: center;
+        color: #f8f8fa;
+        width: 90%;
+        // flex: 1;
         margin-right: 10px;
+        background: rgba(157, 157, 188, 0.8);
+        height: vw(60);
+        font-weight: 600;
+        font-size: vw(26);
         img {
           width: 100%;
           // height: vw(60);