图书馆小程序
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.

35 lines
736 B

2 weeks ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .lending-container.data-v-3a657402 {
  5. background-color: #f5f5f5;
  6. min-height: 100vh;
  7. }
  8. .lending-container .tab-sticky.data-v-3a657402 {
  9. position: -webkit-sticky;
  10. position: sticky;
  11. top: 0;
  12. z-index: 99;
  13. background: #fff;
  14. }
  15. .lending-container .swiper.data-v-3a657402 {
  16. width: 100%;
  17. min-height: 300px;
  18. }
  19. .lending-container .swiper-item.data-v-3a657402 {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .lending-container .list-wrapper.data-v-3a657402 {
  24. padding: 10px;
  25. box-sizing: border-box;
  26. }
  27. .lending-container .empty.data-v-3a657402 {
  28. text-align: center;
  29. padding: 100px 0;
  30. color: #999;
  31. font-size: 14px;
  32. }
  33. .data-v-3a657402 .uni-load-more {
  34. height: auto !important;
  35. }