index.wxss 179 B

12345678910111213
  1. page {
  2. background: #f6f6f6;
  3. font-family: Source Han Sans CN;
  4. }
  5. .tab_title {
  6. flex: none;
  7. width: 280rpx ;
  8. }
  9. .tab_page {
  10. width: 100%;
  11. height: 100%;
  12. overflow: hidden;
  13. }