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
779 B

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