follow.wxss 485 B

123456789101112131415161718192021222324252627282930313233
  1. .follow{
  2. position: relative;
  3. height: 100vh;
  4. width: 100%;
  5. }
  6. .out{
  7. position: absolute;
  8. top: 40%;
  9. /* height: 384upx; */
  10. /* line-height: 384upx; */
  11. width: 100%;
  12. text-align: center;
  13. z-index: 9999999999999;
  14. }
  15. .out image{
  16. margin: 0 auto;
  17. height: 384rpx;
  18. width: 384rpx;
  19. background-color: #00BFFF;
  20. }
  21. .text{
  22. width: 50%;
  23. margin: 0 auto;
  24. margin-top: 20rpx;
  25. text-align: center;
  26. font-size: 28rpx;
  27. font-weight: 400;
  28. line-height: 40rpx;
  29. color: #FFFFFF;
  30. opacity: 1;
  31. }