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

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

}

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

}

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

.cb {
    background: #FFC83D;
    color: #000000;
}

.appd-3 {
    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;
}

@import '../question//question.wxss';