report.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .panelTop{
  2. width:100%;
  3. align-items: flex-start;
  4. }
  5. .text1{
  6. margin-top: 50rpx;
  7. margin-left: 30rpx;
  8. font-size:32rpx;
  9. }
  10. .text2{
  11. margin-bottom: 30rpx;
  12. margin-left: 30rpx;
  13. font-size:24rpx;
  14. font-weight: 400;
  15. }
  16. .panelItem{
  17. width:100%;
  18. justify-content: flex-start;
  19. align-items: flex-start;
  20. background-color: #fff;
  21. flex-wrap: wrap;
  22. margin-bottom: 50rpx;
  23. padding-bottom: 40rpx;
  24. }
  25. .panelItem1{
  26. width:100%;
  27. justify-content: space-between;
  28. }
  29. .text3{
  30. margin-top: 40rpx;
  31. margin-left: 30rpx;
  32. font-size:28rpx;
  33. font-weight: 400;
  34. }
  35. .universalpic_indicator_right_gray{
  36. width:16rpx;
  37. height:26rpx;
  38. transform:rotate(-90deg);
  39. margin-top: 40rpx;
  40. margin-right: 30rpx;
  41. }
  42. .universalpic_indicator_right_gray2{
  43. width:16rpx;
  44. height:26rpx;
  45. transform:rotate(90deg);
  46. margin-top: 40rpx;
  47. margin-right: 30rpx;
  48. }
  49. .btn{
  50. border:1rpx solid #9B9B9B;
  51. height:100rpx;
  52. border-radius: 10rpx;
  53. margin: 30rpx 0 0 30rpx;
  54. padding: 0 30rpx;
  55. color:#1e1e1e;
  56. }
  57. .btn2{
  58. border:1rpx solid #0071EF;
  59. background-color: #0071EF;
  60. color:#fff;
  61. }
  62. .circle{
  63. width:34rpx;
  64. height:34rpx;
  65. border-radius: 50%;
  66. background-color: #F8F8F8;
  67. border:3rpx solid #d2d2d2;
  68. }
  69. .universalpic_checked_white_22x17{
  70. width:22rpx;
  71. height:17rpx;
  72. }
  73. .text4{
  74. margin-left: 20rpx;
  75. font-size:28rpx;
  76. font-weight: 400;
  77. }
  78. .panelFooter{
  79. width:100%;
  80. height:120rpx;
  81. background-color: #fff;
  82. position: fixed;
  83. z-index: 10;
  84. bottom:0;
  85. }
  86. .btn3{
  87. width:270rpx;
  88. height:80rpx;
  89. color:#0071EF;
  90. font-size:32rpx;
  91. text-align: center;
  92. line-height: 80rpx;
  93. margin: 0 15rpx;
  94. }
  95. .btn4{
  96. color:#1e1e1e;
  97. }