From 233fdc1cc07df94e54036fa421addf1e17cdff83 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 28 二月 2024 10:58:12 +0800 Subject: [PATCH] # --- App.vue | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 deletions(-) diff --git a/App.vue b/App.vue index 8c2b732..88d3efe 100644 --- a/App.vue +++ b/App.vue @@ -14,4 +14,45 @@ <style> /*姣忎釜椤甸潰鍏叡css */ -</style> + body { + background-color: #f8fafb; + font-family: Helvetica, sans-serif,'my-font'; + } + page { + height: 100%; + } + + @font-face { + font-family: my-font; + src: url('./static/font/NotoSansCJK-Light-3.otf'); + } + .z-floor { + height: 100rpx; + line-height: 100rpx; + width: 100%; + background-color: #fff; + /* box-shadow: 0px -4px 4px #e2e2e2; */ + border-top: 1px solid #e2e2e2; + position: fixed; + bottom: 0; + left: 0; + display: flex; + align-items: center; + text-align: center; + letter-spacing: 10rpx; + } + .z-default { + flex: 2; + } + .z-default:active { + background-color: #eff0f1; + } + .z-primary { + flex: 3; + background-color: #0084ff; + color: #fff; + } + .z-primary:active { + background-color: #007dea; + } +</style> \ No newline at end of file -- Gitblit v1.9.1