app.wxss 587 B

1234567891011121314151617181920212223242526
  1. /**app.wxss**/
  2. /* @import "./fonts/SourceHanSansCN-Medium.wxss"; */
  3. @import '/miniprogram_npm/vant-weapp/common/index.wxss';
  4. .container {
  5. width: 100%;
  6. margin-top: 20rpx;
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: space-between;
  10. box-sizing: border-box;
  11. position: relative;
  12. /* font-family: "宋体" */
  13. }
  14. .switch_tab_container {
  15. width: 100%;
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: space-between;
  19. box-sizing: border-box;
  20. position: relative;
  21. /* font-family: "宋体" */
  22. }
  23. /* page{
  24. font-family: "SourceHanSansCN-Medium"
  25. } */