Committees
What makes a ligh chinese bay chaser
@@ -189,7 +189,6 @@ export default {
\ No newline at end of file
diff --git a/src/pages/edu/index.vue b/src/pages/edu/index.vue
new file mode 100644
index 0000000..2aadca4
--- /dev/null
+++ b/src/pages/edu/index.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
Partnership
+
Together, Stronger
+
+
+
+
+
+
+
Programs
+
Our campus is Shenzhen and Beyound
+
+
+
+
+
+
+
Engagement
+
Serving Community
+
+ -
+
+
+
community service
+
IASF is driven to serve the Science and industry, and solve grand challenges.
+
Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …
+
+
+ -
+
+
+
community service
+
IASF is driven to serve the Science and industry, and solve grand challenges.
+
Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …
+
+
+ -
+
+
+
community service
+
IASF is driven to serve the Science and industry, and solve grand challenges.
+
Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/news/index.vue b/src/pages/news/index.vue
new file mode 100644
index 0000000..a192204
--- /dev/null
+++ b/src/pages/news/index.vue
@@ -0,0 +1,427 @@
+
+
+
+
+
+
+
+
+
Seminars & Workshops
+
What makes a ligh chinese bay chaser
+
+
+
+
IASF is driven to serve the Science and industry, and solve grand challenges through research and innovation. We are open and creative
+
Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area in Japan. And the Guangdong-Hong Kong-Macao Greater Bay
+
2022-07-24 | Research
+
+
+
+ -
+
+
+
2022-09-09 | Research
+
IASF is driven to serve the Science and industry, and solve grand
+
+
+
+ -
+
+
+
2022-09-09 | Research
+
IASF is driven to serve the Science and industry, and solve grand
+
+
+
+ -
+
+
+
2022-09-09 | Research
+
IASF is driven to serve the Science and industry, and solve grand
+
+
+
+
+
More news >
+
+
+
+
+
+
Seminars & Workshops
+
What makes a ligh chinese bay chaser
+
+
+
+
+
2022 New Year Messag President Sun Dongbai….
+
2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen (IASF)…
+
+
+
+
+
+ -
+
+
+
Hold doctorates or the highest degree in their field
+
Characterization in Fibre and Polymer Technology, KTH Royal Institute of Technology.Characteriza Royal Institute of technology.…
+
+
+ -
+
+
+
This 2019 image depicted a Centers for Disease
+
laboratory technician, dressed in personal protective equipment (PPE), in thelaboratory technician, dressed in personal in the…
+
+
+ -
+
+
+
Browse premium related images on iStock
+
which would undergo analysis, here, in this laboratory environment.which would undergo analysis, here, in this laboratory environment.…
+
+
+
+
+
+
+
+
+
+
+
Conference
+
What makes a ligh chinese bay chaser
+
+
+
+
+
+
+
Browse premium related images on iStock
+
which would undergo analysis, here, in this laboratory environment.which would undergo analysis, here, in this laboratory environment.…
+
+
+
+
+ -
+
+
+
Professional technical Free electron laser device
+
+
+ Jiahang Shao
+
+
+
+ Time: 2022.8.13 14:30
+
+
+
+ Address: Big conference room on the fourth floor of headquarters
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router/modules/edu.js b/src/router/modules/edu.js
new file mode 100644
index 0000000..beaea3e
--- /dev/null
+++ b/src/router/modules/edu.js
@@ -0,0 +1,14 @@
+import BasicLayout from '@/layouts/home'
+const name = 'edu'
+export default {
+ path: `/${name}`,
+ component: BasicLayout,
+ children: [
+ {
+ name,
+ path: `/${name}`,
+ component: () => import(`@/pages/${name}`),
+ meta: { title: '' }
+ }
+ ]
+};
diff --git a/src/router/modules/news.js b/src/router/modules/news.js
new file mode 100644
index 0000000..3571c77
--- /dev/null
+++ b/src/router/modules/news.js
@@ -0,0 +1,14 @@
+import BasicLayout from '@/layouts/home'
+const name = 'news'
+export default {
+ path: `/${name}`,
+ component: BasicLayout,
+ children: [
+ {
+ name,
+ path: `/${name}`,
+ component: () => import(`@/pages/${name}`),
+ meta: { title: '' }
+ }
+ ]
+};
diff --git a/src/styles/page/page.scss b/src/styles/page/page.scss
index 8cbe03a..d79fc41 100644
--- a/src/styles/page/page.scss
+++ b/src/styles/page/page.scss
@@ -29,4 +29,10 @@
.inner {
width: 1400px;
margin: 0 auto;
+ &.lg {
+ width: 1505px;
+ }
+}
+.gray {
+ background-color: #F2F6F8;
}
\ No newline at end of file