Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
39d3ad80
提交
39d3ad80
authored
11月 24, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
夜郎国的疑问增加动画
上级
d047edb7
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
35 行增加
和
25 行删除
+35
-25
title.png
src/assets/imgs/boutique/ylgdyw/4_crs/title.png
+0
-0
SMGZ.vue
src/views/boutique/components/SMGZ.vue
+1
-1
YLGDYW.vue
src/views/boutique/components/YLGDYW.vue
+33
-23
index.vue
src/views/boutique/index.vue
+1
-1
没有找到文件。
src/assets/imgs/boutique/ylgdyw/4_crs/title.png
0 → 100644
浏览文件 @
39d3ad80
9.7 KB
src/views/boutique/components/SMGZ.vue
浏览文件 @
39d3ad80
...
...
@@ -164,7 +164,7 @@
@
click=
"handleToCr(item.crId)"
>
<div
class=
"img-container"
>
<img
:src=
"
item.url
"
alt=
""
/>
<img
:src=
"
$getFullUrl(item.url)
"
alt=
""
/>
</div>
<div
class=
"cr-name"
>
{{
item
.
name
}}
</div>
</div>
...
...
src/views/boutique/components/YLGDYW.vue
浏览文件 @
39d3ad80
...
...
@@ -4,22 +4,22 @@
<div
class=
"bg"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/1_faceImage/bg.jpg"
alt=
""
>
</div>
<div
class=
"cr-1"
>
<div
class=
"cr-1
wow animate__animated animate__fadeInRight"
data-wow-duration=
"1s
"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/1_faceImage/cr-1.png"
alt=
""
>
</div>
<div
class=
"cr-2"
>
<div
class=
"cr-2
wow animate__animated animate__fadeInLeft
"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/1_faceImage/cr-2.png"
alt=
""
>
</div>
<div
class=
"title-group"
>
<div
class=
"subtitle"
>
<div
class=
"subtitle
wow animate__animated animate__fadeInLeft
"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/1_faceImage/subtitle.png"
alt=
""
>
</div>
<div
class=
"title"
>
<div
class=
"title
wow animate__animated animate__fadeInLeft
"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/1_faceImage/title.png"
alt=
""
>
</div>
</div>
<div
class=
"intro"
>
<div
class=
"intro-title"
>
<div
class=
"intro
wow animate__animated animate__fadeIn
"
>
<div
class=
"intro-title
"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/1_faceImage/intro-title.png"
alt=
""
>
</div>
<div
class=
"intro-content"
>
...
...
@@ -35,7 +35,7 @@
</div>
</div>
<div
class=
"map-group"
>
<div
class=
"map"
>
<div
class=
"map
wow animate__animated animate__fadeInUp
"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/1_faceImage/map.png"
alt=
""
>
</div>
<div
class=
"under-map"
>
...
...
@@ -43,9 +43,9 @@
</div>
</div>
<div
class=
"units"
>
<div
class=
"line"
></div>
<div
class=
"node"
>
<div
:class=
"
{ 'node-item': true, 'active': currentUnit
== item
}" v-for="(item, index) in unitList"
<div
class=
"line
wow animate__animated animate__fadeInleft
"
></div>
<div
class=
"node
wow animate__animated animate__fadeInUp
"
>
<div
:class=
"
{ 'node-item': true, 'active': currentUnit
.title == item.title
}" v-for="(item, index) in unitList"
:key="index" @click="handleClickNode(item)" @mouseenter="handleEnterUnit(item)"
@mouseleave="handleMouseLeave(item)">
<div
class=
"dot-group"
>
...
...
@@ -60,14 +60,14 @@
</div>
</div>
<div
class=
"unit-content"
>
<div
class=
"unit-text"
>
<div
class=
"unit-text
wow animate__animated animate__fadeInLeft
"
>
<div
class=
"title"
>
{{
currentUnit
.
title
}}
</div>
<div
class=
"content"
>
{{
currentUnit
.
text
}}
</div>
</div>
<div
class=
"unit-cr"
>
<div
:class=
"
{ 'unit-cr-group': true, 'flex-end
': key == 0 || key == 2, 'flex-star
t': key == 1 }"
<div
:class=
"
{ 'unit-cr-group': true, 'flex-end
wow animate__animated animate__fadeInRight': key == 0 || key == 2, 'flex-start wow animate__animated animate__fadeInLef
t': key == 1 }"
v-for="(v, key) in currentUnit.culturalRelic" :key="key">
<div
class=
"cr-container"
@
click=
"handleClickCr(v)"
>
<div
class=
"left-info"
v-if=
"key == 0"
>
...
...
@@ -118,14 +118,14 @@
</div>
</div>
</div>
<div
class=
"gap-bg"
>
<div
class=
"gap-bg
wow animate__animated animate__fadeIn
"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/3_museum/bg.png"
alt=
""
>
</div>
<div
class=
"musuem"
>
<div
class=
"bg"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/4_crs/bg.png"
alt=
""
>
</div>
<div
class=
"info"
>
<div
class=
"info
wow animate__animated animate__fadeInUp
"
>
<div
class=
"musuem-title"
>
<img
src=
"@/assets/imgs/boutique/ylgdyw/3_museum/title.png"
alt=
""
>
</div>
...
...
@@ -133,11 +133,11 @@
黔西南州博物馆位于兴义市桔山广场,共计10000余平方米,为正科级公益性文化事业单位,设有陈列展览部、社会教育部、文物保护部、征集保管部、安全保卫部、文创研发部等部室。馆藏文物4500余件(套),其中一级文物32件(套),二级文物15件(套),三级文物60件(套)。精品文物有抚琴俑、铜车马、摇钱树、连枝灯、提梁壶、一字格剑等。现有基本陈列《夜郎的疑问-贵州汉代历史文物展》免费对公众开放,展览文物400余件(套),共三个单元六个展厅,展览面积3300平方米,为西南地区面积最大、珍贵文物较多的汉代文物专题展之一。
</div>
</div>
<div
class=
"cr-group"
>
<div
class=
"cr-group
wow animate__animated animate__fadeInUp
"
>
<div
class=
"title"
>
夜郎国的炫丽文化
<img
src=
"@/assets/imgs/boutique/ylgdyw/4_crs/title.png"
alt=
""
>
</div>
<div
class=
"cr-imgs-group"
>
<div
class=
"cr-imgs-group
"
>
<div
class=
"cr-container"
v-for=
"(item, index) in bottomCrList"
:key=
"index"
@
click=
"handleClickCr(item)"
>
<div
class=
"img-container"
>
<img
:src=
"require(`@/assets/imgs/boutique/ylgdyw/4_crs/$
{item.imgName}`)" alt="" />
...
...
@@ -257,21 +257,21 @@ export default {
crId
:
''
},
{
name
:
'羊角钮钟'
,
name
:
'羊角钮
铜
钟'
,
years
:
'战国-西汉'
,
made
:
'青铜'
,
source
:
'1987年安龙县大鱼塘(文昌宫旧址)出土'
,
imgName
:
'cr-2.png'
,
crId
:
''
crId
:
'
c6413fd8eb3c408c811edcfb5fb9bc8a
'
},
{
name
:
'一字格剑'
,
name
:
'一字格
曲刃青铜
剑'
,
years
:
'战国-西汉'
,
made
:
'青铜'
,
source
:
'1997年郑屯与鲁屯的交界处'
,
imgName
:
'cr-3.png'
,
crId
:
''
crId
:
'
166c3a120f55455587d75d6f34ae1d39
'
}
]
}
...
...
@@ -701,11 +701,21 @@ $themeYellow: #E7CE45;
top
:
160vh
;
width
:
100%
;
// .title {
// font-size: 48px;
// display: flex;
// justify-content: center;
// margin-bottom: 94px;
// }
.title
{
font-size
:
4
8px
;
margin-bottom
:
7
8px
;
display
:
flex
;
justify-content
:
center
;
margin-bottom
:
94px
;
height
:
60px
;
img
{
height
:
100%
;
}
}
.cr-imgs-group
{
...
...
src/views/boutique/index.vue
浏览文件 @
39d3ad80
...
...
@@ -110,7 +110,7 @@ export default {
},
},
mounted
()
{
this
.
activeTab
=
"s
dcs
"
;
this
.
activeTab
=
"s
mgz
"
;
},
methods
:
{
handleTabClick
(
data
)
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论