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

72 lines
1.5 KiB

2 weeks ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .my-search-container.data-v-4cedc0c6 {
  5. display: flex;
  6. flex-direction: column;
  7. padding: 15px 20px;
  8. background: #fff;
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. right: 0;
  13. z-index: 99;
  14. height: 124px;
  15. }
  16. .my-search-container .my-search-wrapper.data-v-4cedc0c6 {
  17. display: flex;
  18. align-items: center;
  19. width: 100%;
  20. padding: 5px 0;
  21. background-color: #f7f7f7;
  22. border-radius: 36px;
  23. overflow: hidden;
  24. }
  25. .my-search-container .picker-select.data-v-4cedc0c6 {
  26. width: 60px;
  27. border-right: 1px solid #c9c9c9;
  28. }
  29. .my-search-container .picker-display.data-v-4cedc0c6 {
  30. display: flex;
  31. align-items: center;
  32. justify-content: center;
  33. padding: 6px 0;
  34. font-size: 14px;
  35. color: #333;
  36. }
  37. .my-search-container .my-search-bar.data-v-4cedc0c6 {
  38. flex: 1;
  39. }
  40. .my-search-container .my-search-bar.data-v-4cedc0c6 .uni-searchbar {
  41. padding: 0 !important;
  42. background: transparent !important;
  43. }
  44. .my-search-container .search-btn-container.data-v-4cedc0c6 {
  45. width: 100%;
  46. margin-top: 10px;
  47. }
  48. .my-search-container .search-btn-container .search-btn.data-v-4cedc0c6 {
  49. background-color: #01a4fe;
  50. font-size: 15px;
  51. border-radius: 20px;
  52. }
  53. .filter-container.data-v-4cedc0c6 {
  54. display: flex;
  55. justify-content: flex-end;
  56. padding-top: 10px;
  57. font-size: 13px;
  58. color: #666;
  59. }
  60. .load-more.data-v-4cedc0c6 {
  61. text-align: center;
  62. padding: 10px;
  63. font-size: 13px;
  64. color: #999;
  65. }
  66. .total-reslut.data-v-4cedc0c6 {
  67. flex: 1;
  68. line-height: 20px;
  69. font-size: 13px;
  70. color: #01a4fe;
  71. font-weight: 400;
  72. }