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

75 lines
1.7 KiB

1 week ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .reader-card.data-v-17ae8da5 {
  5. position: relative;
  6. min-height: 100vh;
  7. background-color: #f5f5f5;
  8. }
  9. .reader-card .card-top-bg.data-v-17ae8da5 {
  10. position: absolute;
  11. left: 0;
  12. top: 0;
  13. width: 100%;
  14. display: block;
  15. }
  16. .reader-card .card-list.data-v-17ae8da5 {
  17. position: absolute;
  18. left: 0;
  19. top: 60px;
  20. width: calc(100% - 24px);
  21. height: calc(100vh - 195px);
  22. overflow-y: auto;
  23. padding: 12px;
  24. z-index: 999;
  25. }
  26. .reader-card .card-list .card-list-item.data-v-17ae8da5 {
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. padding: 10px;
  31. margin-bottom: 12px;
  32. border: 2px solid #C6C6E2;
  33. border-radius: 8px;
  34. background: rgba(241, 241, 249, 0.4);
  35. cursor: pointer;
  36. transition: all 0.2s;
  37. }
  38. .reader-card .card-list .card-list-item.active.data-v-17ae8da5 {
  39. border-color: #01a4fe;
  40. background: rgba(1, 164, 254, 0.1);
  41. }
  42. .reader-card .card-list .card-list-item .card-left-img.data-v-17ae8da5 {
  43. width: 80px;
  44. margin-right: 12px;
  45. display: block;
  46. }
  47. .reader-card .card-list .card-list-item .card-right-info.data-v-17ae8da5 {
  48. display: flex;
  49. flex-direction: column;
  50. justify-content: flex-start;
  51. flex: 1;
  52. }
  53. .reader-card .card-list .card-list-item .card-right-info .info-title.data-v-17ae8da5 {
  54. font-size: 16px;
  55. color: #333333;
  56. font-weight: bold;
  57. padding-bottom: 12px;
  58. }
  59. .reader-card .card-list .card-list-item .card-right-info .info-num.data-v-17ae8da5 {
  60. font-size: 14px;
  61. color: #999999;
  62. }
  63. .reader-card .submit-btn.data-v-17ae8da5 {
  64. position: fixed;
  65. bottom: 40px;
  66. left: 0;
  67. right: 0;
  68. width: calc(100% - 40px);
  69. padding: 5px 0;
  70. color: #fff;
  71. background-color: #01a4fe;
  72. border-radius: 23px;
  73. border: none;
  74. font-size: 16px;
  75. }