Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
06a655a7
提交
06a655a7
authored
8月 05, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
替换wowjs为本地文件
上级
f1e40ce8
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
4 行增加
和
8 行删除
+4
-8
wow.js
public/static/js/wow.js
+0
-0
main.js
src/main.js
+1
-1
Display.vue
src/views/home/components/Display.vue
+1
-1
Virtural.vue
src/views/home/components/Virtural.vue
+2
-6
没有找到文件。
public/static/js/wow.js
0 → 100644
浏览文件 @
06a655a7
差异被折叠。
点击展开。
src/main.js
浏览文件 @
06a655a7
...
@@ -13,7 +13,7 @@ import animated from 'animate.css';
...
@@ -13,7 +13,7 @@ import animated from 'animate.css';
// 滚动动画 wow.js
// 滚动动画 wow.js
import
{
import
{
WOW
WOW
}
from
'
wowjs
'
}
from
'
../public/static/js/wow
'
import
{
import
{
getFullUrl
getFullUrl
}
from
'@/utils/index'
}
from
'@/utils/index'
...
...
src/views/home/components/Display.vue
浏览文件 @
06a655a7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<
template
>
<
template
>
<div
class=
"home-display"
>
<div
class=
"home-display"
>
<div
class=
"title wow animate__animated animate__fadeInUp"
>
展览
</div>
<div
class=
"title wow animate__animated animate__fadeInUp"
>
展览
</div>
<div
class=
"wrapper"
>
<div
class=
"wrapper
wow animate__animated animate__fadeInUp
"
>
<!--
<div
<!--
<div
class=
"sliders"
class=
"sliders"
:style=
"
{
:style=
"
{
...
...
src/views/home/components/Virtural.vue
浏览文件 @
06a655a7
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
<div
class=
"en"
>
Virtual Exhibition Hall
</div>
<div
class=
"en"
>
Virtual Exhibition Hall
</div>
</div>
</div>
<el-row
class=
"content"
:gutter=
"60"
>
<el-row
class=
"content"
:gutter=
"60"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
class=
" wow animate__animated animate__fadeInLeft"
>
<div
<div
class=
"intro
wow animate__animated animate__fadeInLeft
"
class=
"intro"
v-if=
"list.length > 0"
v-if=
"list.length > 0"
>
>
<div
class=
"name"
>
{{
list
[
0
].
name
}}
</div>
<div
class=
"name"
>
{{
list
[
0
].
name
}}
</div>
...
@@ -20,10 +20,6 @@
...
@@ -20,10 +20,6 @@
<div
class=
"intro-content"
>
<div
class=
"intro-content"
>
{{
list
[
0
].
intro
}}
{{
list
[
0
].
intro
}}
</div>
</div>
<!--
<div
class=
"entrance"
@
click=
"handleClick(list[0])"
>
<span
class=
"entrance-text"
>
点击进入
</span>
<img
src=
"@/assets/imgs/home/entrance.png"
alt=
""
/>
</div>
-->
<EntranceIcon
color=
"#fff"
/>
<EntranceIcon
color=
"#fff"
/>
</div>
</div>
</el-col>
</el-col>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论