Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-app-hairDryer
Project
Overview
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
姜雷
wx-app-hairDryer
Commits
cddce139
Commit
cddce139
authored
Feb 22, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
4aa3a029
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
style.scss
src/containers/BindEquipment/style.scss
+0
-1
index.js
src/index.js
+1
-1
index.css
src/styles/index.css
+4
-0
No files found.
src/containers/BindEquipment/style.scss
View file @
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
;
...
...
src/index.js
View file @
cddce139
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
}
>
...
...
src/styles/index.css
View file @
cddce139
...
...
@@ -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
;
}
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