index.less 227 B

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