backpeopledetail.wxss
627 字节
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
page {
background: #fbf8fb;
}
.commonenter {
margin-right: 0;
text-align: right;
}
.danweiname {
width: 420rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.istouch {
width: 150rpx;
}
.fotleft{
width:200rpx;
height:80rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
border-radius: 40rpx;
background: #1C8FFF;
}
.fotright{
width:200rpx;
height:80rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 80rpx;
border-radius: 40rpx;
background: #BDC4CE;
}
.footerbox{
padding: 32rpx 56rpx;
box-sizing: border-box;
}