end.wxss
741 字节
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
/* pages/28/26.wxss */
page{
padding-right:34rpx;
padding-top: 70rpx;
background:#383744;
}
.top{
width: 100%;
height: 1208rpx;
}
.tips{
padding-right:34rpx;
padding-top: 70rpx;
text-align: right;
position: absolute;
right: 0;
top: 0;
}
.tips image{
width: 144rpx;
height: 144rpx;
border-radius: 50%;
}
.top image{
width: 100%;
height: 100%;
}
.top-1{
position: absolute;
left: 54rpx;
line-height: 56rpx;
color: rgba(248,248,248,1);
}
.top-1 text:first-child{
font-size: 40rpx;
font-weight: 600;
line-height: 56rpx;
margin-bottom: 14rpx;
}
.cent .color{
font-size: 40rpx;
margin: 0 8rpx;
display: inline;
color: rgba(226,201,155,1);
}