myxunzhang.wxss
534 字节
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
page{
background: #fff;
}
.xunzhanglistitem{
padding: 0 32rpx;
box-sizing: border-box;
border-bottom: 20rpx solid #F2F2F2;
}
.xunzhangtitle{
color:#06121E;
font-size: 36rpx;
font-weight: bold;
padding: 24rpx 0;
box-sizing: border-box;
}
.xunzhangbox{
flex-wrap: wrap;
}
.xunzhangboxitem{
margin-right:14rpx;
margin-bottom:32rpx;
}
.xunimg{
width:218rpx;
height: 218rpx;
margin-bottom: 22rpx;
}
.xunname{
color:#06121E;
font-size:28rpx;
font-weight: bold;
margin-bottom:8rpx
}
.xundate{
color:#64676A;
font-size:24rpx
}