From bfb7a8fd698db02d2e0aaba798599f70016c1270 Mon Sep 17 00:00:00 2001 From: "leeway.zlw" Date: Sat, 23 Mar 2024 12:26:11 +0800 Subject: [PATCH] update styles --- src/assets/base.css | 4 +- src/views/HomeView.vue | 364 +++++++++++++++++++++++------------------ 2 files changed, 204 insertions(+), 164 deletions(-) diff --git a/src/assets/base.css b/src/assets/base.css index 8816868..202ca75 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -67,6 +67,8 @@ body { background-color 0.5s; line-height: 1.6; font-family: + 'Google Sans', + 'sans-serif', Inter, -apple-system, BlinkMacSystemFont, @@ -79,7 +81,7 @@ body { 'Droid Sans', 'Helvetica Neue', sans-serif; - font-size: 15px; + font-size: 1em; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 7d4d340..d7c15be 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -9,7 +9,7 @@ const authors = ref(config.authors); const res = ref(config.res); -const bibTex = ref(`@inproceedings{zhu2024champ, +const bibTex = ref(`@inproceedings{2024champ, author = {${authors.value.map(v => v.name).join(', ')}}, title = {${title.value.title}: ${title.value.subtitle}}, booktile = {arxiv} @@ -19,196 +19,219 @@ const bibTex = ref(`@inproceedings{zhu2024champ,