diff --git a/public/images/1.png b/public/images/1.png new file mode 100644 index 0000000..3ed15e3 Binary files /dev/null and b/public/images/1.png differ diff --git a/public/images/2.png b/public/images/2.png new file mode 100644 index 0000000..bcfb343 Binary files /dev/null and b/public/images/2.png differ diff --git a/public/images/3.png b/public/images/3.png new file mode 100644 index 0000000..2fd8aa9 Binary files /dev/null and b/public/images/3.png differ diff --git a/public/images/4.png b/public/images/4.png new file mode 100644 index 0000000..9b2c3e0 Binary files /dev/null and b/public/images/4.png differ diff --git a/public/images/5.png b/public/images/5.png new file mode 100644 index 0000000..5d638be Binary files /dev/null and b/public/images/5.png differ diff --git a/public/images/6.png b/public/images/6.png new file mode 100644 index 0000000..64b7674 Binary files /dev/null and b/public/images/6.png differ diff --git a/src/assets/images/default/1.png b/src/assets/images/default/1.png new file mode 100644 index 0000000..3ed15e3 Binary files /dev/null and b/src/assets/images/default/1.png differ diff --git a/src/assets/images/default/2.png b/src/assets/images/default/2.png new file mode 100644 index 0000000..bcfb343 Binary files /dev/null and b/src/assets/images/default/2.png differ diff --git a/src/assets/images/default/3.png b/src/assets/images/default/3.png new file mode 100644 index 0000000..2fd8aa9 Binary files /dev/null and b/src/assets/images/default/3.png differ diff --git a/src/assets/images/default/4.png b/src/assets/images/default/4.png new file mode 100644 index 0000000..9b2c3e0 Binary files /dev/null and b/src/assets/images/default/4.png differ diff --git a/src/assets/images/default/5.png b/src/assets/images/default/5.png new file mode 100644 index 0000000..5d638be Binary files /dev/null and b/src/assets/images/default/5.png differ diff --git a/src/assets/images/default/6.png b/src/assets/images/default/6.png new file mode 100644 index 0000000..64b7674 Binary files /dev/null and b/src/assets/images/default/6.png differ diff --git a/src/assets/images/more.png b/src/assets/images/more.png new file mode 100644 index 0000000..27b0814 Binary files /dev/null and b/src/assets/images/more.png differ diff --git a/src/i18n/index.js b/src/i18n/index.js index 8fffa21..01fd865 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -21,6 +21,7 @@ export const messages = { online: '线上', speaker: '主讲人', series: '演讲系列', + all: '全部', } }, 'en': { @@ -44,7 +45,8 @@ export const messages = { address: 'Location', online: 'Online', speaker: 'Speaker', - series: 'Series' + series: 'Series', + all: 'All', } } }; \ No newline at end of file diff --git a/src/layouts/home/index.vue b/src/layouts/home/index.vue index 6514156..cc72cbf 100644 --- a/src/layouts/home/index.vue +++ b/src/layouts/home/index.vue @@ -1,5 +1,5 @@ - + + diff --git a/src/pages/news/index.vue b/src/pages/news/index.vue index adca568..046a214 100644 --- a/src/pages/news/index.vue +++ b/src/pages/news/index.vue @@ -20,7 +20,7 @@
- +
{{ curArticle.title }}
@@ -53,13 +53,13 @@

{{ modules[2].form.des }}

- +
{{ articles[0].title }}
-
+
  • @@ -84,6 +84,9 @@
+
@@ -93,7 +96,7 @@

{{ modules[4].form.des }}

- +

09

@@ -132,6 +135,9 @@
+
@@ -418,6 +424,7 @@ export default { margin-right: 20px; background-color: #fff; cursor: pointer; + overflow: hidden; .pic { transition: .3s; &:hover { @@ -440,12 +447,15 @@ export default { } .right { width: 824px; + overflow: hidden; } .show-card { display: flex; margin-bottom: 20px; li { position: relative; + height: 197px; + overflow: hidden; cursor: pointer; &:first-child { margin-right: 22px; diff --git a/src/styles/page/page.scss b/src/styles/page/page.scss index de3c740..9c29405 100644 --- a/src/styles/page/page.scss +++ b/src/styles/page/page.scss @@ -71,6 +71,20 @@ transition: .3s; cursor: pointer; } +.all-link { + text-align: right; + span { + display: inline-flex; + align-items: center; + font-size: 16px; + color: #707070; + cursor: pointer; + } + .icon { + width: 20px; + margin-left: 8px; + } +} @media (max-width: 1410px) { .inner { width: 98%;