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