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

50 lines
1.2 KiB

2 weeks ago
1 week ago
2 weeks ago
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .tab-container.data-v-4d630804 {
  5. font-size: 14px;
  6. height: 45px;
  7. line-height: 45px;
  8. }
  9. .tab-container .tab-box.data-v-4d630804 {
  10. width: 100%;
  11. height: 45px;
  12. display: flex;
  13. position: relative;
  14. }
  15. .tab-container .tab-box .scroll-view.data-v-4d630804 {
  16. white-space: nowrap;
  17. width: 100%;
  18. height: 100%;
  19. box-sizing: border-box;
  20. }
  21. .tab-container .tab-box .scroll-view .scroll-content.data-v-4d630804 {
  22. width: 100%;
  23. height: 100%;
  24. position: relative;
  25. }
  26. .tab-container .tab-box .scroll-view .scroll-content .tab-item-box.data-v-4d630804 {
  27. display: flex;
  28. justify-content: space-around;
  29. height: 100%;
  30. }
  31. .tab-container .tab-box .scroll-view .scroll-content .tab-item-box .tab-item.data-v-4d630804 {
  32. height: 100%;
  33. display: inline-block;
  34. text-align: center;
  35. padding: 0 20px;
  36. position: relative;
  37. color: #333;
  38. }
  39. .tab-container .tab-box .scroll-view .scroll-content .tab-item-box .tab-item-active.data-v-4d630804 {
  40. color: #01a4fe;
  41. }
  42. .tab-container .tab-box .scroll-view .scroll-content .underLine.data-v-4d630804 {
  43. height: 2px;
  44. width: 25px;
  45. background-color: #01a4fe;
  46. border-radius: 3px;
  47. transition: 0.3s;
  48. position: absolute;
  49. bottom: 0;
  50. }