| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- body{
- color: var(--text-color);
- /* background: #000; */
- }
- .s1{
- margin: 0px auto;
- }
- .s1,.s2{
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .s1 .card{
- width: 49%;
- /* background: #1d4988; */
- height: 220px;
- margin-bottom: 10px;
- padding: 10px;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- padding: 10px;
- box-sizing: border-box;
- }
- .s1 .card .f-item{
- display: flex;
- justify-content: space-between;
- }
- .s1 .card .f-item span{
- font-size: 14px;
- color: var(--sub-text-color);
- }
- .s2 .card{
- width: 49%;
- /* background: #212832; */
- height: 210px;
- margin-bottom: 10px;
- }
- .s2 .jiaotong{
- width: 100%;
- padding: 10px;
- box-sizing: border-box;
- }
- .s2 .s-title{
- display: flex;
- align-items: center;
- }
- .s2 .jiaotong .jiaotong-table{
- height: 85%;
- margin-top: 2%;
- overflow: hidden;
- }
- .s2 .jiaotong .jiaotong-table .t-main{
- overflow-y: scroll;
- height: 85%;
- margin-top: 15px;
- }
- .s2 .jiaotong .jiaotong-table span{
- display: inline-block;
- text-align: center;
- flex: 1;
- }
- .s2 .jiaotong .jiaotong-table .t-header{
- color: var(--sub-text-color);
- font-size: 14px;
- display: flex;
- justify-content: space-between;
- }
- .s2 .jiaotong .jiaotong-table .t-body{
- display: flex;
- justify-content: space-between;
- font-size: 14px;
- margin-bottom: 15px;
- }
- .s1 .card .f-item{
- display: flex;
- }
- .s1 .card .f-item>p{
- width: 50%;
- }
- .s2 .manhole{
- width: 90%;
- height: 90%;
- margin: 5% 5%;
- }
- .s2 .jiankong{
- width: 100%;
- height: 100%;
- text-align: center;
- position: relative;
- }
- .s2 .jiankong::after{
- content: "";
- display: inline-block;
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .s2 #testPlayer{
- width: 25vw;
- height: 25vw;
- border-radius: 50%;
- overflow: hidden;
- margin: 20px auto;
- border: 2px solid #00d1f2;
- box-shadow: 0 1px 20px #00d1f2;
- }
- .s2 .icon{
- width: 20px;
- height: 20px;
- margin-right: 6px;
- }
- .s2 .card{
- padding: 10px;
- }
- .s2 .manhole img{
- width: 100%;
- max-height: 90%;
- }
- #gdp,#outIn,#addVal,#xiaofei,#guding{
- /* background: linear-gradient(to right, #0091fe, #00d0f4); */
- padding: 10px;
- }
- #xiaofei{
- width: 100%;
- height: 90%;
- }
|