index.wxss 416 B

1234567891011121314151617181920212223242526272829
  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 7rpx 0 #112331;
  17. }
  18. .panel {
  19. position: fixed;
  20. top: 229rpx;
  21. color: #fff;
  22. font-size: 24rpx;
  23. width:281rpx;
  24. justify-content: space-around;
  25. }