index.wxss 461 B

1234567891011121314151617181920212223242526272829303132
  1. .container {
  2. background-color: #fff;
  3. }
  4. .program_start_footer{
  5. position: fixed;
  6. bottom:0;
  7. width:100%;
  8. height:590rpx;
  9. }
  10. .text1{
  11. font-size:26rpx;
  12. position: fixed;
  13. top:130rpx;
  14. text-align: center;
  15. }
  16. .btn{
  17. width:600rpx;
  18. height:90rpx;
  19. text-align: center;
  20. line-height: 90rpx;
  21. border-radius: 14rpx;
  22. border:1rpx solid #9B9B9B;
  23. background-color: #fff;
  24. color:#787878;
  25. font-size:36rpx;
  26. position: fixed;
  27. top:426rpx;
  28. z-index: 10;
  29. }