index.wxss 871 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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:460rpx;
  32. text-align: center;
  33. color:#1e1e1e;
  34. z-index: 10;
  35. font-weight: 400;
  36. }
  37. .text3{
  38. color:#FE6659;
  39. }
  40. .img{
  41. width:400rpx;
  42. height:150rpx;
  43. }
  44. .btn{
  45. width:500rpx;
  46. height:120rpx;
  47. text-align: center;
  48. line-height: 120rpx;
  49. border-radius: 14rpx;
  50. border:2rpx solid #E3E3E3;
  51. background-color: #fff;
  52. color:#1E1E1E;
  53. font-size:48rpx;
  54. position: fixed;
  55. top:570rpx;
  56. z-index: 10;
  57. }