style.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. body {
  2. background-color: #13214e;
  3. width: 100%;
  4. height: 100%;
  5. margin: 0;
  6. }
  7. .flex {
  8. display: flex;
  9. }
  10. .mui-segmented-control {
  11. font-size: 15px;
  12. font-weight: 400;
  13. position: relative;
  14. display: table;
  15. overflow: hidden;
  16. width: 100%;
  17. table-layout: fixed;
  18. border-radius: 24px;
  19. border-left: 1px solid #5f95ee;
  20. background-color: transparent;
  21. -webkit-touch-callout: none
  22. }
  23. .mui-segmented-control .mui-control-item {
  24. line-height: 38px;
  25. display: table-cell;
  26. overflow: hidden;
  27. width: 1%;
  28. -webkit-transition: background-color .1s linear;
  29. transition: background-color .1s linear;
  30. text-align: center;
  31. white-space: nowrap;
  32. text-overflow: ellipsis;
  33. color: #007aff;
  34. border-color: #007aff;
  35. border-left: 1px solid #5f95ee;
  36. }
  37. .mui-segmented-control .mui-control-item:first-child {
  38. border-left-width: 0
  39. }
  40. .mui-segmented-control .mui-control-item.mui-active {
  41. background-color: #5f95ee;
  42. color: white;
  43. }
  44. #segmentedControl {
  45. width: 85%;
  46. font-size: 20px;
  47. font-weight: bold;
  48. margin: 0 auto;
  49. border: 1px solid #213069;
  50. background-color: #213069;
  51. cursor: pointer;
  52. }
  53. .xmt{
  54. padding-right: 30px;
  55. }
  56. .tq{
  57. padding-left: 20px;
  58. }
  59. .f1 {
  60. flex: 1;
  61. padding: 20px;
  62. }
  63. .f {
  64. flex: 1;
  65. padding: 20px;
  66. }
  67. .box {
  68. background-image: url(../img/u11.svg);
  69. background-size: 100% 100%;
  70. padding: 12px;
  71. height: 326px;
  72. overflow: hidden;
  73. position: relative;
  74. margin-top: 30px;
  75. }
  76. iframe {
  77. border: 0px !important;
  78. border-radius: 5px;
  79. position: absolute;
  80. width: 93%;
  81. height: 250px;
  82. }
  83. /*************************头部*************************/
  84. .play {
  85. text-align: left;
  86. font-size: 30px;
  87. color: white;
  88. padding: 10px;
  89. }
  90. .cns {
  91. margin-top: 20px;
  92. }
  93. .lg {
  94. float: left;
  95. }
  96. .top {
  97. top: 0px;
  98. height: 50px;
  99. padding: 20px;
  100. text-align: center;
  101. font-size: 27px;
  102. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  103. }
  104. .logo {
  105. font-size: 32px;
  106. position: relative;
  107. color: white;
  108. width: 100%;
  109. }
  110. .u4 {
  111. position: absolute;
  112. left: 0px;
  113. width: 100%;
  114. margin-top: -9px;
  115. }
  116. .u5 {
  117. position: absolute;
  118. left: 50%;
  119. top: 50%;
  120. width: 77%;
  121. margin-top: 9.4%;
  122. margin-left: -38.7%;
  123. }
  124. .uti {
  125. position: absolute;
  126. top: 50%;
  127. left: 50%;
  128. margin-top: 5px;
  129. margin-left: -151px;
  130. font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  131. font-weight: 700;
  132. font-style: normal;
  133. color: white;
  134. }
  135. .tti {
  136. cursor: pointer;
  137. margin-top: 20px;
  138. background-color: rgba(255, 255, 255, 0);
  139. font-weight: 700;
  140. font-style: normal;
  141. color: #6D88ED;
  142. }
  143. .tti.active {
  144. color: rgb(0, 204, 255);
  145. }
  146. /*************************头部end*************************/
  147. .content {
  148. margin-top: -35px;
  149. }
  150. .wordcloud {
  151. width: 300px;
  152. height: 300px;
  153. }
  154. .icon {
  155. padding: 10px;
  156. font-size: 28px;
  157. height: 40px;
  158. color: #699BE3;
  159. font-weight: 700;
  160. overflow: hidden;
  161. font-style: normal;
  162. margin-bottom: 15px;
  163. }
  164. .tb {
  165. float: left;
  166. }
  167. .btw {
  168. float: left;
  169. margin-left: 15px;
  170. margin-top: 4px;
  171. }
  172. /*************************视频监控*************************/
  173. .video {
  174. width: 100%;
  175. overflow: hidden;
  176. }
  177. .video .v {
  178. width: 47%;
  179. float: left;
  180. overflow: hidden;
  181. position: relative;
  182. height: 200px;
  183. margin: 8px 10px 8px 10px;
  184. border: 4px solid rgb(65 104 177);
  185. border-radius: 5px;
  186. color: white;
  187. font-size: 20px;
  188. }
  189. .pad {
  190. text-align: center;
  191. }
  192. /*************************视频监控end*************************/
  193. /*************************停车场数据*************************/
  194. .tag {
  195. width: 50px;
  196. height: 70px;
  197. padding: 10px;
  198. color: white;
  199. font-size: 37px;
  200. border: 4px solid rgba(140, 48, 85, 1);
  201. border-color: rgba(140, 48, 85, 1);
  202. margin-right: 15px;
  203. font-weight: bold;
  204. background-color: rgba(14, 23, 72, 1);
  205. }
  206. .tags {
  207. color: white;
  208. font-size: 27px;
  209. }
  210. .car {
  211. margin-top: 30px;
  212. border-radius: 5px;
  213. }
  214. .car img {
  215. margin-right: 15px;
  216. }
  217. .num {
  218. padding: 17px;
  219. background-color: #32374f;
  220. margin: 15px;
  221. border: 5px solid #d2ab11;
  222. color: white;
  223. font-size: 23px;
  224. font-weight: bold;
  225. border-radius: 5px;
  226. }
  227. .ss {
  228. border: 5px solid #ac3c5c;
  229. }
  230. /*************************停车场数据end*************************/
  231. .clear {
  232. clear: both;
  233. }
  234. /*************************天气*************************/
  235. .tqw {
  236. position: absolute;
  237. }
  238. .t {
  239. flex: 1;
  240. padding: 5px;
  241. }
  242. .tq1 {
  243. color: white;
  244. position: absolute;
  245. margin-left: 45px;
  246. font-size: 18px;
  247. }
  248. .tq2 {
  249. font-size: 27px;
  250. color: #52B5F9;
  251. position: absolute;
  252. width: 50%;
  253. margin-left: 95px;
  254. text-align: left;
  255. margin-top: -6px;
  256. font-weight: bold;
  257. }
  258. .tty {
  259. margin-left: 135px;
  260. }
  261. .tqt {
  262. margin-top: 25px;
  263. position: relative;
  264. padding: 15px;
  265. }
  266. .rq {
  267. color: white;
  268. font-size: 18px;
  269. }
  270. .sj {
  271. color: white;
  272. font-size: 18px;
  273. }
  274. .popup{
  275. position: fixed;
  276. width: 100%;
  277. height: 100%;
  278. top:-100%;
  279. overflow-y: scroll;
  280. background-color: #000000c7;
  281. transition: 0.3s;
  282. }
  283. .popup.active{
  284. top:0px;
  285. transition: 0.3s;
  286. }
  287. .popup .pn{
  288. background-color: white;
  289. border-radius: 5px;
  290. padding: 15px;
  291. }
  292. .pti{
  293. padding: 10px;
  294. font-size: 25px;
  295. font-weight: bold;
  296. }
  297. .item{
  298. border-bottom: 1px solid #e6e6e6;
  299. display: block;
  300. padding: 10px;
  301. }
  302. /*************************天气end*************************/