Commit ca0df557 by 姜雷

Merge branch 'develop' into 'test'

修改样式 See merge request !2
parents 69d9c5c4 cddce139
.BindEquipment {
flex: 1;
background: #ebebeb url('../../images/Login/login_bg@2x.png') no-repeat;
background-size: contain;
background-position-y: -624px;
background-color: #fff;
......
import React from 'react';
import ReactDOM from 'react-dom';
import './styles/index.css';
import App from './containers/App';
import * as serviceWorker from './serviceWorker';
import { BrowserRouter } from 'react-router-dom';
import packageConfig from '../package.json';
import './styles/index.css';
ReactDOM.render(
<BrowserRouter basename={packageConfig.homepage}>
......
......@@ -5,6 +5,7 @@ html {
margin: 0;
padding: 0;
font-family: sans-serif;
font-size: 28px;
}
figure,
p {
......@@ -147,3 +148,6 @@ img {
flex: 1;
line-height: 80px;
}
.am-button {
font-size: 28px;
}
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