sub_menu.less
706 Bytes
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
@charset "UTF-8";
// 分类
.cate-section{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding:50px 22px;
background-color: #fff;
.cate-item{
display: flex;
width: 20%;
margin-bottom: 20px;
flex-direction: column;
align-items: center;
font-size: 25px;
}
img{
width: 110px;
height: 110px;
margin-bottom: 14px;
// border-radius: 50%;
// opacity: 0.7;
// box-shadow: 4px 4px 20px rgba(43, 41, 41, 0.3);
}
}
.ad-1{
width: 100%;
height: 210px;
padding: 10px 0;
background-color: #fff;
img{
width: 100%;
height: 100%;
}
}