.top { background-color: #fff; display: flex; flex-direction: row; align-items: center; } .progress { width: 620rpx; margin-left: 30rpx; border-radius: 3rpx; overflow: hidden; } .progress-txt { flex: 1; text-align: center; font-size: 24rpx; color: #FF4330; } .content { background: #FFFFFF; margin: 20rpx; padding: 10rpx 30rpx 30rpx 10rpx; } .question { display: flex; align-items: center; } .tag { width: 55rpx; display: flex; justify-content: center; align-items: center; height: 55rpx; background: linear-gradient(0deg, #FF7B60 0%, #FF4330 100%); border-radius: 20rpx; font-size: 28rpx; color: #FFFFFF; } .title { font-size: 28rpx; color: #333333; flex: 1; margin: 0 30rpx; } .type { font-size: 28rpx; color: #FF4330; } .opt-list { padding: 0rpx 10rpx; display: flex; /* flex-flow: wrap; */ flex-direction: column; margin-top: 30rpx; } .opt { display: flex; align-items: center; padding-bottom: 3px; } .radio-txt { margin: 0 25rpx; font-size: 24rpx; color: #333333; line-height: 28rpx; } .input-class { min-height: 300rpx !important; } .mtb50 { margin: 50rpx; }