@import "./index.scss";
|
|
// 布局
|
@import "./layout/pc.scss";
|
@import "./layout/mobile.scss";
|
|
// home
|
@import "./home/pc.scss";
|
@import "./home/mobile.scss";
|
|
// page
|
@import "./pcpage/index.scss";
|
|
// page
|
@import "./divforms/divForms.scss";
|
@import "./divforms/panoramaBox.scss";
|
@import "./divforms/popup.scss";
|
|
// 手机样式
|
@import "./mobile/popup.scss";
|
|
// 实体样式
|
@import "./entitys/text-entitys.scss";
|
|
.custom-icon {
|
display: inline-block;
|
width: 18px;
|
height: 18px;
|
vertical-align: middle;
|
}
|
|
.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%;
|
}
|
|
.menu-rest {
|
background: url(/img/icon/rest.png) no-repeat;
|
background-size: 100% 100%;
|
}
|