From 1f629d6543289fa1b97411253dca7c2fcff66f94 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=A7=E4=BD=BF=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/desktop/ambassadorinfo.html | 78 +++++++++++++++++++++ src/desktop/ambassadors.html | 117 ++++++++++++++++++++++++++++++++ src/desktop/commander_form.html | 95 ++++++++++++++++++++++++++ src/desktop/css/main.css | 7 +- src/desktop/js/app.js | 18 ++--- src/desktop/js/main.js | 11 ++- src/desktop/recruit.html | 104 ++++++++++++++++++++++++++++ 7 files changed, 417 insertions(+), 13 deletions(-) create mode 100644 src/desktop/ambassadorinfo.html create mode 100644 src/desktop/ambassadors.html create mode 100644 src/desktop/commander_form.html create mode 100644 src/desktop/recruit.html diff --git a/src/desktop/ambassadorinfo.html b/src/desktop/ambassadorinfo.html new file mode 100644 index 0000000..864c780 --- /dev/null +++ b/src/desktop/ambassadorinfo.html @@ -0,0 +1,78 @@ + + + + + + + + CEBG: CRYPTO ELITE‘S BATTLEGROUNDS + + +
+
+ + <%- include('../comp/desktopNav.html') %> +
+
+
+
+
+ +
+
+

0x123456........445855

+
+
+

Kawabonga123@gmail.com

+
+
+
+
+
+
+

Kawabonga

+
+
+

Japan

+
+
+

9,999,999

+
+
+
+
+
+ He didn't write anything +
+
+
+ Apply to be his/her commander + +
+
+
+ +
+ <%- include('../comp/footer.html') %> +
+ <%- include('../comp/walletModal.html') %> <%- include('../comp/jslib.html') + %> + + + diff --git a/src/desktop/ambassadors.html b/src/desktop/ambassadors.html new file mode 100644 index 0000000..1922272 --- /dev/null +++ b/src/desktop/ambassadors.html @@ -0,0 +1,117 @@ + + + + + + + + CEBG: CRYPTO ELITE‘S BATTLEGROUNDS + + +
+
+ + <%- include('../comp/desktopNav.html') %> +
+
+
+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+ +

+ Kawabonga + Japan + 1023 +

+
+
+
+
+ <%- include('../comp/footer.html') %> +
+ <%- include('../comp/walletModal.html') %> <%- include('../comp/jslib.html') + %> + + + + diff --git a/src/desktop/commander_form.html b/src/desktop/commander_form.html new file mode 100644 index 0000000..4211d77 --- /dev/null +++ b/src/desktop/commander_form.html @@ -0,0 +1,95 @@ + + + + + + + + CEBG: CRYPTO ELITE‘S BATTLEGROUNDS + + + +
+
+ + <%- include('../comp/desktopNav.html') %> +
+
+
+
+
+
+ +
+
+

Nickname

+ +
+
+

E-mail

+ +
+
+

From

+ +
+

+ + +

+

+ + +

+

+ + +

+ +

+ +

+
+ +
+
+
+ +
+ <%- include('../comp/footer.html') %> +
+ <%- include('../comp/walletModal.html') %> <%- include('../comp/jslib.html') + %> + + + + diff --git a/src/desktop/css/main.css b/src/desktop/css/main.css index 3817876..f7068ab 100755 --- a/src/desktop/css/main.css +++ b/src/desktop/css/main.css @@ -1055,7 +1055,7 @@ span.swiper-pagination-bullet { color: #000; } -.apply-from input[type='text'] { +.apply-from .text { width: 420px; height: 60px; background: #e9e9e9; @@ -1342,8 +1342,9 @@ span.swiper-pagination-bullet { font-size: 16px; } - - +.hide{ + display: none; +} diff --git a/src/desktop/js/app.js b/src/desktop/js/app.js index 4a194bd..d8908ba 100644 --- a/src/desktop/js/app.js +++ b/src/desktop/js/app.js @@ -1,9 +1,9 @@ -require('../css/base.css') -require('../css/main.css') -require('../css/modal.css') -require('../../comp/message/css/message.css') -require('../../../node_modules/swiper/dist/css/swiper.css') -require('./pixelRatio.js') -require('../../comp/message/message.js') -require('./main.js') -require('../sitemap.xml') +require("../css/base.css"); +require("../css/main.css"); +require("../css/modal.css"); +require("../../comp/message/css/message.css"); +require("../../../node_modules/swiper/dist/css/swiper.css"); +require("./pixelRatio.js"); +require("../../comp/message/message.js"); +require("./main.js"); +require("../sitemap.xml"); diff --git a/src/desktop/js/main.js b/src/desktop/js/main.js index ca91139..bc5bf23 100644 --- a/src/desktop/js/main.js +++ b/src/desktop/js/main.js @@ -1,5 +1,14 @@ var jcchain = require("./jcchain.js"); +(function ($) { + $.fn.exist = function () { + if ($(this).length >= 1) { + return true; + } + return false; + }; +})(jQuery); + var chain = new jcchain.JCChain(); var toggleLoginBtn = function () { if (chain.logined) { @@ -41,6 +50,6 @@ $("#wc_card").click(function () { $(".comingSoon").click(function () { $.message({ type: "default", content: "Coming Soon." }); }); -if (cur) { +if (window.cur) { $(`#nav_${cur}`).addClass("cur"); } diff --git a/src/desktop/recruit.html b/src/desktop/recruit.html new file mode 100644 index 0000000..43d467f --- /dev/null +++ b/src/desktop/recruit.html @@ -0,0 +1,104 @@ + + + + + + + + CEBG: CRYPTO ELITE‘S BATTLEGROUNDS + + +
+
+ + <%- include('../comp/desktopNav.html') %> +
+
+
+ +
+
+ +
+
+ + +
+
+ + +
+
+ +
+
+ <%- include('../comp/footer.html') %> +
+ <%- include('../comp/walletModal.html') %> <%- include('../comp/jslib.html') + %> + + + +