report.wxss 2.8 KB

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