index.wxss 391 B

123456789101112131415161718192021222324252627
  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. margin-top: 142rpx;
  13. color: #fff;
  14. font-size: 48rpx;
  15. text-shadow: 0 7rpx 0 #112331;
  16. }
  17. .panel {
  18. margin-top: 20rpx;
  19. color: #fff;
  20. font-size: 24rpx;
  21. width:281rpx;
  22. justify-content: space-around;
  23. }