Commit 8f2573f8 authored by marsandheart's avatar marsandheart

添加基础样式,用rem

parent e2141d67
import React from 'react';
import { Provider } from 'react-redux';
import './assets/css/basic.css'
import store from './store/index';
import Router from './Router';
......
html,body {
width: 100%;
height: 100%;
overflow-x: hidden;
}
@media only screen and (max-width: 1080px), only screen and (max-device-width:1080px) {
html,body {
font-size:100px;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment