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
56fd621c
Commit
56fd621c
authored
Dec 06, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pull
parent
62d5e62d
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
8 additions
and
8 deletions
+8
-8
src/components/activity/1111/images/banner.png
+0
-0
src/components/activity/1111/images/dalibao_bj.png
+0
-0
src/components/activity/1111/images/formal-banner.png
+0
-0
src/components/activity/1111/images/throw_icon.png
+0
-0
src/components/activity/1111/images/value.png
+0
-0
src/components/activity/1111/images/yaoqh_bj.png
+0
-0
src/components/activity/1111/index.js
+0
-0
src/components/activity/1111/index.scss
+5
-5
src/components/activity/1111/invite.js
+0
-0
src/components/activity/1111/prize-winner-list/index.js
+0
-0
src/components/activity/1111/prize-winner-list/index.scss
+0
-0
src/router/router-config.js
+3
-3
No files found.
src/components/activity/images/banner.png
→
src/components/activity/
1111/
images/banner.png
View file @
56fd621c
File moved
src/components/activity/images/dalibao_bj.png
→
src/components/activity/
1111/
images/dalibao_bj.png
View file @
56fd621c
File moved
src/components/activity/images/formal-banner.png
→
src/components/activity/
1111/
images/formal-banner.png
View file @
56fd621c
File moved
src/components/activity/images/throw_icon.png
→
src/components/activity/
1111/
images/throw_icon.png
View file @
56fd621c
File moved
src/components/activity/images/value.png
→
src/components/activity/
1111/
images/value.png
View file @
56fd621c
File moved
src/components/activity/images/yaoqh_bj.png
→
src/components/activity/
1111/
images/yaoqh_bj.png
View file @
56fd621c
File moved
src/components/activity/index.js
→
src/components/activity/
1111/
index.js
View file @
56fd621c
File moved
src/components/activity/index.scss
→
src/components/activity/
1111/
index.scss
View file @
56fd621c
...
...
@@ -6,13 +6,13 @@
.banner__con
{
width
:
100%
;
height
:
170px
;
background
:
url('
./
images/formal-banner.png')
center
center
no-repeat
;
background
:
url('images/formal-banner.png')
center
center
no-repeat
;
background-size
:
100%
100%
;
}
.content__con
{
width
:
100%
;
height
:
454px
;
background
:
url('
./
images/dalibao_bj.png')
center
center
no-repeat
;
background
:
url('images/dalibao_bj.png')
center
center
no-repeat
;
background-size
:
100%
100%
;
position
:
relative
;
...
...
@@ -55,7 +55,7 @@
.img__con
{
width
:
88px
;
height
:
16px
;
background
:
url('
./
images/value.png')
center
center
no-repeat
;
background
:
url('images/value.png')
center
center
no-repeat
;
background-size
:
100%
100%
;
margin-left
:
4px
;
}
...
...
@@ -186,7 +186,7 @@
font-weight
:
400
;
color
:rgba
(
255
,
255
,
255
,
1
)
;
width
:
240px
;
background
:
url('
./
images/yaoqh_bj.png')
center
center
no-repeat
;
background
:
url('images/yaoqh_bj.png')
center
center
no-repeat
;
background-size
:
100%
50%
;
text-align
:
center
;
text-align-last
:
center
;
...
...
@@ -292,7 +292,7 @@
.share__row
{
width
:
60px
;
height
:
44px
;
background
:
url('
./
images/throw_icon.png')
center
center
no-repeat
;
background
:
url('images/throw_icon.png')
center
center
no-repeat
;
background-size
:
100%
100%
;
position
:
absolute
;
right
:
15px
;
...
...
src/components/activity/invite.js
→
src/components/activity/
1111/
invite.js
View file @
56fd621c
File moved
src/components/activity/prize-winner-list/index.js
→
src/components/activity/
1111/
prize-winner-list/index.js
View file @
56fd621c
File moved
src/components/activity/prize-winner-list/index.scss
→
src/components/activity/
1111/
prize-winner-list/index.scss
View file @
56fd621c
File moved
src/router/router-config.js
View file @
56fd621c
...
...
@@ -33,8 +33,8 @@ const ShareCourse = loadable(() => import(/* webpackChunkName: 'ShareCourse'*/'@
const
Country
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Country' */
'@/components/country/index'
))
const
ExpandCallback
=
loadable
(()
=>
import
(
'@/components/expand/callback'
))
const
ExpandShare
=
loadable
(()
=>
import
(
'@/components/expand/share'
))
const
Activity
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Activity' */
'@/components/activity/index'
))
const
Invite
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Invite' */
'@/components/activity/invite'
))
const
Activity
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Activity' */
'@/components/activity/
1111/
index'
))
const
Invite
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Invite' */
'@/components/activity/
1111/
invite'
))
export
default
[
{
path
:
'/'
,
...
...
@@ -187,7 +187,7 @@ export default [
},
{
path
:
'/prize-winner-list'
,
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'prize-winner-list' */
'@/components/activity/prize-winner-list'
))
component
:
loadable
(()
=>
import
(
/* webpackChunkName: 'prize-winner-list' */
'@/components/activity/
1111/
prize-winner-list'
))
},
//定金订单页面
{
...
...
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