From 82d13f47adbf2e62de4e6e639e8aaaa2be83944d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 14 Dec 2021 15:20:05 +0800
Subject: [PATCH] +手机端弹框修改,加自动定位到点击地点
---
src/styles/common.scss | 41 +++++++++++------------------------------
1 files changed, 11 insertions(+), 30 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index adccd1c..76cc0e7 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -1,25 +1,25 @@
-@import './index.scss';
+@import "./index.scss";
// 布局
-@import './layout/pc.scss';
-@import './layout/mobile.scss';
+@import "./layout/pc.scss";
+@import "./layout/mobile.scss";
// home
-@import './home/pc.scss';
-@import './home/mobile.scss';
+@import "./home/pc.scss";
+@import "./home/mobile.scss";
// page
-@import './pcpage/index.scss';
+@import "./pcpage/index.scss";
// page
-@import './divforms/divForms.scss';
-@import './divforms/popup.scss';
+@import "./divforms/divForms.scss";
+@import "./divforms/popup.scss";
+// 手机样式
+@import "./mobile/popup.scss";
// 实体样式
-@import './entitys/text-entitys.scss';
-
-
+@import "./entitys/text-entitys.scss";
.custom-icon {
display: inline-block;
@@ -29,65 +29,46 @@
}
.menu-dtdl {
-
background: url(/img/icon/dtdl.png) no-repeat;
background-size: 100% 100%;
-
}
.menu-jg {
-
background: url(/img/icon/jg.png) no-repeat;
background-size: 100% 100%;
-
}
.menu-xyjz {
-
background: url(/img/icon/xyjz.png) no-repeat;
background-size: 100% 100%;
-
}
.menu-shfw {
-
background: url(/img/icon/shfw.png) no-repeat;
background-size: 100% 100%;
-
}
.menu-zhcx {
-
background: url(/img/icon/zhcx.png) no-repeat;
background-size: 100% 100%;
-
}
.menu-xydl {
-
background: url(/img/icon/xydl.png) no-repeat;
background-size: 100% 100%;
-
}
.menu-xydh {
-
background: url(/img/icon/xydh.png) no-repeat;
background-size: 100% 100%;
-
}
.menu-ztdt {
-
background: url(/img/icon/ztdt.png) no-repeat;
background-size: 100% 100%;
-
}
.menu-tool {
-
background: url(/img/icon/tool.png) no-repeat;
background-size: 100% 100%;
-
}
-
--
Gitblit v1.9.3