index.less 317 B

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