From 42b0de526257f31c986dd802bdd86db205ed7788 Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期二, 02 三月 2021 11:30:27 +0800 Subject: [PATCH] 添加背景色 --- src/App.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 802d3b6..11d9718 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,5 +28,13 @@ </script> <style> - +#app { + height: 100vh; + background-color: #031D67; + background-image: url("./assets/images/bg-box.png"); +} +#app:before { + display: table; + content: " "; +} </style> -- Gitblit v1.9.1