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

115 lines
2.5 KiB

2 weeks ago
1 week ago
2 weeks ago
1 week ago
2 weeks ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .top-user-bar.data-v-80842834 {
  5. position: relative;
  6. width: 100%;
  7. height: 150px;
  8. display: flex;
  9. align-items: center;
  10. color: #ffffff;
  11. }
  12. .top-user-bar .top-bar-bg.data-v-80842834 {
  13. position: absolute;
  14. left: 0;
  15. top: 0;
  16. display: block;
  17. width: 100%;
  18. height: 100%;
  19. z-index: 1;
  20. }
  21. .top-user-bar .user-info.data-v-80842834 {
  22. position: absolute;
  23. left: 0;
  24. top: 0;
  25. z-index: 99;
  26. display: flex;
  27. justify-content: flex-start;
  28. }
  29. .top-user-bar .user-info .avatar.data-v-80842834 {
  30. width: 62px;
  31. height: 62px;
  32. border-radius: 31px;
  33. margin-top: 19px;
  34. margin-left: 28px;
  35. }
  36. .top-user-bar .user-info .user-info-text.data-v-80842834 {
  37. display: flex;
  38. flex-direction: column;
  39. align-items: flex-start;
  40. justify-content: flex-start;
  41. margin: 26px 16px 0 16px;
  42. }
  43. .top-user-bar .user-info .user-info-text .user-name.data-v-80842834 {
  44. font-size: 20px;
  45. font-weight: 500;
  46. color: #fff;
  47. line-height: 28px;
  48. }
  49. .top-user-bar .user-info .user-info-text .user-card.data-v-80842834 {
  50. margin-top: 5px;
  51. font-size: 12px;
  52. font-weight: 400;
  53. color: #fff;
  54. line-height: 17px;
  55. }
  56. .top-user-bar .user-menu.data-v-80842834 {
  57. position: absolute;
  58. bottom: -60px;
  59. left: 0;
  60. background-color: #fff;
  61. z-index: 99;
  62. display: flex;
  63. justify-content: flex-start;
  64. width: calc(100% - 40px);
  65. margin: 0 20px;
  66. border-radius: 6px;
  67. box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  68. }
  69. .top-user-bar .user-menu .menu-item.data-v-80842834 {
  70. display: flex;
  71. flex-direction: column;
  72. align-items: center;
  73. justify-content: center;
  74. padding: 0 30px;
  75. height: 100px;
  76. }
  77. .top-user-bar .user-menu .menu-item .menu-icon.data-v-80842834 {
  78. width: 32px;
  79. height: 32px;
  80. margin-bottom: 10px;
  81. }
  82. .top-user-bar .user-menu .menu-item .menu-txt.data-v-80842834 {
  83. color: #636365;
  84. font-size: 13px;
  85. }
  86. .submenu-box.data-v-80842834 {
  87. margin-top: 80px;
  88. background-color: #fff;
  89. display: flex;
  90. flex-direction: column;
  91. align-items: center;
  92. justify-content: center;
  93. }
  94. .submenu-box .submenu-item.data-v-80842834 {
  95. display: flex;
  96. align-items: center;
  97. justify-content: flex-start;
  98. width: calc(100% - 40px);
  99. background-color: #fff;
  100. border-bottom: 1px solid #f4f4f4;
  101. height: 45px;
  102. padding: 0 20px;
  103. }
  104. .submenu-box .submenu-item.data-v-80842834 .uni-icons {
  105. color: #343434 !important;
  106. }
  107. .submenu-box .submenu-item .left-txt.data-v-80842834 {
  108. color: #343434;
  109. font-size: 14px;
  110. width: calc(100% - 50px);
  111. white-space: nowrap;
  112. overflow: hidden;
  113. text-overflow: ellipsis;
  114. margin-left: 10px;
  115. }