zhanghaobangding.wxss
608 字节
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
page{
background: #F2F2F2
}
.zhanghao{
background: #fff;
}
.zhanghaoitem{
width:668rpx;
height:100rpx;
display:flex;
align-items: center;
justify-content: space-between;
margin:0 auto;
border-bottom: 1rpx solid #f5f5f5;
}
.zhanghaoleft{
color:#333333;
font-size: 28rpx;
}
.rowimg{
width:14rpx;
height:24rpx;
font-size: 0
}
.question{
color:#36BCE8;
font-size: 28rpx;
text-align: center;
margin-top:26rpx;
}
.zhanghaoright{
display:flex;
align-items: center;
}
.zhanghaoname{
color:#999999;
font-size: 28rpx;
margin-right:22rpx;
}
.bangname{
color:#666666;
}