index.wxss 843 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .container {
  2. background-color: #F8F8F8;
  3. }
  4. .program_start_footer{
  5. position: fixed;
  6. bottom:0;
  7. width:100%;
  8. height:590rpx;
  9. }
  10. .text0{
  11. background-color: #4D4D4D;
  12. border-radius: 20rpx;
  13. color:#fff;
  14. font-size:20rpx;
  15. position: fixed;
  16. top:140rpx;
  17. text-align: center;
  18. width: 100rpx;
  19. height:40rpx;
  20. line-height: 40rpx;
  21. }
  22. .text1{
  23. position: fixed;
  24. top:210rpx;
  25. width:396rpx;
  26. height:150rpx;
  27. }
  28. .text2{
  29. font-size:28rpx;
  30. position: fixed;
  31. top:500rpx;
  32. text-align: center;
  33. color:#1e1e1e;
  34. z-index: 10;
  35. font-weight: 400;
  36. }
  37. .img{
  38. width:400rpx;
  39. height:150rpx;
  40. }
  41. .btn{
  42. width:500rpx;
  43. height:120rpx;
  44. text-align: center;
  45. line-height: 120rpx;
  46. border-radius: 14rpx;
  47. border:2rpx solid #E3E3E3;
  48. background-color: #fff;
  49. color:#1E1E1E;
  50. font-size:48rpx;
  51. position: fixed;
  52. top:570rpx;
  53. z-index: 10;
  54. }