| 12345678910111213141516171819 |
- .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;
- }
|