| | |
| | | @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; |
| | |
| | | } |
| | | |
| | | .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%; |
| | | |
| | | } |
| | | |