|
@@ -21,26 +21,26 @@
|
|
|
<!-- End Google Tag Manager -->
|
|
|
|
|
|
<style>
|
|
|
- .h2 {
|
|
|
- text-align: center;
|
|
|
- font-size: 2rem;
|
|
|
- font-weight: 500;
|
|
|
- margin-top: 2rem;
|
|
|
- }
|
|
|
- .imgfr {
|
|
|
- width: 70%;
|
|
|
- max-width: 800px;
|
|
|
- min-width: 300px;
|
|
|
- }
|
|
|
- .imgfr img {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .pl-0 {
|
|
|
- padding-left: 0;
|
|
|
- }
|
|
|
- .link {
|
|
|
- text-decoration: none;
|
|
|
- }
|
|
|
+ .h2 {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 2rem;
|
|
|
+ font-weight: 500;
|
|
|
+ margin-top: 2rem;
|
|
|
+ }
|
|
|
+ .imgfr {
|
|
|
+ width: 70%;
|
|
|
+ max-width: 800px;
|
|
|
+ min-width: 300px;
|
|
|
+ }
|
|
|
+ .imgfr img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .pl-0 {
|
|
|
+ padding-left: 0;
|
|
|
+ }
|
|
|
+ .link {
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
@@ -55,7 +55,7 @@
|
|
|
<div class="block-validating">
|
|
|
<h2 class="h2">
|
|
|
<img src="https://i.imgur.com/crQ3rg6.png" alt="" width="36" class="me-2">
|
|
|
- 驗證中...</h2>
|
|
|
+ <span class="validating-text">驗證中...</span></h2>
|
|
|
</div>
|
|
|
<div class="block-success">
|
|
|
<h2 class="h2">
|
|
@@ -97,6 +97,7 @@
|
|
|
}
|
|
|
}).catch(err => {
|
|
|
console.log(err);
|
|
|
+ $('.validating-text').text('驗證失敗,請再重新點擊驗證信連結')
|
|
|
});
|
|
|
</script>
|
|
|
</body>
|