index.wxss 592 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .weui-tabs {
  2. width: 100%;
  3. /* height: 2500rpx; */
  4. }
  5. .weui-tabs-bar__wrp {
  6. width: 100%;
  7. background: #fff
  8. }
  9. .weui-tabs-bar__content {
  10. width: 100%;
  11. }
  12. .tab-content{
  13. height: 100rpx;
  14. line-height: 100rpx;
  15. white-space: nowrap;
  16. display: flex;
  17. justify-content: space-around;
  18. border-bottom: 1rpx solid #ECECEC;
  19. }
  20. .weui-tabs-bar__item {
  21. display: inline-block;
  22. /* letter-spacing: 2rpx; */
  23. }
  24. .weui-tabs-bar__title {
  25. display: inline-block;
  26. border-bottom-width: 2px;
  27. border-bottom-style: solid;
  28. border-bottom-color: transparent
  29. }