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%; }