Commit 56fd621c by xuzhenghua

pull

parent 62d5e62d
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
.banner__con { .banner__con {
width: 100%; width: 100%;
height: 170px; 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%; background-size: 100% 100%;
} }
.content__con { .content__con {
width: 100%; width: 100%;
height: 454px; 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%; background-size: 100% 100%;
position: relative; position: relative;
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
.img__con { .img__con {
width: 88px; width: 88px;
height: 16px; height: 16px;
background: url('./images/value.png') center center no-repeat; background: url('images/value.png') center center no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
margin-left: 4px; margin-left: 4px;
} }
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
font-weight:400; font-weight:400;
color:rgba(255,255,255,1); color:rgba(255,255,255,1);
width: 240px; 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%; background-size: 100% 50%;
text-align: center; text-align: center;
text-align-last: center; text-align-last: center;
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
.share__row { .share__row {
width: 60px; width: 60px;
height: 44px; 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%; background-size: 100% 100%;
position: absolute; position: absolute;
right: 15px; right: 15px;
......
...@@ -33,8 +33,8 @@ const ShareCourse = loadable(() => import(/* webpackChunkName: 'ShareCourse'*/'@ ...@@ -33,8 +33,8 @@ const ShareCourse = loadable(() => import(/* webpackChunkName: 'ShareCourse'*/'@
const Country = loadable(() => import(/* webpackChunkName: 'Country' */'@/components/country/index')) const Country = loadable(() => import(/* webpackChunkName: 'Country' */'@/components/country/index'))
const ExpandCallback = loadable(() => import('@/components/expand/callback')) const ExpandCallback = loadable(() => import('@/components/expand/callback'))
const ExpandShare = loadable(() => import('@/components/expand/share')) const ExpandShare = loadable(() => import('@/components/expand/share'))
const Activity = loadable(() => import(/* webpackChunkName: 'Activity' */'@/components/activity/index')) const Activity = loadable(() => import(/* webpackChunkName: 'Activity' */'@/components/activity/1111/index'))
const Invite = loadable(() => import(/* webpackChunkName: 'Invite' */'@/components/activity/invite')) const Invite = loadable(() => import(/* webpackChunkName: 'Invite' */'@/components/activity/1111/invite'))
export default [ export default [
{ {
path: '/', path: '/',
...@@ -187,7 +187,7 @@ export default [ ...@@ -187,7 +187,7 @@ export default [
}, },
{ {
path: '/prize-winner-list', 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'))
}, },
//定金订单页面 //定金订单页面
{ {
......
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