shuishen
2022-04-27 510ae9f8768cd16c39fde70e1ae40b164500d5d5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@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%;
}