From 12fbe7944a0a9575ad5311311748e4d9c89ec37f Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Sun, 14 Jun 2020 12:03:15 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20de=20la=20popup=20de=20fin,?= =?UTF-8?q?=20et=20calcul=20du=20temps=20total/score=20total/niveau=20max?= =?UTF-8?q?=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/vue/css/style.css | 16 +++++- site/vue/index.html | 116 ++++++++++++++++++++++++++++------------- site/vue/jeu.html | 24 +++++++-- site/vue/js/const.js | 9 +++- site/vue/js/func.js | 28 ++++++++-- site/vue/js/lang.js | 11 ++-- site/vue/js/main.js | 38 ++++++++++++-- site/vue/js/timer.js | 57 ++++++++++---------- 8 files changed, 218 insertions(+), 81 deletions(-) diff --git a/site/vue/css/style.css b/site/vue/css/style.css index 97b25ff..562333a 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -230,7 +230,6 @@ hr{ height: 30vh; width: 90%; } - .close{ position: absolute; right:33px; @@ -253,4 +252,19 @@ hr{ .secret{ cursor: pointer; color:#fe8a71; +} +#niveauGameOver{ + color:#fe8a71; +} +#scoreTotGameOver{ + color:#fe8a71; +} +#TempsTotGameOver{ + color:#fe8a71; +} +.timer_bar{ + height: 15px; + max-width: 95%; + margin:2%; + transition: 1.5s; } \ No newline at end of file diff --git a/site/vue/index.html b/site/vue/index.html index 2aaf9bf..db3144f 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -22,7 +22,7 @@ Je veux jouer a @@ -38,7 +38,7 @@ - +
-
+ +
@@ -165,6 +210,7 @@ + diff --git a/site/vue/jeu.html b/site/vue/jeu.html index 334dbba..a3d8bee 100644 --- a/site/vue/jeu.html +++ b/site/vue/jeu.html @@ -65,7 +65,7 @@ Click