quest-4.wxss 1.6 KB
.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); 
 }