diff --git a/src/App.vue b/src/App.vue index 8b32e37..4f23720 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,6 +18,8 @@ color: #2c3e50; background: url('@/assets/common/Bg.png') no-repeat; background-size: 100% 100%; + word-break: keep-all; + word-wrap: break-word; } .grecaptcha-badge { display: none !important @@ -114,5 +116,7 @@ video { list-style: none; text-align: center; + word-break: keep-all; + word-wrap: break-word; } diff --git a/src/assets/common/Event .png b/src/assets/common/Event .png new file mode 100644 index 0000000..312b47d Binary files /dev/null and b/src/assets/common/Event .png differ diff --git a/src/assets/home/Samengesteld.png b/src/assets/home/Samengesteld.png index 2b34186..758e1c6 100644 Binary files a/src/assets/home/Samengesteld.png and b/src/assets/home/Samengesteld.png differ diff --git a/src/views/home/boxBtm.vue b/src/views/home/boxBtm.vue index 1c97c11..039d156 100644 --- a/src/views/home/boxBtm.vue +++ b/src/views/home/boxBtm.vue @@ -733,6 +733,8 @@ export default { background: #fff; background: url('./../../assets/box/Bg_chest.png') no-repeat; background-size: 100% 100%; + position: relative; + top: -20px; .content-no { position: relative; height: 100%; @@ -832,7 +834,12 @@ export default { width: 700px; height: 200px; margin: 0 auto; + position: relative; .box-btn-content { + position: absolute; + top: -10px; + left: 50%; + transform: translateX(-50%); height: 100%; position: relative; .box-btm-con-btn-bar { diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 044b832..d206f9d 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -241,20 +241,25 @@
-

- - Event - start: - - {{ formatDateGMT(activityData.startTime )}} -

-

- - Event - end: - - {{ formatDateGMT(activityData.endTime) }} -

+
+ +
+
+

+ + Event + start: + + {{ formatDateGMT(activityData.startTime )}} +

+

+ + Event + end: + + {{ formatDateGMT(activityData.endTime) }} +

+
@@ -2172,20 +2177,38 @@ export default { background-size: 100% 100%; border-radius: 40px; box-sizing: border-box; + padding-top: 10px; .calen-content-tips { - // display: flex; - p { - display: flex; - text-align: left; - font-size: 14px; - .calen-content-tips-title { + display: flex; + margin-bottom: 30px; + .event-icon { + width: 35px; + height: 35px; + margin-right: 10px; + img { + width: 100%; + height: 100%; + } + } + .event-time { + p { display: flex; - align-items: center; - justify-content: space-between; - width: 80px; - margin-right: 10px; - >span { - display: inline-block; + text-align: left; + font-size: 14px; + line-height: 1.4; + .calen-content-tips-title { + display: flex; + align-items: center; + justify-content: space-between; + width: 70px; + margin-right: 10px; + >span { + display: inline-block; + color: #8e5cd4; + } + } + span { + color: #9889af; } } } @@ -2201,7 +2224,7 @@ export default { p { font-size: 14px; text-align: left; - margin: 20px 0; + margin: 10px 0; } .rewards-list { display: flex; diff --git a/src/views/home/ruleDialog.vue b/src/views/home/ruleDialog.vue index c29d525..2d1bbe2 100644 --- a/src/views/home/ruleDialog.vue +++ b/src/views/home/ruleDialog.vue @@ -89,8 +89,8 @@ div { text-align: center; margin-bottom: 20px; } - >div { - width: 570px; + div { + width: 580px; text-align: left; margin: 0 auto; }