about.wxss 523 B

1234567891011121314151617181920212223242526272829303132
  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. }
  21. .UCenter-bg .gif-wave{
  22. position: absolute;
  23. width: 100%;
  24. bottom: 0;
  25. left: 0;
  26. z-index: 99;
  27. mix-blend-mode: screen;
  28. height: 100rpx;
  29. }