123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- .answer-page {
- padding: 40rpx 32rpx;
- }
- .answer-page .answer-time{
- font-size: 30rpx;
- float: right;
- }
- .answer-page .sheet{
- height: 90vh!important;
- }
- .answer-page .answer-title {
- width: 686rpx;
- border-bottom: 2rpx solid #E8E8E8;
- opacity: 1;
- padding-bottom: 32rpx;
- }
- .answer-page .answer-title .current-index {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 42rpx;
- color: #333333;
- }
- .answer-page .answer-title .total-index {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 42rpx;
- color: #999999;
- }
- .answer-page .answer-title .answer-type {
- width: 96rpx;
- height: 40rpx;
- background: rgba(81, 205, 228, .24);
- border-radius: 40rpx 40rpx 40rpx 0rpx;
- color: #51CDE4;
- font-size: 24rpx;
- margin-left: 18rpx;
- }
- .answer-page .answer-title .title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 42rpx;
- color: #333333;
- opacity: 1;
- margin-top: 18rpx;
- }
- .page-section-demo{
- padding-left: 16rpx;
- }
- .answer-page .radio {
- width: 100%;
- margin-top: 46rpx;
- }
- .answer-page .checkbox {
- width: 100%;
- margin-top: 46rpx;
- }
- .answer-page .radio .a-radio-checked .a-icon-success{
- fill: rgba(81, 205, 228, 1)!important;
- }
- .answer-page .checkbox .a-checkbox-checked{
- background: rgba(81, 205, 228, 1)!important;
- }
- .answer-page .checkbox .a-checkbox-checked .a-icon-success_no_circle{
- fill: #FFFFFF!important;
- }
- .answer-page .radio .radio-text, .answer-page .checkbox .checkbox-text{
- margin-left: 18rpx;
- }
- .page-section-btns {
- width: 670rpx;
- position: fixed;
- bottom: 42rpx;
- padding-bottom: 48rpx;
- border-bottom: 1px solid #E8E8E8;
- justify-content: space-around;
- }
- .page-section-btns button {
- width: 216rpx;
- height: 88rpx;
- background: #FFFFFF;
- border: 2rpx solid #51CDE4;
- opacity: 1;
- border-radius: 44rpx;
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 48rpx;
- color: #51CDE4;
- opacity: 1;
- line-height: 88rpx;
- }
|