From 7ca1a8ec18fccca9102cd1179e05fdc877bdc511 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期三, 18 五月 2022 16:47:40 +0800 Subject: [PATCH] 提交代码 --- src/views/index.vue | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 5ff5e4d..a039367 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,5 +1,6 @@ <template> - <div class="app-container home"> + <div class="app-container home index-bg"> + 娆㈣繋璁块棶浜戦�氭暟閾綩A鍔炲叕绯荤粺 </div> </template> @@ -18,6 +19,16 @@ </script> <style scoped lang="scss"> - +.index-bg { + display: flex; + padding-left: 42%; + align-items: center; + background-image: url('../assets/images/login-background.jpg'); + background-repeat: no-repeat; + background-size: cover; + height: calc(100vh - 84px); + font-size: 2.5rem; + box-sizing: border-box; +} </style> -- Gitblit v1.9.1