From 13c612ffe222940cae61c66a0b496ca271cbd635 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 17 七月 2024 09:10:36 +0800 Subject: [PATCH] # --- App.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index 26e7621..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 { @@ -135,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