123456789101112131415161718 |
- @import "./assets/font/iconfont.css";
- @import "./assets/fontFile/font.css";
- html,body {
- width: 100%;
- height: 100%;
- background: #F8F8F8;
- overflow: hidden;
- font-size: 14px;
- font-family: Helvetica Neue, Helvetica,PF, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
- '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
- }
- #app,.van-config{
- width: 100%;
- height: 100%;
- background: #F8F8F8;
- }
|