tablelayout.wxss 334 B

123456789101112131415161718192021
  1. .title{
  2. display:flex;
  3. flex-direction:left;
  4. align-items:center;
  5. }
  6. .title .title_name{
  7. height:55rpx;
  8. display:flex;
  9. flex-direction:row;
  10. text-align:center;
  11. }
  12. .active{
  13. border-bottom: 5rpx solid lightgray;
  14. }
  15. /* .title .indicator{
  16. width:100rpx;
  17. height:5rpx;
  18. background:lightgray;
  19. } */