From 99fb1068a772f31fdc68d7a7aeb16c89233a8893 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 18 一月 2024 15:20:02 +0800 Subject: [PATCH] # --- App.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index 5e34d7a..b0c9d34 100644 --- a/App.vue +++ b/App.vue @@ -114,7 +114,10 @@ } </script> -<style> +<style lang="scss"> + /* 娉ㄦ剰瑕佸啓鍦ㄧ涓�琛岋紝鍚屾椂缁檚tyle鏍囩鍔犲叆lang="scss"灞炴�� */ + @import "@/uni_modules/uview-ui/index.scss"; + @import "static/css/colorUi/icon.css"; /*姣忎釜椤甸潰鍏叡css */ body { @@ -127,6 +130,7 @@ flex-wrap: wrap; padding: 0px 40upx 0px; justify-content: space-between; + margin-top: 20px; } .nav-li { @@ -134,7 +138,7 @@ border-radius: 12upx; width: 36%; margin: 0 2.5% 40upx; - background-image: url(https://cdn.nlark.com/yuque/0/2019/png/280374/1552996358352-assets/web-upload/cc3b1807-c684-4b83-8f80-80e5b8a6b975.png); + /* background-image: url(https://cdn.nlark.com/yuque/0/2019/png/280374/1552996358352-assets/web-upload/cc3b1807-c684-4b83-8f80-80e5b8a6b975.png); */ background-size: cover; background-position: center; position: relative; -- Gitblit v1.9.1