gonglue.wxss
915 字节
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
.gonglueitem{
width:686rpx;
height:368rpx;
font-size: 0;
margin:26rpx auto 0;
border-radius: 16rpx;
position: relative
}
.wordbottom{
width:338rpx;
height:52rpx;
background:rgba(0,0,0,1);
opacity:0.5;
border-radius:28rpx;
background: #000000;
margin-top:16rpx;
display:flex;
align-items: center;
padding: 10rpx 20rpx;
box-sizing: border-box;
}
.gonglueword{
position: absolute;
top:222rpx;
left:38rpx;
}
.wordtop{
color:#FFFFFF;
font-size: 36rpx;
}
.wordbotleft{
width:24rpx;
height:24rpx;
font-size: 0
}
.wordbotright{
color:#fff;
font-size: 24rpx;
margin-left:10rpx;
}
.gongluetu{
width:142rpx;
height:48rpx;
font-size: 0;
position: relative
}
.gongluepic{
position: absolute;
top:30rpx;
right:0;
}
.peoplenum{
color:#FFFFFF;
font-size: 24rpx;
position: absolute;
top:8rpx;
right:14rpx;
}
.gongluelist{
margin-bottom:36rpx;
}