question.wxss 3.2 KB
.porogress {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80rpx;
    height: 80rpx;
    border: 2rpx solid #3a3942;
    border-radius: 50%;
    position: fixed;
    top: 30rpx;
    right: 20rpx;
}

.porogress>text {
    font-size: 24rpx;
    color: #c5c5c5;
}

.porogress>text:first-child {
    color: #3a3942;
}

.nav {
    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);
}


.vide video {
    width: 100%;
    height: 422rpx;
}


.icon {
    text-align: center;
}

.icon image {
    width: 112rpx;
    height: 112rpx;
    border-radius: 55rpx;
    margin-bottom: 120rpx;
    box-shadow: 5rpx 5rpx 5rpx rgba(0, 0, 0, .3);
}

.title {
    text-align: center;
    font-size: 32rpx;
    font-weight: 600;
    margin: 36rpx 0;
}

.list {
    width: 622rpx;
    height: 100rpx;
    line-height: 100rpx;
    padding: 0 32rpx;
    border-radius: 32rpx;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-top: 24rpx;
    background: #dfdfde;
    background: rgba(248, 248, 248, 1);
}

.bg2 {
    background: #FFC83D;
}

.list image {
    margin-top: 17rpx;
    width: 64rpx;
    height: 64rpx;
    vertical-align: middle;
}

.list_choose {
    color: #8B8B8D;
}

.list_choose text {
    color: #000000;
    margin-left: 32rpx;
}

.button {
    width: 422rpx;
    height: 100rpx;
    line-height: 100rpx;
    text-align: center;
    font-size: 32rpx;
    font-weight: 600;
    margin: 64rpx auto;
    border-radius: 96rpx;
    background: rgba(255, 200, 61, 1);
}
/* 音频 */

.audio_play{
    width: 100%;
    margin-bottom: 32rpx;
}
.audio_img{
    width: 112rpx;
    height: 112rpx;
    margin: 0 auto;
    display: block;
    box-shadow: 0rpx 8rpx 18rpx rgb(201, 201, 201);
    border-radius: 50%;
    margin-top: 54rpx;
}

/* 图片选择 */
.appd {
    margin-top: 120rpx;
    margin-bottom: 140rpx;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 20rpx;

}

.appd-0 {
    margin-top: 18rpx;
    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-1 image{
    width: 32rpx;
    height: 32rpx;
}

.cr_ye {
    background: rgba(255, 200, 61, 1);
    border: 1rpx solid #FFC83D !important;
}

.appd-2 {
    width: 334rpx;
    height: 334rpx;
    overflow: hidden;
    border: 1rpx solid #eeeeee;
}

.appd-2 image {
    width: 332rpx;
    height: 332rpx;
}

/*  */
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
}

.denglu {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 622rpx;
    height: 528rpx;
    border-radius: 48rpx;
    background: #fff;
}
.mask image{
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 750rpx;
}

.denglu :nth-child(1) {
    margin-top: 124rpx;
    font-size: 52rpx;
    font-weight: 500;
}

.denglu text {
    margin-top: 44rpx;
    color: #FD9327;
}