瀏覽代碼

二维码弹窗关闭

zhangdehua 9 月之前
父節點
當前提交
6f4b8a889f
共有 3 個文件被更改,包括 7 次插入2 次删除
  1. 1 1
      app/index/view/index/index.html
  2. 二進制
      public/assets/index/asstes/icon/del.jpg
  3. 6 1
      public/assets/index/css/index.css

+ 1 - 1
app/index/view/index/index.html

@@ -350,7 +350,7 @@
 
 <div id="shareModalQrcode">
     <div class="shareBoxQrcode">
-        <span id="closeBtn">Close</span>
+        <span id="closeBtn"><img class="closeBtnIcon" src="/assets/index/asstes/icon/del.jpg"></span>
         <div class="modelItemQrcode">
             <img id="qrcodeImgItem" src="" alt="Scan this qrcode by your mobile phone!">
         </div>

二進制
public/assets/index/asstes/icon/del.jpg


+ 6 - 1
public/assets/index/css/index.css

@@ -238,7 +238,7 @@ body{
 
 .shareBoxQrcode{
     width: 4rem;
-    height: 4.2rem;
+    height: 4.5rem;
     background-color: #f8f8f8;
     left: 50%;
     transform: translateX(-50%);
@@ -256,6 +256,11 @@ body{
     font-weight: bold;
 }
 
+.closeBtnIcon {
+    height: 0.32rem;
+    width: 0.32rem;
+}
+
 .modelItem{
     border-radius: .08rem;
     height: .58rem;