| 123456789101112131415161718 |
- .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;
- line-height: 60px;
- }
|