Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

49 rader
737 B

  1. /* Pages/travel/evaluation/index/index.wxss */
  2. .tab-bar {
  3. width: 100%;
  4. padding: 0;
  5. margin: 0;
  6. padding-left: 6vw;
  7. justify-content: center;
  8. display: flex;
  9. align-items: center;
  10. }
  11. .tab-bar-item {
  12. width: 20%;
  13. padding: 0;
  14. margin: 0;
  15. text-align: center;
  16. display: flex;
  17. justify-content: center;
  18. align-items: center;
  19. flex-direction: column;
  20. height: 30%;
  21. }
  22. .default {
  23. font-weight: 550;
  24. font-size: 12px;
  25. color: #7b8b6f;
  26. }
  27. .active {
  28. font-size: 13px;
  29. font-weight: 900;
  30. color: black;
  31. }
  32. .tab-bar-item cover-image {
  33. width: 30px;
  34. height: 30px;
  35. }
  36. .hg {
  37. padding: 0;
  38. height: 120px;
  39. padding-bottom: 6vh;
  40. justify-content: center;
  41. display: flex;
  42. align-items: center;
  43. flex-direction: column;
  44. }