抖音c端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

41 rinda
696 B

  1. .tab-bar {
  2. position: fixed;
  3. bottom: 0;
  4. left: 0;
  5. right: 0;
  6. height: 70rpx;
  7. padding: 10rpx;
  8. background: white;
  9. display: flex;
  10. padding-bottom: env(safe-area-inset-bottom);
  11. overflow: hidden;
  12. }
  13. .tab-bar-border {
  14. background-color: rgba(0, 0, 0, 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. justify-content: center;
  27. align-items: center;
  28. flex-direction: column;
  29. }
  30. .tab-bar-item image {
  31. width: 46rpx;
  32. height: 46rpx;
  33. }
  34. .tab-bar-item view {
  35. font-size: 20rpx;
  36. }