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.

48 regels
732 B

  1. /* Pages/travel/follow/index/index.wxss */
  2. .tab-bar{
  3. width:100%;
  4. position: fixed;
  5. bottom:20px;
  6. left:30px;
  7. display: flex;
  8. padding-bottom: env(safe-area-inset-bottom);
  9. }
  10. .tab-bar-item{
  11. width: 15%;
  12. padding: 0;
  13. margin: 0px;
  14. padding-left: 1.5vw;
  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: 25px;
  34. height: 27px;
  35. }
  36. .hg{
  37. padding: 0;
  38. margin: 0;
  39. position: absolute;
  40. width: 50px;
  41. height: 130px;
  42. left: 65%;
  43. bottom: env(safe-area-inset-bottom);
  44. }