拓恒河湖长制全民护河平台WEB端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

42 lines
653B

  1. .tab-bar {
  2. position: fixed;
  3. bottom: 0px;
  4. left: 0px;
  5. right: 0px;
  6. width: 100%;
  7. height: 120rpx;
  8. background: white;
  9. display: flex;
  10. flex-direction: row;
  11. padding-bottom: env(safe-area-inset-bottom);
  12. }
  13. .tab-bar-border {
  14. background-color: rgba(85, 83, 83, 0.33);
  15. position: absolute;
  16. left: 0;
  17. top: 0;
  18. width: 100%;
  19. height: 1px;
  20. transform: scaleY(0.5);
  21. }
  22. .tab-bar-item {
  23. flex: 1;
  24. text-align: center;
  25. display: flex;
  26. align-items: center;
  27. flex-direction: column;
  28. justify-content: center;
  29. }
  30. .tab-bar-item-image {
  31. width: 56rpx;
  32. height: 56rpx;
  33. margin-top: 10rpx;
  34. }
  35. .tab-bar-item cover-view {
  36. font-size: 20rpx;
  37. }