project_lycenter.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html, body {
  6. width: 100%;
  7. height: 100%;
  8. overflow: hidden;
  9. }
  10. body {
  11. display: flex;
  12. flex-direction: column;
  13. background: #121e39;
  14. font-family: "Microsoft YaHei";
  15. }
  16. .nav {
  17. display: flex;
  18. justify-content: center;
  19. padding-top: 10px;
  20. }
  21. .nav-title {
  22. position: absolute;
  23. text-align: center;
  24. color: white;
  25. font-size: 36px;
  26. font-weight: bold;
  27. }
  28. .nav img {
  29. width: 1920px;
  30. overflow: hidden;
  31. }
  32. .main {
  33. height: 55%;
  34. }
  35. .main-content {
  36. display: flex;
  37. height: 84%;
  38. margin-top: 5px;
  39. }
  40. .main-content-left, .main-content-right {
  41. display: flex;
  42. flex: 1;
  43. flex-direction: column;
  44. }
  45. .main-content-center {
  46. border: solid 1px #0a2c40;
  47. margin: 7px;
  48. padding: 5px;
  49. flex: 2;
  50. background-repeat: no-repeat;
  51. background-size: 100%;
  52. }
  53. .personnel-ratio {
  54. width: 100%;
  55. height: 86%;
  56. }
  57. .personnel-ratio-type {
  58. width: 50%;
  59. height: 50%;
  60. float: left;
  61. }
  62. .personnel-ratio-container {
  63. height: 100%;
  64. }
  65. .main-content-center-img {
  66. width: 100%;
  67. height: 95%;
  68. }
  69. .main-content-center-img img {
  70. width: 100%;
  71. height: 100%;
  72. object-fit: cover;
  73. }
  74. .location-icon {
  75. position: absolute;
  76. top: 20%;
  77. left: 40%;
  78. background-color: red;
  79. z-index: 100000;
  80. }
  81. .location-icon img{
  82. }
  83. .main-bottom {
  84. height: 45%;
  85. display: flex;
  86. flex-direction: row;
  87. margin-top: -8px;
  88. }
  89. .main-bottom .main-bottom-left {
  90. flex: 1;
  91. display: flex;
  92. flex-direction: column;
  93. }
  94. .main-bottom .main-bottom-right {
  95. flex: 3;
  96. display: flex;
  97. flex-direction: row;
  98. }
  99. .from-data, .visual-data {
  100. width: 50%;
  101. flex: 1;
  102. display: flex;
  103. flex-direction: column;
  104. }
  105. .chart-title-img {
  106. background: #0a3849;
  107. height: 30px;
  108. display: flex;
  109. justify-content: space-between;
  110. align-items: center;
  111. }
  112. .content {
  113. width: 270px;
  114. border-radius: 0 15px 0 0;
  115. background: #082438;
  116. margin-left: 8px;
  117. }
  118. .chart-title-img.content.position-left, .chart-title-img.content.position-right {
  119. position: absolute;
  120. top: 60px;
  121. height: 25px;
  122. }
  123. .chart-title-img.content.position-left {
  124. left: 10px;
  125. }
  126. .chart-title-img.content.position-right {
  127. margin-left: 10px;
  128. }
  129. .icon-title {
  130. color: #ffffff;
  131. flex: 2;
  132. display: inline-block;
  133. font-size: 20px;
  134. line-height: 30px;
  135. padding-left: 9px;
  136. }
  137. .icon-title.first {
  138. padding-left: 60px;
  139. text-align: center;
  140. font-size: 24px;
  141. }
  142. .icon-img {
  143. float: right;
  144. padding-right: 15px;
  145. }
  146. .data-statistics {
  147. flex: 1;
  148. border: 1px solid #0a2c40;
  149. padding: 5px;
  150. margin: 8px;
  151. overflow: hidden;
  152. }
  153. /*表格*/
  154. .table {
  155. color: #ffffff;
  156. width: 100%;
  157. }
  158. th,td {
  159. text-align: center;
  160. font-size: 14px;
  161. height: 31px;
  162. line-height: 32px;
  163. }
  164. .table thead tr{
  165. background: rgba(8,36,56,0.58);
  166. }
  167. .table tbody tr:nth-child(odd){
  168. border-collapse:separate;
  169. border-spacing:0px 10px;
  170. background: rgba(25,177,201,0.2);
  171. }
  172. .table tbody tr:nth-child(even){
  173. background: rgba(8,36,56,0.58);
  174. }
  175. .table-project-name,.icon-title.addr-title {
  176. max-width: 90px;
  177. overflow: hidden;
  178. text-overflow: ellipsis;
  179. white-space: nowrap;
  180. }
  181. .visual-data {
  182. background-image: url("/public/data/img/xg_img.png");
  183. background-repeat: no-repeat;
  184. background-position: right top;
  185. background-size: 50% 50%;
  186. }
  187. .chart-title-img.data-display {
  188. margin: 10px 8px -10px;
  189. }
  190. .card-back-color {
  191. background: rgba(23,49,96,0.9);
  192. }
  193. .patrol-report {
  194. position: relative;
  195. background:rgba(10,56,73,0.68);
  196. height: 40px;
  197. z-index: 1;
  198. width: 100%;
  199. overflow: hidden;
  200. bottom: 44px;
  201. }
  202. .patrol-record-report {
  203. width: 10%;
  204. height: 20%;
  205. right: 15px;
  206. bottom: 265px;
  207. position: absolute;
  208. }
  209. .patrol-report-content {
  210. width: 100%;
  211. height: 85%;
  212. text-align: center;
  213. }
  214. .patrol-report-img {
  215. width: 100%;
  216. height: 100%;
  217. object-fit: cover;
  218. }
  219. .patrol-report .patrol-report-title {
  220. display: block;
  221. text-align: center;
  222. height: 40px;
  223. line-height: 40px;
  224. color: #ffffff;
  225. overflow: hidden;
  226. text-overflow: ellipsis;
  227. white-space: nowrap;
  228. }