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%; height: 150px; 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%; height: 170px; margin-bottom: 10px; } .s1 .card .f-item{ display: flex; } .s1 .card .f-item>p{ width: 50%; } #gdp,#outIn,#addVal,#xiaofei,#guding,#gongshang{ /* background: #0091fe; */ padding: 10px; }