lianjie.wxss
810 字节
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{
overflow-y: hidden;
}
.lianjieimg {
width: 128rpx;
height: 128rpx;
margin: 174rpx auto 0;
}
.refreshhead {
padding: 18rpx;
box-sizing: border-box;
display: flex;
justify-content: flex-end;
}
.refresh {
width: 44rpx;
height: 44rpx;
font-size: 0;
}
.lianjie {
color: #3d444d;
font-size: 36rpx;
width: 570rpx;
text-align: center;
margin: 82rpx auto 0;
word-break: break-all;
margin-top: 82rpx;
}
.copylianjie {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
opacity: 1;
border-radius: 4rpx;
color:#fff;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
position: fixed;
bottom:40rpx;
left:24rpx;
/* margin:542rpx auto 0; */
}
.codeco{
color:#8C9198;
font-size: 32rpx;
text-align: center;
margin-top:20rpx;
}