|
@@ -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"
|