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) }} +
+