second.wxss
903 字节
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
.nav {
display: flex;
justify-content: space-between;
}
.nav image {
margin: 32rpx 18rpx;
width: 56rpx;
height: 56rpx;
}
.title {
font-size: 36rpx;
text-align: center;
font-weight: 600;
}
.audio {
padding: 32rpx;
display: flex;
justify-content: space-between;
}
.audio-0 {
padding: 0 20rpx;
}
.audio-1 {
width: 240px;
height: 6rpx;
margin-top: 10rpx;
background: #f8f8f8;
}
.icon {
text-align: center;
}
.icon image {
width: 112rpx;
height: 112rpx;
border-radius: 55rpx;
box-shadow: 5rpx 5rpx 5rpx rgba(0, 0, 0, .3);
}
.box-end {
position: absolute;
bottom: 40rpx;
left: 50%;
margin-left: -126rpx;
text-align: center;
width: 252rpx;
height: 80rpx;
line-height: 80rpx;
border-radius: 32rpx;
font-size: 28rpx;
font-weight: 600;
background: rgba(255, 200, 61, 1);
}