quest-4.wxss
1.6 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.nav{
text-align: center;
}
.nav-1{
width: 302rpx;
height: 64rpx;
margin: 40rpx auto;
line-height: 64rpx;
border-radius: 80rpx;
text-align: center;
font-weight: 600;
background:rgba(248,248,248,1) ;
}
.nav image{
position: absolute;
top: 40rpx;
right: 18rpx;
width:56rpx;
height: 56rpx;
vertical-align: middle;
}
.title{
text-align: center;
font-size: 32rpx;
font-weight: 600;
margin: 36rpx 0;
}
.audio {
padding: 32rpx;
display: flex;
margin-top: 54rpx;
justify-content: space-between;
}
.audio-0 {
padding: 0 20rpx;
}
.audio-1 {
width: 240px;
height: 13rpx;
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);
}
.appd{
margin-top:120rpx;
margin-bottom: 140rpx;
display: flex;
flex-wrap: wrap;
text-align: left;
padding-left:20rpx;
}
.appd-0{
margin-left: 16rpx;
}
.appd-1 {
width: 334rpx;
height: 48rpx;
line-height: 48rpx;
font-weight: 600;
text-align: center;
border-radius:36rpx 36rpx 0 0;
background:rgba(235,235,235,1);
}
.appd-2 image{
width: 334rpx;
height: 334rpx;
}
.button{
position: fixed;
bottom: 20rpx;
left: 50%;
margin-left: -211rpx;
width: 422rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
font-size:32rpx;
font-weight: 600;
border-radius: 96rpx;
background: rgba(255,200,61,1);
}