index.wxss 282 B

1234567891011121314151617181920
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #fff;
  6. }
  7. .program_start_footer{
  8. position: fixed;
  9. bottom:0;
  10. width:100%;
  11. height:590rpx;
  12. }
  13. .text1{
  14. font-size:26rpx;
  15. position: fixed;
  16. top:130rpx;
  17. text-align: center;
  18. }