Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
b3867070
提交
b3867070
authored
1月 09, 2023
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化文物详情
上级
b2ac4dc6
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
20 行增加
和
14 行删除
+20
-14
YLGDYW.vue
src/views/boutique/components/YLGDYW.vue
+3
-3
Detail.vue
src/views/culturalRelic/Detail.vue
+17
-11
没有找到文件。
src/views/boutique/components/YLGDYW.vue
浏览文件 @
b3867070
...
...
@@ -249,7 +249,7 @@ export default {
years
:
"战国-西汉"
,
source
:
"1985年郑屯镇与龙广镇交界处出土"
,
imgName
:
"cr-3-low.png"
,
crId
:
""
,
crId
:
"
eca6f33d31ac4174bf108c1983f1b881
"
,
},
{
name
:
"铜钟"
,
...
...
@@ -270,14 +270,14 @@ export default {
years
:
"东汉"
,
source
:
"1987年雨樟镇交乐6号墓出土"
,
imgName
:
"cr-5-low.png"
,
crId
:
"
5b7d94b9e361404a94d25bc561ff284f
"
,
crId
:
"
b0edc9a07fde41b7b541cc6a54ea1065
"
,
},
{
name
:
"铜车马"
,
years
:
"东汉"
,
source
:
"1987年雨樟镇交乐6号墓出土"
,
imgName
:
"cr-6-low.png"
,
crId
:
"
3189ce3499564153897b648c19300b4f
"
,
crId
:
"
4a50b404c4aa4cae972be18b7ffeef39
"
,
},
],
},
...
...
src/views/culturalRelic/Detail.vue
浏览文件 @
b3867070
...
...
@@ -164,13 +164,14 @@
</div>
</swiper-slide>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
<div
class=
"swiper-button-prev"
slot=
"button-prev"
>
</swiper>
<div
class=
"swiper-button-prev"
slot=
"button-prev"
>
<i
class=
"el-icon-arrow-left"
></i>
</div>
<div
class=
"swiper-button-next"
slot=
"button-next"
>
<i
class=
"el-icon-arrow-right"
></i>
</div>
</swiper>
</div>
<ul
class=
"menu-tabs"
>
...
...
@@ -593,7 +594,7 @@ $node-w: 700px;
.inner-left
{
// padding-left: 120px;
width
:
50%
;
height
:
calc
(
100vh
-
100px
);
height
:
calc
(
100vh
-
$nav-height
-
100px
);
position
:
relative
;
.info-container-right
{
...
...
@@ -791,12 +792,13 @@ $node-w: 700px;
}
.inner-right
{
width
:
50%
;
height
:
calc
(
100vh
-
100px
);
height
:
calc
(
100vh
-
$nav-height
-
100px
);
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
padding
:
0
160px
80px
20px
;
padding
:
0
0
80px
20px
;
margin-right
:
160px
;
position
:
relative
;
::v-deep
.firstDiv
{
position
:
unset
;
transform
:
none
;
...
...
@@ -804,11 +806,15 @@ $node-w: 700px;
.swiper-container
{
width
:
100%
;
.swiper-slide
{
display
:
flex
;
justify-content
:
center
;
height
:
100%
;
}
.img-container
{
height
:
100%
;
width
:
10
0%
;
width
:
8
0%
;
img
{
height
:
100%
;
width
:
100%
;
...
...
@@ -833,10 +839,10 @@ $node-w: 700px;
font-size
:
28px
!
important
;
}
.swiper-button-next
{
transform
:
translate
(
10px
,
-
72
px
);
transform
:
translate
(
10px
,
-200
px
);
}
.swiper-button-prev
{
transform
:
translate
(
-10px
,
-
72
px
);
transform
:
translate
(
-10px
,
-200
px
);
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论