index.wxss 481 B

1234567891011121314151617181920212223242526272829303132
  1. .container {
  2. background-color: #213a5b;
  3. justify-content: flex-start;
  4. }
  5. .programstart_footer_illue {
  6. width: 100%;
  7. height: 540rpx;
  8. position: fixed;
  9. bottom: 0;
  10. }
  11. .text1 {
  12. position: fixed;
  13. top: 142rpx;
  14. color: #fff;
  15. font-size: 48rpx;
  16. text-shadow: 0 5rpx 0 #112331;
  17. letter-spacing:5px;
  18. text-align: center;
  19. margin-left: 5rpx;
  20. }
  21. .panel {
  22. position: fixed;
  23. top: 229rpx;
  24. color: #fff;
  25. font-size: 24rpx;
  26. width:281rpx;
  27. justify-content: space-around;
  28. }