Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
2d2e14be
提交
2d2e14be
authored
5月 26, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
19e3afac
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
75 行增加
和
35 行删除
+75
-35
index.js
.nuxt/components/index.js
+6
-6
plugin.js
.nuxt/components/plugin.js
+4
-4
readme.md
.nuxt/components/readme.md
+3
-3
tags.json
.nuxt/vetur/tags.json
+8
-8
projectNotice.vue
components/home/projectNotice.vue
+54
-14
没有找到文件。
.nuxt/components/index.js
浏览文件 @
2d2e14be
...
@@ -4,12 +4,13 @@ export { default as Foot } from '../../components/Foot.vue'
...
@@ -4,12 +4,13 @@ export { default as Foot } from '../../components/Foot.vue'
export
{
default
as
Head
}
from
'../../components/Head.vue'
export
{
default
as
Head
}
from
'../../components/Head.vue'
export
{
default
as
Link
}
from
'../../components/Link.vue'
export
{
default
as
Link
}
from
'../../components/Link.vue'
export
{
default
as
RightAside
}
from
'../../components/RightAside.vue'
export
{
default
as
RightAside
}
from
'../../components/RightAside.vue'
export
{
default
as
AlumnusParty
}
from
'../../components/alumnus/party.vue'
export
{
default
as
AlumnusTabNav
}
from
'../../components/alumnus/tabNav.vue'
export
{
default
as
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutContact
}
from
'../../components/about/contact.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutCulture
}
from
'../../components/about/culture.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutIntroduce
}
from
'../../components/about/introduce.vue'
export
{
default
as
AboutTabNav
}
from
'../../components/about/tabNav.vue'
export
{
default
as
AboutTabNav
}
from
'../../components/about/tabNav.vue'
export
{
default
as
AlumnusParty
}
from
'../../components/alumnus/party.vue'
export
{
default
as
ServicesTab
}
from
'../../components/services/tab.vue'
export
{
default
as
AlumnusTabNav
}
from
'../../components/alumnus/tabNav.vue'
export
{
default
as
HomeAlumniStories
}
from
'../../components/home/alumniStories.vue'
export
{
default
as
HomeAlumniStories
}
from
'../../components/home/alumniStories.vue'
export
{
default
as
HomeBanner
}
from
'../../components/home/banner.vue'
export
{
default
as
HomeBanner
}
from
'../../components/home/banner.vue'
export
{
default
as
HomeDegreeEducation
}
from
'../../components/home/degreeEducation.vue'
export
{
default
as
HomeDegreeEducation
}
from
'../../components/home/degreeEducation.vue'
...
@@ -18,18 +19,18 @@ export { default as HomeHeadmasterMsg } from '../../components/home/headmasterMs
...
@@ -18,18 +19,18 @@ export { default as HomeHeadmasterMsg } from '../../components/home/headmasterMs
export
{
default
as
HomeOpenClass
}
from
'../../components/home/openClass.vue'
export
{
default
as
HomeOpenClass
}
from
'../../components/home/openClass.vue'
export
{
default
as
HomeProjectNotice
}
from
'../../components/home/projectNotice.vue'
export
{
default
as
HomeProjectNotice
}
from
'../../components/home/projectNotice.vue'
export
{
default
as
HomeServiceCase
}
from
'../../components/home/serviceCase.vue'
export
{
default
as
HomeServiceCase
}
from
'../../components/home/serviceCase.vue'
export
{
default
as
ServicesTab
}
from
'../../components/services/tab.vue'
export
const
LazyFoot
=
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyFoot
=
import
(
'../../components/Foot.vue'
/* webpackChunkName: "components/foot" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHead
=
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHead
=
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyLink
=
import
(
'../../components/Link.vue'
/* webpackChunkName: "components/link" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyLink
=
import
(
'../../components/Link.vue'
/* webpackChunkName: "components/link" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyRightAside
=
import
(
'../../components/RightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyRightAside
=
import
(
'../../components/RightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusParty
=
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusTabNav
=
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutContact
=
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutContact
=
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutCulture
=
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutCulture
=
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutIntroduce
=
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutIntroduce
=
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutTabNav
=
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAboutTabNav
=
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusParty
=
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyServicesTab
=
import
(
'../../components/services/tab.vue'
/* webpackChunkName: "components/services-tab" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyAlumnusTabNav
=
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeAlumniStories
=
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeAlumniStories
=
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeBanner
=
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeBanner
=
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeDegreeEducation
=
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeDegreeEducation
=
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
...
@@ -38,4 +39,3 @@ export const LazyHomeHeadmasterMsg = import('../../components/home/headmasterMsg
...
@@ -38,4 +39,3 @@ export const LazyHomeHeadmasterMsg = import('../../components/home/headmasterMsg
export
const
LazyHomeOpenClass
=
import
(
'../../components/home/openClass.vue'
/* webpackChunkName: "components/home-open-class" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeOpenClass
=
import
(
'../../components/home/openClass.vue'
/* webpackChunkName: "components/home-open-class" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeProjectNotice
=
import
(
'../../components/home/projectNotice.vue'
/* webpackChunkName: "components/home-project-notice" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeProjectNotice
=
import
(
'../../components/home/projectNotice.vue'
/* webpackChunkName: "components/home-project-notice" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeServiceCase
=
import
(
'../../components/home/serviceCase.vue'
/* webpackChunkName: "components/home-service-case" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyHomeServiceCase
=
import
(
'../../components/home/serviceCase.vue'
/* webpackChunkName: "components/home-service-case" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
export
const
LazyServicesTab
=
import
(
'../../components/services/tab.vue'
/* webpackChunkName: "components/services-tab" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
.nuxt/components/plugin.js
浏览文件 @
2d2e14be
...
@@ -6,12 +6,13 @@ const components = {
...
@@ -6,12 +6,13 @@ const components = {
Head
:
()
=>
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
Head
:
()
=>
import
(
'../../components/Head.vue'
/* webpackChunkName: "components/head" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
Link
:
()
=>
import
(
'../../components/Link.vue'
/* webpackChunkName: "components/link" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
Link
:
()
=>
import
(
'../../components/Link.vue'
/* webpackChunkName: "components/link" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
RightAside
:
()
=>
import
(
'../../components/RightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
RightAside
:
()
=>
import
(
'../../components/RightAside.vue'
/* webpackChunkName: "components/right-aside" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusParty
:
()
=>
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusTabNav
:
()
=>
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutContact
:
()
=>
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutContact
:
()
=>
import
(
'../../components/about/contact.vue'
/* webpackChunkName: "components/about-contact" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutCulture
:
()
=>
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutCulture
:
()
=>
import
(
'../../components/about/culture.vue'
/* webpackChunkName: "components/about-culture" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutIntroduce
:
()
=>
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutIntroduce
:
()
=>
import
(
'../../components/about/introduce.vue'
/* webpackChunkName: "components/about-introduce" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutTabNav
:
()
=>
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AboutTabNav
:
()
=>
import
(
'../../components/about/tabNav.vue'
/* webpackChunkName: "components/about-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusParty
:
()
=>
import
(
'../../components/alumnus/party.vue'
/* webpackChunkName: "components/alumnus-party" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
ServicesTab
:
()
=>
import
(
'../../components/services/tab.vue'
/* webpackChunkName: "components/services-tab" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
AlumnusTabNav
:
()
=>
import
(
'../../components/alumnus/tabNav.vue'
/* webpackChunkName: "components/alumnus-tab-nav" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeAlumniStories
:
()
=>
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeAlumniStories
:
()
=>
import
(
'../../components/home/alumniStories.vue'
/* webpackChunkName: "components/home-alumni-stories" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeBanner
:
()
=>
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeBanner
:
()
=>
import
(
'../../components/home/banner.vue'
/* webpackChunkName: "components/home-banner" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeDegreeEducation
:
()
=>
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeDegreeEducation
:
()
=>
import
(
'../../components/home/degreeEducation.vue'
/* webpackChunkName: "components/home-degree-education" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
...
@@ -19,8 +20,7 @@ const components = {
...
@@ -19,8 +20,7 @@ const components = {
HomeHeadmasterMsg
:
()
=>
import
(
'../../components/home/headmasterMsg.vue'
/* webpackChunkName: "components/home-headmaster-msg" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeHeadmasterMsg
:
()
=>
import
(
'../../components/home/headmasterMsg.vue'
/* webpackChunkName: "components/home-headmaster-msg" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeOpenClass
:
()
=>
import
(
'../../components/home/openClass.vue'
/* webpackChunkName: "components/home-open-class" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeOpenClass
:
()
=>
import
(
'../../components/home/openClass.vue'
/* webpackChunkName: "components/home-open-class" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeProjectNotice
:
()
=>
import
(
'../../components/home/projectNotice.vue'
/* webpackChunkName: "components/home-project-notice" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeProjectNotice
:
()
=>
import
(
'../../components/home/projectNotice.vue'
/* webpackChunkName: "components/home-project-notice" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeServiceCase
:
()
=>
import
(
'../../components/home/serviceCase.vue'
/* webpackChunkName: "components/home-service-case" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
)),
HomeServiceCase
:
()
=>
import
(
'../../components/home/serviceCase.vue'
/* webpackChunkName: "components/home-service-case" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
ServicesTab
:
()
=>
import
(
'../../components/services/tab.vue'
/* webpackChunkName: "components/services-tab" */
).
then
(
c
=>
wrapFunctional
(
c
.
default
||
c
))
}
}
for
(
const
name
in
components
)
{
for
(
const
name
in
components
)
{
...
...
.nuxt/components/readme.md
浏览文件 @
2d2e14be
...
@@ -10,12 +10,13 @@ You can directly use them in pages and other components without the need to impo
...
@@ -10,12 +10,13 @@ You can directly use them in pages and other components without the need to impo
-
`<Head>`
|
`<head>`
(components/Head.vue)
-
`<Head>`
|
`<head>`
(components/Head.vue)
-
`<Link>`
|
`<link>`
(components/Link.vue)
-
`<Link>`
|
`<link>`
(components/Link.vue)
-
`<RightAside>`
|
`<right-aside>`
(components/RightAside.vue)
-
`<RightAside>`
|
`<right-aside>`
(components/RightAside.vue)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutContact>`
|
`<about-contact>`
(components/about/contact.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutCulture>`
|
`<about-culture>`
(components/about/culture.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutIntroduce>`
|
`<about-introduce>`
(components/about/introduce.vue)
-
`<AboutTabNav>`
|
`<about-tab-nav>`
(components/about/tabNav.vue)
-
`<AboutTabNav>`
|
`<about-tab-nav>`
(components/about/tabNav.vue)
-
`<AlumnusParty>`
|
`<alumnus-party>`
(components/alumnus/party.vue)
-
`<ServicesTab>`
|
`<services-tab>`
(components/services/tab.vue)
-
`<AlumnusTabNav>`
|
`<alumnus-tab-nav>`
(components/alumnus/tabNav.vue)
-
`<HomeAlumniStories>`
|
`<home-alumni-stories>`
(components/home/alumniStories.vue)
-
`<HomeAlumniStories>`
|
`<home-alumni-stories>`
(components/home/alumniStories.vue)
-
`<HomeBanner>`
|
`<home-banner>`
(components/home/banner.vue)
-
`<HomeBanner>`
|
`<home-banner>`
(components/home/banner.vue)
-
`<HomeDegreeEducation>`
|
`<home-degree-education>`
(components/home/degreeEducation.vue)
-
`<HomeDegreeEducation>`
|
`<home-degree-education>`
(components/home/degreeEducation.vue)
...
@@ -24,4 +25,3 @@ You can directly use them in pages and other components without the need to impo
...
@@ -24,4 +25,3 @@ You can directly use them in pages and other components without the need to impo
-
`<HomeOpenClass>`
|
`<home-open-class>`
(components/home/openClass.vue)
-
`<HomeOpenClass>`
|
`<home-open-class>`
(components/home/openClass.vue)
-
`<HomeProjectNotice>`
|
`<home-project-notice>`
(components/home/projectNotice.vue)
-
`<HomeProjectNotice>`
|
`<home-project-notice>`
(components/home/projectNotice.vue)
-
`<HomeServiceCase>`
|
`<home-service-case>`
(components/home/serviceCase.vue)
-
`<HomeServiceCase>`
|
`<home-service-case>`
(components/home/serviceCase.vue)
-
`<ServicesTab>`
|
`<services-tab>`
(components/services/tab.vue)
.nuxt/vetur/tags.json
浏览文件 @
2d2e14be
...
@@ -11,6 +11,12 @@
...
@@ -11,6 +11,12 @@
"RightAside"
:
{
"RightAside"
:
{
"description"
:
"Auto imported from components/RightAside.vue"
"description"
:
"Auto imported from components/RightAside.vue"
},
},
"AlumnusParty"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
},
"AlumnusTabNav"
:
{
"description"
:
"Auto imported from components/alumnus/tabNav.vue"
},
"AboutContact"
:
{
"AboutContact"
:
{
"description"
:
"Auto imported from components/about/contact.vue"
"description"
:
"Auto imported from components/about/contact.vue"
},
},
...
@@ -23,11 +29,8 @@
...
@@ -23,11 +29,8 @@
"AboutTabNav"
:
{
"AboutTabNav"
:
{
"description"
:
"Auto imported from components/about/tabNav.vue"
"description"
:
"Auto imported from components/about/tabNav.vue"
},
},
"AlumnusParty"
:
{
"ServicesTab"
:
{
"description"
:
"Auto imported from components/alumnus/party.vue"
"description"
:
"Auto imported from components/services/tab.vue"
},
"AlumnusTabNav"
:
{
"description"
:
"Auto imported from components/alumnus/tabNav.vue"
},
},
"HomeAlumniStories"
:
{
"HomeAlumniStories"
:
{
"description"
:
"Auto imported from components/home/alumniStories.vue"
"description"
:
"Auto imported from components/home/alumniStories.vue"
...
@@ -52,8 +55,5 @@
...
@@ -52,8 +55,5 @@
},
},
"HomeServiceCase"
:
{
"HomeServiceCase"
:
{
"description"
:
"Auto imported from components/home/serviceCase.vue"
"description"
:
"Auto imported from components/home/serviceCase.vue"
},
"ServicesTab"
:
{
"description"
:
"Auto imported from components/services/tab.vue"
}
}
}
}
components/home/projectNotice.vue
浏览文件 @
2d2e14be
...
@@ -9,16 +9,41 @@
...
@@ -9,16 +9,41 @@
</div>
</div>
<div
class=
"news-content"
>
<div
class=
"news-content"
>
<div
class=
"left-content"
>
<div
class=
"left-content"
>
<!--
<div
class=
"tit"
>
即将开始的
<br
/>
课程日期
</div>
-->
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"li"
>
<div
v-swiper:mySwiper=
"swiperOption"
ref=
"mySwiper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
>
<div
class=
"li"
>
<div
class=
"txt"
>
KELLEY商学院金融硕士(MSF)开学典礼
</div>
<div
class=
"time"
>
5月22日
</div>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"li"
>
<div
class=
"txt"
>
中国PRP首期班核心课程(二)
</div>
<div
class=
"time"
>
5月29日
</div>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"li"
>
<div
class=
"txt"
>
紫荆-索菲亚金融方向工商管理硕士开学典礼
</div>
<div
class=
"time"
>
5月29日
</div>
</div>
</div>
</div>
</div>
<!--
<div
class=
"li"
>
<div
class=
"txt"
>
KELLEY商学院金融硕士(MSF)开学典礼
</div>
<div
class=
"txt"
>
KELLEY商学院金融硕士(MSF)开学典礼
</div>
<div
class=
"time"
>
5月22日
</div>
<div
class=
"time"
>
5月22日
</div>
</div>
</div>
<div
class=
"li"
>
<div
class=
"li"
>
<div
class=
"txt"
>
紫荆-索菲亚金融方向工商管理硕士开学典礼
</div>
<div
class=
"txt"
>
紫荆-索菲亚金融方向工商管理硕士开学典礼
</div>
<div
class=
"time"
>
5月29日
</div>
<div
class=
"time"
>
5月29日
</div>
</div>
</div>
-->
<!--
<div
class=
"li"
>
<div
class=
"txt"
>
紫荆-索菲亚金融方向工商管理硕士开学典礼
</div>
<div
class=
"time"
>
5月29日
</div>
</div>
-->
</div>
</div>
</div>
</div>
<div
class=
"right-content"
>
<div
class=
"right-content"
>
...
@@ -45,7 +70,18 @@ export default {
...
@@ -45,7 +70,18 @@ export default {
components
:
{
appLink
},
components
:
{
appLink
},
data
()
{
data
()
{
return
{
return
{
listData
:
[]
listData
:
[],
swiperOption
:
{
observer
:
true
,
observeParents
:
true
,
speed
:
300
,
autoplay
:
true
,
delay
:
3000
,
loop
:
true
,
direction
:
'vertical'
,
height
:
82
,
loopAdditionalSlides
:
1
}
}
}
},
},
async
fetch
()
{
async
fetch
()
{
...
@@ -111,7 +147,7 @@ export default {
...
@@ -111,7 +147,7 @@ export default {
height
:
282px
;
height
:
282px
;
background
:
#ffffff
;
background
:
#ffffff
;
box-shadow
:
0px
0px
29px
rgba
(
0
,
0
,
0
,
0
.03
);
box-shadow
:
0px
0px
29px
rgba
(
0
,
0
,
0
,
0
.03
);
padding
:
72px
88px
72
px
74px
;
padding
:
60px
88px
60
px
74px
;
display
:
flex
;
display
:
flex
;
.tit
{
.tit
{
font-size
:
34px
;
font-size
:
34px
;
...
@@ -122,30 +158,34 @@ export default {
...
@@ -122,30 +158,34 @@ export default {
text-align
:
center
;
text-align
:
center
;
}
}
.list
{
.list
{
overflow
:
hidden
;
::v-deep
{
.swiper-container
{
height
:
100%
;
transform
:
translateY
(
-2px
)
}
}
// width: 378px;
// width: 378px;
// margin-left: 60px;
// margin-left: 60px;
transform
:
translateY
(
-15px
);
//
transform: translateY(-15px);
.li
{
.li
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
padding-top
:
28px
;
padding-top
:
26px
;
&
:nth-child
(
1
)
{
padding-bottom
:
26px
;
border-bottom
:
1px
solid
#999999
;
border-top
:
1px
solid
#999999
;
padding-bottom
:
35px
;
padding-top
:
0
;
}
.txt
{
.txt
{
width
:
450px
;
width
:
450px
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
24px
;
line-height
:
100%
;
color
:
#424242
;
color
:
#424242
;
text-align
:
center
;
text-align
:
center
;
}
}
.time
{
.time
{
font-size
:
30px
;
font-size
:
30px
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
60px
;
line-height
:
100%
;
color
:
#aa1941
;
color
:
#aa1941
;
margin-left
:
40px
;
margin-left
:
40px
;
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论