quest-5.wxss 1.3 KB
.top {
    Background: #3A3942;
    padding: 48rpx 32rpx;
    color: white;
}

.top-1 {
    margin-top: 32rpx;

}

.top-1 .top-2:first-child {
    margin-left: 0rpx;

}

.top-2 {
    width: 64rpx;
    height: 64rpx;
    margin-right: 32rpx;
    line-height: 64rpx;
    text-align: center;
    border-radius: 32rpx;
    background: #8B8B8D;
    color: #ffffff;
    margin-top: 32rpx;
    display: inline-block;
}

.cr {
    background: #FC5F49 !important;
}
.cb {
    background: #FFC83D;
    color: #000000;
}

.cr_b {
    background: FC5F49;
    border: 1rpx solid #FC5F49 !important;
}

.list_box {
    width: 622rpx;
    border-radius: 32rpx;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 24rpx;
    background: #dfdfde;
    background: rgba(248, 248, 248, 1);
}
.list_box image{
    width: 32rpx;
    height: 32rpx;
    vertical-align: middle;

}

.appd-3 {
    width: 100%;
    word-wrap:break-word; 
    padding: 30rpx 32rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    font-size: 28rpx;
    font-weight: 500;
    border-bottom-left-radius: 30rpx;
    border-bottom-right-radius: 30rpx;
}

.appd-3 image {
    width: 64rpx;
    height: 64rpx;
}
.image image {
    /* padding: 32rpx; */
    height: 336rpx;
}
@import '../question//question.wxss';