kind.wxss
636 字节
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
page{
background: #F9F9F9
}
.kindbox{
padding: 24rpx 12rpx 24rpx 24rpx;
box-sizing: border-box;
display:flex;
flex-wrap: wrap;
padding-bottom:50rpx;
border-bottom-left-radius: 4rpx;
border-bottom-right-radius: 4rpx;
}
.kindtopimg{
width:226rpx;
height:226rpx;
font-size: 0;
position: relative
}
.kindname{
/* width:702rpx; */
width:226rpx;
height:76rpx;
background: #fff;
line-height: 76rpx;
text-align: center;
color:#FB6324;
font-size: 28rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top:10rpx;
}
.kinditem{
margin-right:12rpx;
margin-bottom:20rpx;
}