index.module.scss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. .A6QInfo {
  2. position: absolute;
  3. z-index: 10;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. background-color: #fff;
  9. border-radius: 10px;
  10. :global {
  11. .A6QInfoBoxCC {
  12. width: 100%;
  13. height: 100%;
  14. overflow-y: auto;
  15. .A6QtopBack {
  16. position: absolute;
  17. top: 50%;
  18. right: 40px;
  19. transform: translateY(-50%);
  20. z-index: 11;
  21. width: 90px;
  22. .ant-btn {
  23. width: 100%;
  24. margin-bottom: 20px;
  25. }
  26. }
  27. .A6QInfoBox {
  28. padding: 20px;
  29. width: calc(100% - 120px);
  30. .A6Qtop {
  31. font-weight: 700;
  32. font-size: 20px;
  33. }
  34. .A6Qmain {
  35. font-size: 16px;
  36. .A6QM1 {
  37. margin-top: 4px;
  38. margin-bottom: 4px;
  39. &>span {
  40. font-weight: 700;
  41. }
  42. }
  43. .A6QM2 {
  44. padding-bottom: 15px;
  45. .image-wrap {
  46. text-align: center;
  47. display: block;
  48. margin: 8px auto;
  49. img {
  50. max-width: 500px;
  51. max-height: 300px;
  52. }
  53. }
  54. p {
  55. min-height: 15px;
  56. }
  57. }
  58. .A6QCbox {
  59. padding-top: 15px;
  60. border-top: 1px solid #ccc;
  61. .A6QC1 {
  62. display: flex;
  63. font-size: 16px;
  64. font-weight: 700;
  65. &>div {
  66. cursor: pointer;
  67. margin-right: 15px;
  68. }
  69. .A6QC1Ac {
  70. color: var(--themeColor);
  71. border-bottom: 2px solid var(--themeColor);
  72. }
  73. }
  74. .A6QC2 {
  75. margin-top: 20px;
  76. .ant-table-cell {
  77. padding: 10px;
  78. }
  79. .A6QC2Txt {
  80. &>span {
  81. font-weight: 700;
  82. }
  83. }
  84. .A6QC2Tab {
  85. margin: 10px 0;
  86. display: flex;
  87. .ant-btn {
  88. margin-right: 15px;
  89. }
  90. .ant-btn-primary {
  91. pointer-events: none;
  92. }
  93. .A6QC2TabDis {
  94. display: none;
  95. }
  96. }
  97. .A6QC2Centen {
  98. margin-top: 10px;
  99. .sonTableNone {
  100. padding: 6px 0;
  101. font-weight: 700;
  102. text-align: center;
  103. background: #fafafa;
  104. }
  105. }
  106. }
  107. .A6QC2None {
  108. width: 100%;
  109. height: 200px;
  110. line-height: 200px;
  111. text-align: center;
  112. font-weight: 700;
  113. font-size: 18px;
  114. }
  115. }
  116. }
  117. }
  118. }
  119. }
  120. }
  121. // 结果统计 查看自定义结果的弹窗
  122. .Tab1Look {
  123. :global {
  124. .ant-modal-close {
  125. display: none;
  126. }
  127. .ant-modal {
  128. top: 30px;
  129. width: 1000px !important;
  130. }
  131. .ant-modal-content {
  132. padding: 20px 0 10px !important;
  133. .ant-modal-header {
  134. padding: 0 20px;
  135. }
  136. }
  137. .T1Main {
  138. border-top: 1px solid #ccc;
  139. height: 700px;
  140. overflow-y: auto;
  141. font-size: 16px;
  142. .T1Cen {
  143. padding: 10px 20px 0px;
  144. .T1title {
  145. font-weight: 700;
  146. font-size: 18px;
  147. margin-bottom: 8px;
  148. }
  149. .T1time {
  150. &>span {
  151. font-weight: 700;
  152. }
  153. }
  154. .T1text {
  155. margin-top: 8px;
  156. padding-bottom: 15px;
  157. .image-wrap {
  158. text-align: center;
  159. display: block;
  160. margin: 8px auto;
  161. img {
  162. max-width: 500px;
  163. max-height: 300px;
  164. }
  165. }
  166. p {
  167. min-height: 15px;
  168. }
  169. }
  170. .T1list {
  171. margin-bottom: 15px;
  172. .T1list1 {
  173. font-weight: 700;
  174. margin-bottom: 5px;
  175. }
  176. .T1list2 {
  177. span {
  178. font-weight: 700;
  179. }
  180. .T1list3 {
  181. padding-left: 30px;
  182. margin-top: 8px;
  183. }
  184. .T1list4 {
  185. padding: 4px 0;
  186. margin-bottom: 8px;
  187. border-radius: 16px;
  188. display: flex;
  189. .T1list5 {
  190. width: 60px;
  191. text-align: right;
  192. .T1listSort {
  193. margin-right: 10px;
  194. display: inline-block;
  195. width: 22px;
  196. height: 22px;
  197. background-color: var(--themeColor);
  198. color: #fff;
  199. text-align: center;
  200. line-height: 22px;
  201. border-radius: 50%;
  202. }
  203. }
  204. .T1list6 {
  205. width: calc(100% - 60px);
  206. }
  207. }
  208. .T1list4Ac {
  209. color: #52c41a;
  210. // background-color: #52c41a;
  211. }
  212. }
  213. }
  214. }
  215. }
  216. .T1btn {
  217. margin-top: 15px;
  218. text-align: center;
  219. }
  220. }
  221. }