shipaiimg.wxss
868 字节
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
page{
background: #000000;
padding: 0 32rpx;
box-sizing: border-box;
}
.containerbox{
display:flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.boxitem{
margin-top:14rpx;
}
.itemimg{
width:338rpx;
height:251rpx;
font-size: 0
}
.bottomtop{
display:flex;
align-items: center
}
.bottomleft{
width:40rpx;
height:40rpx;
font-size: 0;
border-radius: 50%;
}
.bottomleft image{
border-radius:50%;
}
.leftname{
color:#666666;
font-size: 28rpx;
margin-left:15rpx;
}
.xiaimg{
width:30rpx;
height:28rpx;
font-size: 0
}
.bottomxia{
display: flex;
justify-content: flex-end;
margin-top:21rpx;
}
.itembottom{
width:338rpx;
background: #fff;
padding: 14rpx 20rpx;
box-sizing: border-box;
border-radius:0px 0px 5px 5px;
}
.zannum{
color:#999999;
font-size: 28rpx;
margin-left:20rpx;
}