| 123456789101112131415161718 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- color: #1e1e1e;
- background-color: #fff;
- }
- .program_start_footer{
- position: fixed;
- bottom:0;
- width:100%;
- height:590rpx;
- }
- .text1{
- font-size:26rpx;
- margin-top: 130rpx;
- }
|