Explorar o código

二维码弹窗关闭

zhangdehua hai 9 meses
pai
achega
6f4b8a889f

+ 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>

BIN=BIN
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;