拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
748B

  1. /* components/List/index.wxss */
  2. .list {
  3. box-sizing: border-box;
  4. width: 100%;
  5. height: 100%;
  6. /* display: flex;
  7. flex-wrap: wrap; */
  8. /* justify-content: space-between; */
  9. /* align-content: flex-start; */
  10. }
  11. .min-height {
  12. height: 400rpx;
  13. }
  14. ::-webkit-scrollbar {
  15. display: none;
  16. width: 0;
  17. height: 0;
  18. color: transparent;
  19. }
  20. .empty {
  21. width: 100%;
  22. display: flex;
  23. flex-direction: column;
  24. align-items: center;
  25. justify-content: center;
  26. transform: translateY(100rpx);
  27. }
  28. .empty .image {
  29. height: 201rpx;
  30. width: 306rpx;
  31. }
  32. .empty-text {
  33. font-size: 32rpx;
  34. font-family: "PingFangSC-Regular", "PingFang SC";
  35. font-weight: normal;
  36. color: #B6CADC;
  37. margin-top: 26rpx;
  38. }