| 1234567891011121314151617181920 |
- .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;
- position: fixed;
- top:130rpx;
- text-align: center;
- }
|