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.

chunk.11.1716448374693.css 831B

3 mesi fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .tab-bar {
  2. background-color: #fff;
  3. box-shadow: 1px 1px 0.05333rem 0px #1f1f1f;
  4. position: relative;
  5. z-index: 99;
  6. }
  7. .tab-bar .md-tab-bar {
  8. padding: 0;
  9. background-color: #fff;
  10. }
  11. .tab-bar .md-tab-bar .md-tab-bar-inner {
  12. padding: 0 1px;
  13. box-sizing: border-box;
  14. }
  15. .tab-bar .md-tab-bar.is_ios {
  16. padding-bottom: 0.4rem;
  17. }
  18. .tab-bar .md-tab-bar .custom-item {
  19. display: flex;
  20. flex-direction: column;
  21. align-items: center;
  22. justify-content: center;
  23. height: 100%;
  24. flex: 1;
  25. }
  26. .tab-bar .md-tab-bar .text {
  27. font-size: 0.26667rem;
  28. }
  29. .tab-bar .md-tab-bar .svg-icon {
  30. font-size: 0.64rem;
  31. }
  32. .layout[data-v-038e7047] {
  33. flex: 1;
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: space-between;
  37. overflow-y: auto;
  38. }
  39. .layout .content[data-v-038e7047] {
  40. flex: 1;
  41. overflow: hidden;
  42. overflow-y: auto;
  43. }