From 7b4ffe893ea5924152c1fca5dea53d306f7cd754 Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Sun, 21 Jun 2020 20:50:44 +0200 Subject: [PATCH] lignes se dedouble --- site/vue/css/style.css | 19 ++++++++++ site/vue/index.html | 24 +++++++----- site/vue/js/const.js | 2 +- site/vue/js/createElement.js | 28 ++++++++++++-- site/vue/js/func.js | 71 +++++++++++++++++++++++++++--------- site/vue/js/main.js | 9 +++-- site/vue/todo.todo | 7 ++-- 7 files changed, 120 insertions(+), 40 deletions(-) diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 7a790d7..48d3ad7 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -298,6 +298,7 @@ hr { } #playPage { + z-index: 79; display: none; flex-direction: column; height: 95%; @@ -430,4 +431,22 @@ input[type=color] { #show_stage { margin: 0 20px 0 20px; +} + +.veri_false { + color: var(--cool-color); +} + +.veri_true { + color: green; +} + +#waitingPage { + margin: auto; + position: absolute; + height: 90%; + border: 2px solid red; + width: 99%; + display: none; + z-index: 80; } \ No newline at end of file diff --git a/site/vue/index.html b/site/vue/index.html index 2975901..1be7a5f 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -10,6 +10,10 @@ + +
+

Loading Stage

+