拓恒河湖长制全民护河平台WEB端
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.

43 lines
667B

  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. z-index: 1;
  13. }
  14. .tab-bar-border {
  15. background-color: rgba(85, 83, 83, 0.33);
  16. position: absolute;
  17. left: 0;
  18. top: 0;
  19. width: 100%;
  20. height: 1px;
  21. transform: scaleY(0.5);
  22. }
  23. .tab-bar-item {
  24. flex: 1;
  25. text-align: center;
  26. display: flex;
  27. align-items: center;
  28. flex-direction: column;
  29. justify-content: center;
  30. }
  31. .tab-bar-item-image {
  32. width: 56rpx;
  33. height: 56rpx;
  34. margin-top: 10rpx;
  35. }
  36. .tab-bar-item view {
  37. font-size: 20rpx;
  38. }