qiushang 1 年之前
父节点
当前提交
720c6709ec
共有 2 个文件被更改,包括 9 次插入4 次删除
  1. 2 2
      public/static/css/member.css
  2. 7 2
      resources/views/home/soft/electron/buy.blade.php

+ 2 - 2
public/static/css/member.css

@@ -200,8 +200,8 @@ p {
 }
 
 .pay-cont .pay-img {
-	width: 150px;
-	height: 150px;
+	width: 120px;
+	height: 120px;
 	background-color: #eee;
 	position: relative;
 }

+ 7 - 2
resources/views/home/soft/electron/buy.blade.php

@@ -21,6 +21,11 @@
             font-weight: 500;
             line-height: 3.8;
         }
+
+        .pay-cont .pay-img {
+            width: 120px;
+            height: 120px;
+        }
     </style>
 </head>
 <body>
@@ -315,8 +320,8 @@
     function createQrcode(code) {
         var qrcode = new QRCode("qrcode", {
             text: "https://www.xingyousoft.com/soft/pay/" + code,
-            width: 150,
-            height: 150
+            width: 120,
+            height: 120
         });
         document.getElementById('qrcode').style.display = ""
         document.getElementById('spinnerShow').style.display = "none"