report.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .panelTop{
  2. width:100%;
  3. align-items: flex-start;
  4. }
  5. .text0{
  6. margin-top: 50rpx;
  7. margin-left: 30rpx;
  8. font-size:32rpx;
  9. font-weight: 400;
  10. }
  11. .text1{
  12. margin-top: 10rpx;
  13. margin-left: 30rpx;
  14. font-size:32rpx;
  15. font-weight: 500;
  16. }
  17. .text2{
  18. margin-bottom: 30rpx;
  19. margin-left: 30rpx;
  20. font-size:24rpx;
  21. font-weight: 400;
  22. }
  23. .panelItem{
  24. width:100%;
  25. justify-content: flex-start;
  26. align-items: flex-start;
  27. background-color: #fff;
  28. flex-wrap: wrap;
  29. margin-bottom: 50rpx;
  30. padding-bottom: 40rpx;
  31. border-bottom: 1rpx solid #d2d2d2;
  32. }
  33. .panelItem1{
  34. width:100%;
  35. justify-content: space-between;
  36. }
  37. .text3{
  38. margin-top: 40rpx;
  39. margin-left: 30rpx;
  40. font-size:28rpx;
  41. font-weight: 400;
  42. }
  43. .universalpic_indicator_right_gray{
  44. width:16rpx;
  45. height:26rpx;
  46. transform:rotate(-90deg);
  47. margin-top: 40rpx;
  48. margin-right: 30rpx;
  49. }
  50. .universalpic_indicator_right_gray2{
  51. width:16rpx;
  52. height:26rpx;
  53. transform:rotate(90deg);
  54. margin-top: 40rpx;
  55. margin-right: 30rpx;
  56. }
  57. .btn{
  58. min-width: 88rpx;
  59. border:1rpx solid #9B9B9B;
  60. border-radius: 10rpx;
  61. margin: 30rpx 0 0 30rpx;
  62. padding: 30rpx;
  63. color:#1e1e1e;
  64. }
  65. .btnSelect{
  66. min-width: 88rpx;
  67. border-radius: 10rpx;
  68. margin: 30rpx 0 0 30rpx;
  69. padding: 30rpx;
  70. border:1rpx solid #0071EF;
  71. background-color: #0071EF;
  72. color:#fff;
  73. }
  74. .btnSelect2{
  75. min-width: 88rpx;
  76. border:1rpx solid #9B9B9B;
  77. border-radius: 10rpx;
  78. margin: 30rpx 0 0 30rpx;
  79. padding: 30rpx;
  80. color:#1e1e1e;
  81. }
  82. .circle{
  83. width:34rpx;
  84. height:34rpx;
  85. margin: 0 3rpx;
  86. border-radius: 50%;
  87. background-color: #F8F8F8;
  88. border:3rpx solid #d2d2d2;
  89. }
  90. .universalpic_checked_white_22x17{
  91. width:22rpx;
  92. height:17rpx;
  93. margin: 0 9rpx;
  94. }
  95. .universalpic_bookmark_blue_40x40{
  96. width:40rpx;
  97. height:40rpx;
  98. }
  99. .text4{
  100. font-size:28rpx;
  101. font-weight: 400;
  102. max-width: 570rpx;
  103. margin: 0 0 0 20rpx;
  104. }
  105. .panelItem .textLine {
  106. text-decoration: underline;
  107. }
  108. .panelFooter{
  109. width:100%;
  110. background-color: #fff;
  111. position: fixed;
  112. z-index: 10;
  113. bottom:0;
  114. border-top: 1rpx solid #d2d2d2;
  115. }
  116. .panelFooter0{
  117. width:100%;
  118. height:120rpx;
  119. background-color: #fff;
  120. }
  121. .iphone10plus{
  122. width:100%;
  123. height:30rpx;
  124. background-color: #fff;
  125. }
  126. .btn3{
  127. width:223rpx;
  128. height:80rpx;
  129. color:#0071EF;
  130. font-size:32rpx;
  131. text-align: center;
  132. line-height: 80rpx;
  133. margin: 0 10rpx;
  134. padding: 0;
  135. }
  136. .btn4{
  137. color:#1e1e1e;
  138. font-weight: 400;
  139. }
  140. .buildContainer{
  141. position: fixed;
  142. width:100%;
  143. top:0;
  144. z-index: 10;
  145. background-color: #fff;
  146. justify-content: flex-start;
  147. color:#1e1e1e;
  148. }
  149. .examine_clipboard_200x200{
  150. width:200rpx;
  151. height:200rpx;
  152. margin-top: 150rpx;
  153. }
  154. .buildText1{
  155. font-size: 54rpx;
  156. margin-top: 170rpx;
  157. font-weight: 500;
  158. }
  159. .buildBtn{
  160. width:600rpx;
  161. border:1rpx solid #9B9B9B;
  162. text-align: center;
  163. line-height: 90rpx;
  164. font-size:36rpx;
  165. margin-top: 40rpx;
  166. font-weight: 500;
  167. border-radius: 14rpx;
  168. }
  169. .text5{
  170. color:#0071EF;
  171. font-size: 28rpx;
  172. margin: 30rpx 0 0 30rpx;
  173. }