myInfo.wxss 643 B

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