index.wxss 233 B

12345678910111213
  1. /* components/diy-tabs/index.wxss */
  2. .tabs_top {
  3. margin-top: 100rpx;
  4. white-space: nowrap;
  5. }
  6. .tabs_top .selected {
  7. display: flex;
  8. }
  9. .tabs_top .selected .tab {
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. }