| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- 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 .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 .yinhuan{
- display: flex;
- align-items: center;
- height: 85%;
- padding:0 5%;
- margin-top: 3%;
- box-sizing: border-box;
- }
- .s2 .yinhuan .yinhuan-l{
- background: #ff9a36;
- height: 100%;
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .s2 .yinhuan .yinhuan-r{
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- height: 100%;
- }
- .s2 .yinhuan .yinhuan-r .yinhuan-1,.s2 .yinhuan .yinhuan-r .yinhuan-2,.s2 .yinhuan .yinhuan-r .yinhuan-3{
- background: #fddd4e;
- width: 100%;
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 12px;
- }
- .yinhuan-1{
- padding: 0 5px;
- }
- .s2 .yinhuan .yinhuan-r .yinhuan-2{
- background: #f9032d;
-
- }
- .s2 .yinhuan .yinhuan-r .yinhuan-3{
- background: #1b4b8d;
- }
- #gdp,#outIn,#addVal,#xiaofei,#guding{
- /* background: linear-gradient(to right, #0091fe, #00d0f4); */
- padding: 10px;
- }
|