mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-13 22:32:36 +08:00
更新于 07-05 23:05
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<script type="text/javascript"
|
||||
src="https://cdn.jsdelivr.net/npm/sweetalert2@10.15.5/dist/sweetalert2.all.min.js"></script>
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/davidshimjs-qrcodejs@0.0.2/qrcode.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="./css/other.css?12345">
|
||||
<link rel="stylesheet" type="text/css" href="./css/other.css?66666">
|
||||
</head>
|
||||
|
||||
<body class="landing">
|
||||
@ -56,7 +56,7 @@
|
||||
</div>
|
||||
<div id="qrcode"></div>
|
||||
<div class="ps-box">
|
||||
<input type="text" id="ps" placeholder="扫码前可输入联系方式QQ/微信">
|
||||
<input type="text" id="ps" placeholder="可在此输入备注名">
|
||||
</div>
|
||||
<div class="info">
|
||||
<a style="color:red;">请使用京东APP扫码【可截图扫】</a>
|
||||
@ -66,7 +66,7 @@
|
||||
<div class="qframe-close" title="关闭">✖</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="./js/jd1.js?9999998"></script>
|
||||
<script type="text/javascript" src="./js/jd1.js?66666"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -103,7 +103,7 @@ button.blue:active {
|
||||
}
|
||||
|
||||
#qrcontainer .qframe {
|
||||
background-color: #ffffff;
|
||||
background-color: #f8f8f8;
|
||||
padding: 1rem;
|
||||
border-radius: 0.5rem;
|
||||
border: #6d8a88 1px solid;
|
||||
@ -145,14 +145,12 @@ button.blue:active {
|
||||
}
|
||||
#qrcontainer .qframe .info {
|
||||
padding: 5px;
|
||||
background-color: #f8f8f8;
|
||||
background-color: #ffffff;
|
||||
/* line-height: 1.5; */
|
||||
border-radius: 10px;
|
||||
border: 0px solid rgba(12,0,51,.1);
|
||||
margin-top: 3px;
|
||||
|
||||
|
||||
|
||||
box-shadow: 0 0 0 2px #007fd3;
|
||||
}
|
||||
#qrcontainer .qframe-close{
|
||||
|
||||
@ -174,8 +172,8 @@ button.blue:active {
|
||||
text-align: center;
|
||||
color: #aaaaaa;
|
||||
border-radius: 6px;
|
||||
background-color: #f8f8f8;
|
||||
/* box-shadow: 0 0 0 1px #21b2a6; */
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 0 0 2px #007fd3;
|
||||
font-size: 16px;
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
@ -44,12 +44,11 @@ $(document).ready(function () {
|
||||
userCookie = data.cookie;
|
||||
msg = data.msg;
|
||||
Swal.fire({
|
||||
title: msg || '🎈添加成功🎈',
|
||||
title: msg + '🎈添加成功🎈',
|
||||
html:
|
||||
'<div class="cookieCon" style="font-size:12px;">' +
|
||||
`您的账号已经成功添加,时长为一个月` +
|
||||
'</div>',
|
||||
text: `您的账号已经成功添加,时长为一个月`,
|
||||
icon: 'success',
|
||||
confirmButtonText: '返回',
|
||||
}).then((result) => {
|
||||
|
Reference in New Issue
Block a user