| 12345678910111213141516171819202122232425262728293031323334 |
- .metric_container{
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .space_width{
- display: flex;
- width: 320px;
- height: 100px;
- flex-shrink: 0;
- }
- .change_time_bg{
- height: 140px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .time_bg{
- height: 60px;
- border-radius: 30px;
- padding-left: 30px;
- padding-right: 30px;
- }
- .time{
- height: 60px;
- color: #fff;
- opacity: 0.4;
- line-height: 60px;
- }
|