style.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. body {
  2. background-color: #13214e;
  3. width: 100%;
  4. height: 100%;
  5. overflow-x: hidden;
  6. }
  7. .flex {
  8. display: flex;
  9. }
  10. .f {
  11. flex: 1;
  12. }
  13. .row {
  14. width: 100%;
  15. }
  16. .s33 {
  17. width: 27.3333%;
  18. float: left;
  19. background-image: url(../img/u11.svg);
  20. background-size: 100% 100%;
  21. height: 336px;
  22. margin: 25px 10px 0px 25px;
  23. padding: 20px;
  24. overflow: hidden;
  25. position: relative;
  26. }
  27. .s45 {
  28. width: 43.5%;
  29. float: left;
  30. background-image: url(../img/u11.svg);
  31. background-size: 100% 100%;
  32. height: 385px;
  33. margin: 25px 10px 0px 25px;
  34. padding: 20px;
  35. overflow: hidden;
  36. position: relative;
  37. }
  38. iframe {
  39. border: 0px !important;
  40. border-radius: 5px;
  41. position: absolute;
  42. width: 93%;
  43. height: 250px;
  44. }
  45. /*************************头部*************************/
  46. .top {
  47. position: fixed;
  48. top: 0px;
  49. width: 100%;
  50. height: 60px;
  51. padding: 20px;
  52. text-align: center;
  53. font-size: 27px;
  54. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  55. }
  56. .logo {
  57. font-size: 32px;
  58. position: relative;
  59. color: white;
  60. width: 100%;
  61. }
  62. .u4 {
  63. position: absolute;
  64. left: 0px;
  65. width: 100%;
  66. margin-top: -8px;
  67. }
  68. .u5 {
  69. position: absolute;
  70. left: 50%;
  71. top: 50%;
  72. width: 77%;
  73. margin-top: 9.6%;
  74. margin-left: -38.7%;
  75. }
  76. .uti {
  77. position: absolute;
  78. top: 50%;
  79. left: 50%;
  80. margin-top: 7px;
  81. margin-left: -151px;
  82. font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  83. font-weight: 700;
  84. font-style: normal;
  85. color: white;
  86. }
  87. .tti {
  88. cursor: pointer;
  89. margin-top: 20px;
  90. background-color: rgba(255, 255, 255, 0);
  91. font-weight: 700;
  92. font-style: normal;
  93. color: #6D88ED;
  94. font-size: ;
  95. }
  96. .tti.active {
  97. color: rgb(0, 204, 255);
  98. }
  99. /*************************头部end*************************/
  100. .content {
  101. width: 100%;
  102. margin-top: 50px;
  103. padding: 50px;
  104. }
  105. .wordcloud {
  106. width: 300px;
  107. height: 300px;
  108. }
  109. .icon {
  110. margin-top: -10px;
  111. padding: 10px;
  112. font-size: 28px;
  113. height: 40px;
  114. color: #699BE3;
  115. font-weight: 700;
  116. overflow: hidden;
  117. font-style: normal;
  118. margin-bottom: 15px;
  119. }
  120. .tb {
  121. float: left;
  122. }
  123. .btw {
  124. float: left;
  125. margin-left: 15px;
  126. margin-top: 4px;
  127. }
  128. /*************************视频监控*************************/
  129. .video {
  130. display: flex;
  131. }
  132. .video .v {
  133. flex: 1;
  134. overflow: hidden;
  135. position: relative;
  136. height: 138px;
  137. margin: 10px;
  138. border: 4px solid rgb(65 104 177);
  139. border-radius: 5px;
  140. color: white;
  141. font-size: 20px;
  142. }
  143. .pad {
  144. text-align: center;
  145. }
  146. /*************************视频监控end*************************/
  147. /*************************停车场数据*************************/
  148. .tag {
  149. width: 50px;
  150. height: 70px;
  151. padding: 10px;
  152. color: white;
  153. font-size: 40px;
  154. border: 4px solid rgba(140, 48, 85, 1);
  155. border-color: rgba(140, 48, 85, 1);
  156. margin-right: 15px;
  157. font-weight: bold;
  158. background-color: rgba(14, 23, 72, 1);
  159. }
  160. .tags {
  161. color: white;
  162. font-size: 30px;
  163. }
  164. .car {
  165. margin-top: 30px;
  166. border-radius: 5px;
  167. }
  168. .car img {
  169. margin-right: 15px;
  170. }
  171. .num {
  172. padding: 20px;
  173. background-color: #32374f;
  174. margin: 15px;
  175. border: 5px solid #d2ab11;
  176. color: white;
  177. font-size: 25px;
  178. font-weight: bold;
  179. border-radius: 5px;
  180. }
  181. .ss {
  182. border: 5px solid #ac3c5c;
  183. }
  184. /*************************停车场数据end*************************/
  185. .clear {
  186. clear: both;
  187. }
  188. /*************************天气*************************/
  189. .tqw {
  190. position: absolute;
  191. }
  192. .tq1 {
  193. color: white;
  194. position: absolute;
  195. margin-left: 35px;
  196. font-size: 18px;
  197. }
  198. .tq2 {
  199. font-size: 27px;
  200. color: #52B5F9;
  201. position: absolute;
  202. width: 50%;
  203. margin-left: 95px;
  204. text-align: left;
  205. margin-top: -6px;
  206. font-weight: bold;
  207. }
  208. .tty {
  209. margin-left: 135px;
  210. }
  211. .tqt {
  212. margin-top: 25px;
  213. position: relative;
  214. padding: 15px;
  215. }
  216. .rq {
  217. color: white;
  218. font-size: 18px;
  219. }
  220. .sj {
  221. color: white;
  222. font-size: 18px;
  223. }
  224. /*************************天气end*************************/