index.less 470 B

123456789101112131415161718192021222324
  1. .load-defined{
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. align-items: center;
  6. position: relative;
  7. width: 220rpx;
  8. height: 150rpx;
  9. background: #e6e6e6;
  10. .load-img{
  11. width: 220rpx;
  12. height: 150rpx;
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. }
  17. text{
  18. font-size: 24rpx;
  19. color: white;
  20. z-index: 1;
  21. padding: 4rpx;
  22. text-align: center;
  23. }
  24. }