liuyg
2021-12-14 82d13f47adbf2e62de4e6e639e8aaaa2be83944d
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%;
}