Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
addInsured-AIA-POC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liujianghai
addInsured-AIA-POC
Commits
8f2573f8
Commit
8f2573f8
authored
Mar 01, 2020
by
marsandheart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加基础样式,用rem
parent
e2141d67
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
App.js
src/App.js
+3
-0
basic.css
src/assets/css/basic.css
+12
-0
No files found.
src/App.js
View file @
8f2573f8
import
React
from
'react'
;
import
React
from
'react'
;
import
{
Provider
}
from
'react-redux'
;
import
{
Provider
}
from
'react-redux'
;
import
'./assets/css/basic.css'
import
store
from
'./store/index'
;
import
store
from
'./store/index'
;
import
Router
from
'./Router'
;
import
Router
from
'./Router'
;
...
...
src/assets/css/basic.css
0 → 100644
View file @
8f2573f8
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment