report.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. /*一般公用样式*/
  2. /*让页面平滑滚动*/
  3. body {
  4. scroll-behavior: smooth;
  5. }
  6. #condition ul {
  7. list-style: none;
  8. margin: 0;
  9. padding: 0;
  10. }
  11. #condition li {
  12. text-align: center;
  13. color: #4b5162;
  14. padding: 1vh 0;
  15. }
  16. p {
  17. margin: 0;
  18. padding: 0;
  19. }
  20. /*筛选条件远离边界*/
  21. #condition {
  22. width: 96%;
  23. margin: 0 auto;
  24. }
  25. /*题头的字体颜色*/
  26. .heading {
  27. color: #4b5162;
  28. }
  29. /*表格公用样式*/
  30. table {
  31. /*设置相邻单元格的边框间的距离*/
  32. border-spacing: 0;
  33. /*表格设置合并边框模型*/
  34. border-collapse: collapse;
  35. /*margin: 0 auto;*/
  36. display: table;
  37. width: 100%;
  38. border: 1px solid #d9e1ec;
  39. box-sizing: border-box;
  40. table-layout: fixed;
  41. }
  42. tr, td {
  43. border: 1px solid #d9e1ec;
  44. text-align: center;
  45. }
  46. td {
  47. padding: 1vh 0;
  48. overflow: hidden;
  49. text-overflow: ellipsis;
  50. word-break: break-all;
  51. box-sizing: border-box;
  52. }
  53. ::-webkit-scrollbar {
  54. width: 0;
  55. }
  56. #content {
  57. display: block;
  58. overflow: scroll;
  59. table-layout: fixed;
  60. -webkit-overflow-scrolling: touch;
  61. }
  62. #content table, #content tr:first-child, #content tr:first-child td {
  63. border-top: 0;
  64. }
  65. /*优化表格样式*/
  66. #table td {
  67. color: #3d4f5e;
  68. background: linear-gradient(#f8fcff, #def2ff);
  69. border-color: #d9e1ec;
  70. }
  71. #content td {
  72. color: #4b5162;
  73. border-color: #d9e1ec;
  74. }
  75. #content tr:nth-child(odd) {
  76. background: #fff;
  77. }
  78. #content tr:nth-child(even) {
  79. background: #f7fbff;
  80. }
  81. .content-draw-line {
  82. text-align: center;
  83. font-size: 2rem;
  84. padding: 1rem;
  85. color: #4b5162;
  86. background: #fff;
  87. }
  88. .none {
  89. display: none;
  90. }
  91. .visibility-hidden {
  92. visibility: hidden;
  93. }
  94. /*跳转界面*/
  95. input[type=button], input[type=submit], input[type=file], button {
  96. cursor: pointer;
  97. -webkit-appearance: none;
  98. }
  99. .flex-between {
  100. display: flex;
  101. display: -webkit-flex;
  102. justify-content: space-between;
  103. -webkit-justify-content: space-between;
  104. }
  105. /*点击切换标题显示*/
  106. /*选择菜单*/
  107. .title-menu {
  108. width: 100%;
  109. }
  110. .title-content {
  111. width: 70%;
  112. margin: 5% auto;
  113. display: flex;
  114. justify-content: space-between;
  115. flex-wrap: wrap;
  116. }
  117. .btn {
  118. width: 22%;
  119. font-size: 1rem;
  120. background: #f1f1f1;
  121. color: #939393;
  122. border-radius: 1rem;
  123. margin-bottom: 1rem;
  124. outline: none;
  125. border: 0;
  126. }
  127. .save-box {
  128. width: 60%;
  129. margin: 0 auto;
  130. display: flex;
  131. display: -webkit-flex;
  132. justify-content: space-between;
  133. -webkit-justify-content: space-between;
  134. }
  135. .save-box .btn {
  136. width: 30%;
  137. background: #157dfe;
  138. color: #fff;
  139. font-size: 0.8rem;
  140. padding: 0.6rem 0;
  141. }
  142. .save-box .cancel {
  143. background: #f1f1f1;
  144. color: #939393;
  145. }
  146. .title-content .checked {
  147. background: #157dfe;
  148. color: #fff;
  149. }
  150. .btn-font {
  151. font-size: 0.8rem;
  152. padding: 0.6rem;
  153. }
  154. .btn-font-6 {
  155. font-size: 0.8rem;
  156. padding: 0.6rem 0;
  157. }
  158. .btn-font-7 {
  159. font-size: 0.7rem;
  160. padding: 0.7rem 0;
  161. }
  162. .btn-font-8 {
  163. font-size: 0.6rem;
  164. padding: 0.8rem 0;
  165. }
  166. .btn-font-9 {
  167. font-size: 0.6rem;
  168. padding: 0.8rem 0;
  169. }
  170. .btn-font-10 {
  171. font-size: 0.5rem;
  172. padding: 0.9rem 0;
  173. }
  174. /*选择序号进行跳转*/
  175. .table-serial-btn {
  176. width: 45px;;
  177. height: 45px;
  178. border-radius: 45px;
  179. font-size: 1rem;
  180. background: #8DB5F5;
  181. color: #fff;
  182. opacity: 0.7;
  183. outline: none;
  184. border: 0;
  185. }
  186. .serial-menu {
  187. width: 100%;
  188. }
  189. .serial-content {
  190. width: 90%;
  191. margin: 5px auto;
  192. display: flex;
  193. justify-content: space-between;
  194. flex-wrap: wrap;
  195. }
  196. .serial-btn {
  197. width: 80px;;
  198. height: 40px;
  199. font-size: 1rem;
  200. background: #157dfe;
  201. color: #fff;
  202. border-radius: 1rem;
  203. margin-bottom: 1rem;
  204. outline: none;
  205. border: 0;
  206. }
  207. .serial-box {
  208. width: 60%;
  209. margin-left: 20%;
  210. display: flex;
  211. display: -webkit-flex;
  212. justify-content: space-between;
  213. -webkit-justify-content: space-between;
  214. position: fixed;
  215. bottom: 0;
  216. }
  217. .serial-box .cancel {
  218. width: 30%;
  219. background: #f1f1f1;
  220. color: #939393;
  221. font-size: 0.8rem;
  222. padding: 0.6rem 0;
  223. }
  224. .serial-box .determine {
  225. width: 30%;
  226. background: #157dfe;
  227. color: #fff;
  228. font-size: 0.8rem;
  229. padding: 0.6rem 0;
  230. }