/* packageE/video_question/answer/answer.wxss */ #answer { min-height: 100vh; background: #fff; } #answer .pass { display: flex; flex-direction: column; align-items: center; padding: 63.04rpx 68.16rpx; } #answer .pass .imgbox { width: 356.16rpx; height: 296.96rpx; background-size: 100%; } #answer .pass .subBtn { width: 464rpx; height: 80rpx; background-color: #f15353; border-radius: 15.04rpx; color: #fff; display: flex; align-items: center; justify-content: center; margin-top: 1.3em; } /* #answer .top { width: 100%; height: 1.25rem; } */ #answer .posbtn { position: fixed; bottom: 0; display: flex; justify-content: center; box-sizing: border-box; width: 100%; height: 180rpx; padding-top: 50rpx; background: #fff; } #answer .questions { padding: 39.04rpx 32rpx; min-height: 100vh; background-color: #fff; padding-bottom: 200rpx; } #answer .questions .questions_box { display: flex; flex-direction: column; text-align: left; padding-bottom: 80rpx; } #answer .questions .questions_box .title { padding-bottom: 10rpx; color: #202020; font-weight: bold; font-size: 32rpx; } #answer .questions .questions_box .btn_box { display: flex; flex-direction: column; align-items: center; margin-top: 30rpx; } #answer .questions .questions_box .btn_box .btn { box-sizing: border-box; display: flex; align-items: center; justify-content: center; width: 616.96rpx; min-height: 70.08rpx; padding: 15rpx 20rpx; border-radius: 20.16rpx; color: #fff; background-color: #00b98d; } #answer .questions .questions_box .btn_box .classOn { background: #ff9c00; }