123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- body {
- background-color: #13214e;
- width: 100%;
- height: 100%;
- overflow-x: hidden;
- }
- .flex {
- display: flex;
- }
- .f {
- flex: 1;
- }
- .row {
- width: 100%;
- }
- .s33 {
- width: 27.3333%;
- float: left;
- background-image: url(../img/u11.svg);
- background-size: 100% 100%;
- height: 336px;
- margin: 25px 10px 0px 25px;
- padding: 20px;
- overflow: hidden;
- position: relative;
- }
- .s45 {
- width: 43.5%;
- float: left;
- background-image: url(../img/u11.svg);
- background-size: 100% 100%;
- height: 385px;
- margin: 25px 10px 0px 25px;
- padding: 20px;
- overflow: hidden;
- position: relative;
- }
- iframe {
- border: 0px !important;
- border-radius: 5px;
- position: absolute;
- width: 93%;
- height: 250px;
- }
- /*************************头部*************************/
- .top {
- position: fixed;
- top: 0px;
- width: 100%;
- height: 60px;
- padding: 20px;
- text-align: center;
- font-size: 27px;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
- }
- .logo {
- font-size: 32px;
- position: relative;
- color: white;
- width: 100%;
- }
- .u4 {
- position: absolute;
- left: 0px;
- width: 100%;
- margin-top: -8px;
- }
- .u5 {
- position: absolute;
- left: 50%;
- top: 50%;
- width: 77%;
- margin-top: 9.6%;
- margin-left: -38.7%;
- }
- .uti {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: 7px;
- margin-left: -151px;
- font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
- font-weight: 700;
- font-style: normal;
- color: white;
- }
- .tti {
- cursor: pointer;
- margin-top: 20px;
- background-color: rgba(255, 255, 255, 0);
- font-weight: 700;
- font-style: normal;
- color: #6D88ED;
- font-size: ;
- }
- .tti.active {
- color: rgb(0, 204, 255);
- }
- /*************************头部end*************************/
- .content {
- width: 100%;
- margin-top: 50px;
- padding: 50px;
- }
- .wordcloud {
- width: 300px;
- height: 300px;
- }
- .icon {
- margin-top: -10px;
- padding: 10px;
- font-size: 28px;
- height: 40px;
- color: #699BE3;
- font-weight: 700;
- overflow: hidden;
- font-style: normal;
- margin-bottom: 15px;
- }
- .tb {
- float: left;
- }
- .btw {
- float: left;
- margin-left: 15px;
- margin-top: 4px;
- }
- /*************************视频监控*************************/
- .video {
- display: flex;
- }
- .video .v {
- flex: 1;
- overflow: hidden;
- position: relative;
- height: 138px;
- margin: 10px;
- border: 4px solid rgb(65 104 177);
- border-radius: 5px;
- color: white;
- font-size: 20px;
- }
- .pad {
- text-align: center;
- }
- /*************************视频监控end*************************/
- /*************************停车场数据*************************/
- .tag {
- width: 50px;
- height: 70px;
- padding: 10px;
- color: white;
- font-size: 40px;
- border: 4px solid rgba(140, 48, 85, 1);
- border-color: rgba(140, 48, 85, 1);
- margin-right: 15px;
- font-weight: bold;
- background-color: rgba(14, 23, 72, 1);
- }
- .tags {
- color: white;
- font-size: 30px;
- }
- .car {
- margin-top: 30px;
- border-radius: 5px;
- }
- .car img {
- margin-right: 15px;
- }
- .num {
- padding: 20px;
- background-color: #32374f;
- margin: 15px;
- border: 5px solid #d2ab11;
- color: white;
- font-size: 25px;
- font-weight: bold;
- border-radius: 5px;
- }
- .ss {
- border: 5px solid #ac3c5c;
- }
- /*************************停车场数据end*************************/
- .clear {
- clear: both;
- }
- /*************************天气*************************/
- .tqw {
- position: absolute;
- }
- .tq1 {
- color: white;
- position: absolute;
- margin-left: 35px;
- font-size: 18px;
- }
- .tq2 {
- font-size: 27px;
- color: #52B5F9;
- position: absolute;
- width: 50%;
- margin-left: 95px;
- text-align: left;
- margin-top: -6px;
- font-weight: bold;
- }
- .tty {
- margin-left: 135px;
- }
- .tqt {
- margin-top: 25px;
- position: relative;
- padding: 15px;
- }
- .rq {
- color: white;
- font-size: 18px;
- }
- .sj {
- color: white;
- font-size: 18px;
- }
- /*************************天气end*************************/
|