diff --git a/src/pages/modules/homepage/one.vue b/src/pages/modules/homepage/one.vue index 465fe37..96c13ab 100644 --- a/src/pages/modules/homepage/one.vue +++ b/src/pages/modules/homepage/one.vue @@ -158,9 +158,6 @@
-
- -
@@ -194,7 +191,7 @@ -
+
@@ -208,7 +205,7 @@
-
+
@@ -216,12 +213,12 @@
-
+
-
+
@@ -894,7 +891,7 @@ export default { .yyj_wrap_2 width 16% height 14% - top 19% + top 22% left 43% transform scale(0.9) .yyj @@ -937,7 +934,7 @@ export default { .cyj_wrap_1 width 11% height 9% - top 35% + top 41% left 48.3% .cyj_1 width 20% @@ -981,7 +978,7 @@ export default { .cyj_wrap_2 width 11% height 9% - top 53% + top 60% left 48.5% .cyj_1 width 20% @@ -1011,7 +1008,7 @@ export default { .cyj_wrap_3 width 11% height 9% - top 71% + top 75% left 48.5% // .cyj_1 // width: 26%; @@ -1019,9 +1016,7 @@ export default { // left: 8%; .cyj_1 width 20% - .cyj_2 - width 20% - top 100% + top 50% .weilan width 70% left auto @@ -1046,11 +1041,8 @@ export default { .cyj_wrap_4 top 89% .yyj_wrap_3 - width 16% - height 14% - top 19% + left auto right 13% - transform scale(0.9) .yyj width 28.22% left -7.5% @@ -1069,15 +1061,12 @@ export default { .cyj_wrap_6 left auto right 17% - top 53% .cyj_wrap_7 left auto right 17% - top 76% .cyj_wrap_8 left auto right 17% - top 89% .kongtuopan_3 width 20% top 120% diff --git a/src/pages/modules/sortpack/one.vue b/src/pages/modules/sortpack/one.vue new file mode 100644 index 0000000..b1f8bd4 --- /dev/null +++ b/src/pages/modules/sortpack/one.vue @@ -0,0 +1,649 @@ + + + diff --git a/src/pages/modules/sortpack/two.vue b/src/pages/modules/sortpack/two.vue new file mode 100644 index 0000000..f1b5226 --- /dev/null +++ b/src/pages/modules/sortpack/two.vue @@ -0,0 +1,264 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index 94d8bf9..ca87a0e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -21,6 +21,8 @@ const HunnianKunliaoOne = r => require.ensure([], () => r(require('@page/modules const HunnianKunliaoTwo = r => require.ensure([], () => r(require('@page/modules/hunniankunliao/two')), 'hunniankunliao') const TakeShapeOne = r => require.ensure([], () => r(require('@page/modules/takeshape/one')), 'takeshape') const TakeShapeTwo = r => require.ensure([], () => r(require('@page/modules/takeshape/two')), 'takeshape') +const SortPackOne = r => require.ensure([], () => r(require('@page/modules/sortpack/one')), 'takeshape') +const SortPackTwo = r => require.ensure([], () => r(require('@page/modules/sortpack/two')), 'takeshape') export default new Router({ linkActiveClass: 'tab-active', @@ -77,6 +79,14 @@ export default new Router({ path: '/takeshapetwo', component: TakeShapeTwo }, + { + path: '/sortpackone', + component: SortPackOne + }, + { + path: '/sortpacktwo', + component: SortPackTwo + }, { path: '/homepage', component: HomePage