report.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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. border-radius: 50%;
  86. background-color: #F8F8F8;
  87. border:3rpx solid #d2d2d2;
  88. }
  89. .universalpic_checked_white_22x17{
  90. width:22rpx;
  91. height:17rpx;
  92. }
  93. .universalpic_bookmark_blue_40x40{
  94. width:40rpx;
  95. height:40rpx;
  96. }
  97. .text4{
  98. font-size:28rpx;
  99. font-weight: 400;
  100. max-width: 570rpx;
  101. margin: 0 0 0 20rpx;
  102. }
  103. .panelItem .textLine {
  104. text-decoration: underline;
  105. }
  106. .panelFooter{
  107. width:100%;
  108. background-color: #fff;
  109. position: fixed;
  110. z-index: 10;
  111. bottom:0;
  112. border-top: 1rpx solid #d2d2d2;
  113. }
  114. .panelFooter0{
  115. width:100%;
  116. height:120rpx;
  117. background-color: #fff;
  118. }
  119. .iphone10plus{
  120. width:100%;
  121. height:30rpx;
  122. background-color: #fff;
  123. }
  124. .btn3{
  125. width:223rpx;
  126. height:80rpx;
  127. color:#0071EF;
  128. font-size:32rpx;
  129. text-align: center;
  130. line-height: 80rpx;
  131. margin: 0 10rpx;
  132. padding: 0;
  133. }
  134. .btn4{
  135. color:#1e1e1e;
  136. font-weight: 400;
  137. }
  138. .buildContainer{
  139. position: fixed;
  140. width:100%;
  141. top:0;
  142. z-index: 10;
  143. background-color: #fff;
  144. justify-content: flex-start;
  145. color:#1e1e1e;
  146. }
  147. .examine_clipboard_200x200{
  148. width:200rpx;
  149. height:200rpx;
  150. margin-top: 150rpx;
  151. }
  152. .buildText1{
  153. font-size: 54rpx;
  154. margin-top: 170rpx;
  155. font-weight: 500;
  156. }
  157. .buildBtn{
  158. width:600rpx;
  159. border:1rpx solid #9B9B9B;
  160. text-align: center;
  161. line-height: 90rpx;
  162. font-size:36rpx;
  163. margin-top: 40rpx;
  164. font-weight: 500;
  165. border-radius: 14rpx;
  166. }