zhanghaobangding.wxss
731 字节
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
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;
position: relative;
}
.authInfo{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.zhanghaoname{
color:#999999;
font-size: 28rpx;
margin-right:22rpx;
}
.bangname{
color:#666666;
}