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

156 lines
3.5 KiB

2 weeks ago
1 week ago
2 weeks ago
1 week ago
2 weeks ago
1 week ago
2 weeks ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .top-bar .search-icon.data-v-92bb8f34 {
  5. position: absolute;
  6. right: 16px;
  7. top: 15px;
  8. z-index: 22;
  9. }
  10. .top-bar .search-icon.data-v-92bb8f34 .uni-icons {
  11. color: #fff !important;
  12. }
  13. .status-cards.data-v-92bb8f34 {
  14. display: flex;
  15. background-color: #ffffff;
  16. margin: 10px;
  17. border-radius: 8px;
  18. padding: 20px 10px;
  19. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  20. }
  21. .status-cards .status-card.data-v-92bb8f34 {
  22. flex: 1;
  23. display: flex;
  24. flex-direction: column;
  25. align-items: center;
  26. }
  27. .status-cards .status-icon.data-v-92bb8f34 {
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. width: 40px;
  32. height: 40px;
  33. margin-bottom: 6px;
  34. border-radius: 50%;
  35. }
  36. .status-cards .icon-color1.data-v-92bb8f34 {
  37. background-color: #e4f2ff;
  38. }
  39. .status-cards .icon-color2.data-v-92bb8f34 {
  40. background-color: #ffeff0;
  41. }
  42. .status-cards .icon-color3.data-v-92bb8f34 {
  43. background-color: #e4fff4;
  44. }
  45. .status-cards .icon-color4.data-v-92bb8f34 {
  46. background-color: #fef8e2;
  47. }
  48. .status-cards .status-label.data-v-92bb8f34 {
  49. font-size: 12px;
  50. color: #3a3a3a;
  51. }
  52. swiper.banner-swiper.data-v-92bb8f34 {
  53. width: 100%;
  54. height: 130px;
  55. }
  56. swiper.banner-swiper image.data-v-92bb8f34 {
  57. width: 100%;
  58. height: 130px;
  59. }
  60. swiper.menu-swiper.data-v-92bb8f34 {
  61. width: 100%;
  62. margin-top: 10px;
  63. background-color: #ffffff;
  64. }
  65. .menu-grid.data-v-92bb8f34 {
  66. display: grid;
  67. grid-template-columns: repeat(4, 1fr);
  68. }
  69. .menu-grid .menu-item.data-v-92bb8f34 {
  70. display: flex;
  71. flex-direction: column;
  72. align-items: center;
  73. padding: 10px 0;
  74. }
  75. .menu-grid .menu-item .menu-icon.data-v-92bb8f34 {
  76. display: flex;
  77. flex-direction: column;
  78. justify-content: center;
  79. height: 30px;
  80. }
  81. .menu-grid .menu-item .menu-icon.data-v-92bb8f34 .uni-icons {
  82. color: #01a4fe !important;
  83. }
  84. .menu-grid .menu-item .menu-label.data-v-92bb8f34 {
  85. font-size: 12px;
  86. color: #3a3a3a;
  87. text-align: center;
  88. }
  89. .library-card-section.data-v-92bb8f34 {
  90. display: flex;
  91. flex-direction: column;
  92. justify-content: space-between;
  93. align-items: center;
  94. width: 100%;
  95. padding: 20px 0;
  96. }
  97. .library-card-section .section-title.data-v-92bb8f34 {
  98. font-size: 22px;
  99. font-weight: bold;
  100. background: linear-gradient(140deg, #01a4ff, #2ec8fe);
  101. -webkit-background-clip: text;
  102. color: transparent;
  103. letter-spacing: 0.1em;
  104. margin-bottom: 5px;
  105. }
  106. .library-card-section .card-icon.data-v-92bb8f34 {
  107. width: 80px;
  108. height: 80px;
  109. }
  110. .library-card-section .card-tip.data-v-92bb8f34 {
  111. font-size: 12px;
  112. color: #909399;
  113. margin: 5px 0;
  114. }
  115. .library-card-section .bind-btn.data-v-92bb8f34 {
  116. display: flex;
  117. flex-direction: row;
  118. align-items: center;
  119. justify-content: center;
  120. border: 1px solid #06a8ff;
  121. width: 128px !important;
  122. height: 28px;
  123. border-radius: 28px;
  124. background: linear-gradient(140deg, #01a4ff, #2ec8fe);
  125. font-size: 14px;
  126. color: #ffffff;
  127. line-height: 28px;
  128. }
  129. .recommendation-section.data-v-92bb8f34 {
  130. background-color: #fff;
  131. margin: 10px;
  132. border-radius: 8px;
  133. padding: 0 0 10px 0;
  134. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  135. }
  136. .recommendation-section .section-title.data-v-92bb8f34 {
  137. display: flex;
  138. flex-direction: row;
  139. justify-content: space-between;
  140. align-items: center;
  141. height: 40px;
  142. padding: 0 10px;
  143. }
  144. .recommendation-section .section-title .left-txt.data-v-92bb8f34 {
  145. color: #343434;
  146. font-size: 15px;
  147. font-weight: 700;
  148. }
  149. .recommendation-section .section-title .more-link.data-v-92bb8f34 {
  150. display: flex;
  151. flex-direction: row;
  152. justify-content: flex-start;
  153. align-items: center;
  154. color: #6a6a6a;
  155. font-size: 11px;
  156. }