answer.acss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .answer-page {
  2. padding: 40rpx 32rpx;
  3. }
  4. .answer-page .answer-time{
  5. font-size: 30rpx;
  6. float: right;
  7. }
  8. .answer-page .sheet{
  9. height: 90vh!important;
  10. }
  11. .answer-page .answer-title {
  12. width: 686rpx;
  13. border-bottom: 2rpx solid #E8E8E8;
  14. opacity: 1;
  15. padding-bottom: 32rpx;
  16. }
  17. .answer-page .answer-title .current-index {
  18. font-size: 30rpx;
  19. font-family: PingFang SC;
  20. font-weight: 400;
  21. line-height: 42rpx;
  22. color: #333333;
  23. }
  24. .answer-page .answer-title .total-index {
  25. font-size: 30rpx;
  26. font-family: PingFang SC;
  27. font-weight: 400;
  28. line-height: 42rpx;
  29. color: #999999;
  30. }
  31. .answer-page .answer-title .answer-type {
  32. width: 96rpx;
  33. height: 40rpx;
  34. background: rgba(81, 205, 228, .24);
  35. border-radius: 40rpx 40rpx 40rpx 0rpx;
  36. color: #51CDE4;
  37. font-size: 24rpx;
  38. margin-left: 18rpx;
  39. }
  40. .answer-page .answer-title .title {
  41. font-size: 30rpx;
  42. font-family: PingFang SC;
  43. font-weight: bold;
  44. line-height: 42rpx;
  45. color: #333333;
  46. opacity: 1;
  47. margin-top: 18rpx;
  48. }
  49. .page-section-demo{
  50. padding-left: 16rpx;
  51. }
  52. .answer-page .radio {
  53. width: 100%;
  54. margin-top: 46rpx;
  55. }
  56. .answer-page .checkbox {
  57. width: 100%;
  58. margin-top: 46rpx;
  59. }
  60. .answer-page .radio .a-radio-checked .a-icon-success{
  61. fill: rgba(81, 205, 228, 1)!important;
  62. }
  63. .answer-page .checkbox .a-checkbox-checked{
  64. background: rgba(81, 205, 228, 1)!important;
  65. }
  66. .answer-page .checkbox .a-checkbox-checked .a-icon-success_no_circle{
  67. fill: #FFFFFF!important;
  68. }
  69. .answer-page .radio .radio-text, .answer-page .checkbox .checkbox-text{
  70. margin-left: 18rpx;
  71. }
  72. .page-section-btns {
  73. width: 670rpx;
  74. position: fixed;
  75. bottom: 42rpx;
  76. padding-bottom: 48rpx;
  77. border-bottom: 1px solid #E8E8E8;
  78. justify-content: space-around;
  79. }
  80. .page-section-btns button {
  81. width: 216rpx;
  82. height: 88rpx;
  83. background: #FFFFFF;
  84. border: 2rpx solid #51CDE4;
  85. opacity: 1;
  86. border-radius: 44rpx;
  87. font-size: 34rpx;
  88. font-family: PingFang SC;
  89. font-weight: 400;
  90. line-height: 48rpx;
  91. color: #51CDE4;
  92. opacity: 1;
  93. line-height: 88rpx;
  94. }