about.wxss 541 B

123456789101112131415161718192021222324252627282930313233
  1. .UCenter-bg {
  2. background-size: cover;
  3. height: 550rpx;
  4. display: flex;
  5. justify-content: center;
  6. padding-top: 40rpx;
  7. overflow: hidden;
  8. position: relative;
  9. flex-direction: column;
  10. align-items: center;
  11. color: #fff;
  12. font-weight: 300;
  13. text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  14. }
  15. .UCenter-bg text {
  16. opacity: 0.8;
  17. }
  18. .UCenter-bg image {
  19. width: 200rpx;
  20. height: 200rpx;
  21. }
  22. .UCenter-bg .gif-wave{
  23. position: absolute;
  24. width: 100%;
  25. bottom: 0;
  26. left: 0;
  27. z-index: 99;
  28. mix-blend-mode: screen;
  29. height: 100rpx;
  30. }