From f979ed5a82e2038b96ea7eb2063fcf08a6ba1bf8 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 01 十二月 2023 16:42:34 +0800 Subject: [PATCH] # --- App.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index a57c1b2..41c6a63 100644 --- a/App.vue +++ b/App.vue @@ -16,7 +16,7 @@ /*姣忎釜椤甸潰鍏叡css */ body { background-color: #f8fafb; - font-family: 'my-font', Helvetica Neue, Helvetica, sans-serif; + font-family: Helvetica Neue, Helvetica, sans-serif,'my-font'; } @font-face { @@ -28,7 +28,8 @@ line-height: 100rpx; width: 100%; background-color: #fff; - box-shadow: 0px -4px 4px #f0f0f0; + /* box-shadow: 0px -4px 4px #e2e2e2; */ + border-top: 1px solid #e2e2e2; position: fixed; bottom: 0; left: 0; -- Gitblit v1.9.1