report.acss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. page {
  2. background-image: linear-gradient(to bottom, #F9FDFF 0%, #BEE8FF 100%);
  3. color: #666;
  4. font-size: 28rpx;
  5. height: 100%;
  6. }
  7. .scroll{
  8. height: 100vh;
  9. }
  10. .height{
  11. padding:28rpx 32rpx;
  12. background-color: #fff;
  13. font-size: 28rpx;
  14. color: #666;
  15. }
  16. .height image{
  17. width: 80rpx;
  18. height: 80rpx;
  19. margin-right: 20rpx;
  20. }
  21. .task{
  22. padding:28rpx 32rpx;
  23. position: relative;
  24. }
  25. .task image{
  26. position: absolute;
  27. right: 32rpx;
  28. top: 3rem;
  29. }
  30. .title{
  31. font-size: 44rpx;
  32. color: #222;
  33. margin-bottom: 40rpx;
  34. }
  35. .num{
  36. font-weight: 700;
  37. color: #1188F1;
  38. font-size: 46rpx;
  39. padding: 0 20rpx;
  40. }
  41. .item view{
  42. margin-bottom: 20rpx;
  43. }
  44. .openUrl{
  45. color:#1188F1;
  46. font-size:24rpx;
  47. }
  48. .text{
  49. font-size: 32rpx;
  50. color: #222;
  51. }
  52. .li .i{
  53. width: 24rpx;
  54. height: 24rpx;
  55. background-color: #26A2FF;
  56. border-radius: 50%;
  57. margin-right: 20rpx;
  58. position: relative;
  59. top: 8rpx;
  60. }
  61. .ci{
  62. color: #1188F1;
  63. }
  64. .li{
  65. margin-bottom: 40rpx !important;;
  66. }
  67. .jt{
  68. font-size: 36rpx;
  69. position: relative;
  70. top: -4rpx;
  71. }
  72. .cis{
  73. padding-left: 32rpx;
  74. }
  75. .li .flex-1{
  76. position: relative;
  77. padding-left: 0.32rem;
  78. }
  79. .li .flex-1::after{
  80. content: " ";
  81. width: 24rpx;
  82. height: 24rpx;
  83. background-color: #26A2FF;
  84. border-radius: 50%;
  85. position: absolute;
  86. left: 0;
  87. top: 8rpx;
  88. }
  89. .footer{
  90. display: flex;
  91. align-items: center;
  92. justify-content: center;
  93. padding: 14rpx 0;
  94. background-color: #26A2FF;
  95. color: #fff;
  96. }
  97. .footer image{
  98. width: 40rpx;
  99. height: 40rpx;
  100. margin-right: 10rpx;
  101. }
  102. .margin-Top{
  103. margin-top: 80rpx;
  104. }