diff --git a/public/h5/bg-scanCode.png b/public/h5/bg-scanCode.png deleted file mode 100644 index b768808..0000000 Binary files a/public/h5/bg-scanCode.png and /dev/null differ diff --git a/public/h5/bg-success-popup.png b/public/h5/bg-success-popup.png new file mode 100644 index 0000000..1e40a93 Binary files /dev/null and b/public/h5/bg-success-popup.png differ diff --git a/public/h5/invitation.html b/public/h5/invitation.html index 0a5c083..be571a9 100644 --- a/public/h5/invitation.html +++ b/public/h5/invitation.html @@ -127,15 +127,15 @@ .text-indent-1 { text-indent:1em; } - .content-mask{ + .beinvited-popup{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; - background: rgba(0, 0, 0, 0.7); + background: rgba(0, 0, 0, 0.5); } - .content-mask .content-box{ + .beinvited-popup .content-box{ position: absolute; left: 8%; top: 25%; @@ -152,7 +152,7 @@ } .content-box .content-text .num-code{ float: right; - display: inline-block; + display: block; width: 30%; height: 44px; margin-left: 8px; @@ -180,7 +180,32 @@ .content-box .content-close a img{ width: 100%; } - + .success-popup{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.5); + } + .success-popup .content-box{ + position: absolute; + left: 8%; + top: 25%; + width: 84%; + background: none; + box-shadow: none; + } + .success-popup .content-box .content-info img{ + width: 100%; + } + .success-popup .content-box .content-close { + position: absolute; + left: 50%; + margin-left: -18px; + bottom: -20%; + width: 36px; + }
@@ -197,7 +222,8 @@
-