| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- 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: 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 p{
- font-size: 14px;
- color: var(--sub-text-color);
- }
- .s1 .card .f-item{
- display: flex;
- }
- .s2 .card{
- width: 49%;
- height: 190px;
- margin-bottom: 10px;
- }
- .s2 .jiaotong{
- width: 100%;
- }
- .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;
- }
- .s2 .yinhuan .yinhuan-r .yinhuan-2{
- background: #f9032d;
-
- }
- .s2 .yinhuan .yinhuan-r .yinhuan-3{
- background: #1b4b8d;
- }
- #gdp,#outIn,#addVal,#xiaofei,#guding{
- padding: 10px;
- }
|