From 315a0ab0d7d388290e6257ba3cb5c600764183b6 Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Thu, 18 Apr 2024 13:54:29 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B0=D0=BD=D0=B8=D0=BC=D0=B0=D1=86=D0=B8=D1=8E=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/friday/Friday.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/views/friday/Friday.vue b/resources/views/friday/Friday.vue index 33617c0..05b2ca3 100644 --- a/resources/views/friday/Friday.vue +++ b/resources/views/friday/Friday.vue @@ -134,12 +134,15 @@ export default { 0% { background-color: red; } - 50% { + 25% { background-color: #00ff00; } - 100% { + 75% { background-color: blue; } + 100% { + background-color: red; + } }