king.wxss
1016 字节
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
55
56
57
58
59
60
61
62
63
.nav {
display: flex;
justify-content: space-between;
}
.nav image {
margin: 32rpx 18rpx;
width: 56rpx;
height: 56rpx;
}
.img-0{
position: relative;
width: 218rpx;
margin-top: 64rpx;
margin-left: 32rpx;
}
.text{
padding:0 32rpx;
font-size: 28rpx;
line-height: 40rpx;
}
.text view:last-child{
margin-top:32rpx;
}
.img{
display: flex;
}
.img image{
width: 218rpx;
height:218rpx;
border-radius: 14rpx;
}
.img-1{
position: absolute;
top: 0;
right: 0;
width: 35rpx;
height: 35rpx;
line-height: 22rpx;
text-align: center;
background: #f8f8f8;
border-radius: 0 14rpx 0 64rpx;
}
.img-1 image{
width: 24rpx;
height: 24rpx;
}
.box-end {
position: fixed;
bottom: 20rpx;
left: 50%;
margin-left:-211rpx;
text-align: center;
width: 422rpx;
height: 100rpx;
line-height: 100rpx;
border-radius: 32rpx;
font-size: 28rpx;
font-weight: 600;
background: rgba(255, 200, 61, 1);
}