index.less
1.61 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
@import "icon";
.indexPage{
background-color: #f8f8f8;
overflow: hidden;
.banner {
height: 195px;
position: relative;
overflow: hidden;
font-size: 0;
a {
display: block;
width: 100%;
height: 100%;
}
img {
display: inline-block;
width: 100%;
height: 100%;
float: left;
}
.swiper-container {
height: 100%;
}
}
.menu{
padding: 5px;
li{
width: 50%;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
a{
display: block;
text-align: center;
position: relative;
overflow: hidden;
}
}
// .m-icon{
// -webkit-transition: all .3s ease-in-out;
// -o-transition: all .3s ease-in-out;
// transition: all .3s ease-in-out;
// }
.start{
float: left;
a{
height: 175px;
background-color: #1c69a3;
&:active{
background-color: #165482;
.icon-home_jiedan{
.icon-home_jiedan_H;
}
}
}
}
.list{
float: right;
a{
height: 115px;
background-color: #f4aa00;
&:active{
background-color: #c38800;
.icon-home_yundan{
.icon-home_yundan_H;
}
}
}
}
.service{
float: left;
a{
height: 55px;
background-color: #53aed7;
&:active{
background-color: #428bac;
.icon-home_kefu{
.icon-home_kefu_H;
}
}
}
}
.home{
float: right;
a{
height: 115px;
background-color: #f47163;
&:active{
background-color: #c35a4f;
.icon-home_wo{
.icon-home_wo_H;
}
}
}
}
}
}