Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
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
baiguangyao
mr-julyedu
Commits
ca33604a
Commit
ca33604a
authored
Dec 11, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '00' of gitlab.julyedu.com:baiguangyao/mr-julyedu into 00
parents
73be78b3
0858d662
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
2 deletions
+32
-2
src/App.js
+7
-2
src/assets/css/index.scss
+16
-0
src/components/Index/index.scss
+4
-0
src/components/activity/newyear-2019/preheat/index.scss
+5
-0
No files found.
src/App.js
View file @
ca33604a
...
...
@@ -3,7 +3,7 @@ import Routes from './router'
import
cookie
from
'js-cookie'
import
{
connect
}
from
"react-redux"
import
{
setCurrentUser
,
startFetchUser
}
from
"@/store/userAction"
import
{
withRouter
}
from
'react-router-dom'
import
{
withRouter
,
Link
}
from
'react-router-dom'
import
{
compose
}
from
'redux'
import
{
getParam
,
http
,
browser
}
from
"@/utils"
import
{
Toast
}
from
"antd-mobile"
...
...
@@ -262,7 +262,12 @@ class App extends Component {
}
render
()
{
return
<
Routes
/>
return
<>
<
Routes
/>
<
Link
className
=
{
'year19-index'
}
to
=
"/year/yearindex"
>
<
img
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/gift-package.png"
alt
=
""
/>
<
/Link
>
<
/
>
}
}
...
...
src/assets/css/index.scss
View file @
ca33604a
...
...
@@ -511,4 +511,19 @@ input[type="radio"]:checked:before {
.am-modal-alert-content
,
.am-modal-propmt-content
{
color
:
#333
;
font-size
:
15px
;
}
.year19-index
{
display
:
block
;
width
:
58px
;
height
:
70px
;
position
:
fixed
;
top
:
50%
;
right
:
0
;
margin-top
:
-35px
;
z-index
:
9
;
img
{
width
:
100%
;
height
:
100%
;
}
}
\ No newline at end of file
src/components/Index/index.scss
View file @
ca33604a
...
...
@@ -740,6 +740,10 @@
// //}
}
.index-box
+
.nav-bar
+
.year19-index
{
display
:
none
;
}
.borderTop
{
width
:
100%
;
height
:
8px
;
...
...
src/components/activity/newyear-2019/preheat/index.scss
View file @
ca33604a
...
...
@@ -57,4 +57,8 @@
margin-bottom
:
5px
;
}
}
}
.year-index
+
.year19-index
{
display
:
none
;
}
\ 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