Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
c30f6983
提交
c30f6983
authored
12月 12, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加中清画质文物及展览分类
上级
f8a2f332
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
11 行增加
和
15 行删除
+11
-15
variable.scss
src/assets/styles/variable.scss
+1
-0
Detail.vue
src/views/culturalRelic/Detail.vue
+2
-1
index.vue
src/views/culturalRelic/index.vue
+8
-14
index.vue
src/views/display/index.vue
+0
-0
没有找到文件。
src/assets/styles/variable.scss
浏览文件 @
c30f6983
// $themeColor:#223e36;
// $themeColor:#223e36;
// $themeColor: #2069c4;
// $themeColor: #2069c4;
$themeColor
:
#132c33
;
$themeColor
:
#132c33
;
$themeSecondaryColor
:
#dfab46
;
$puHuiTi
:
"Alibaba-PuHuiTi"
;
$puHuiTi
:
"Alibaba-PuHuiTi"
;
$siyuanSongBold
:
"SourceHanSerifCN-Bold"
;
$siyuanSongBold
:
"SourceHanSerifCN-Bold"
;
...
...
src/views/culturalRelic/Detail.vue
浏览文件 @
c30f6983
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<swiper
:options=
"swiperOption2"
ref=
"crSwiper"
>
<swiper
:options=
"swiperOption2"
ref=
"crSwiper"
>
<swiper-slide
v-for=
"(item, i) in imagesVo"
:key=
"i"
>
<swiper-slide
v-for=
"(item, i) in imagesVo"
:key=
"i"
>
<div
class=
"img-container"
@
click=
"handelPreviewImages(imagesVo)"
>
<div
class=
"img-container"
@
click=
"handelPreviewImages(imagesVo)"
>
<img
:src=
"$getFullUrl(item.
press
Url)"
alt=
""
/>
<img
:src=
"$getFullUrl(item.
middle
Url)"
alt=
""
/>
</div>
</div>
</swiper-slide>
</swiper-slide>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
...
@@ -330,6 +330,7 @@ export default {
...
@@ -330,6 +330,7 @@ export default {
{
{
pressUrl
:
this
.
CRDetail
.
faceImagePressUrl
,
pressUrl
:
this
.
CRDetail
.
faceImagePressUrl
,
url
:
this
.
CRDetail
.
faceImageUrl
,
url
:
this
.
CRDetail
.
faceImageUrl
,
middleUrl
:
this
.
CRDetail
.
middleUrl
}
}
]
]
}
}
...
...
src/views/culturalRelic/index.vue
浏览文件 @
c30f6983
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<img
:src=
"
<img
:src=
"
$getFullUrl(item.faceImagePressUrl || item.faceImageUrl)
$getFullUrl(item.faceImagePressUrl || item.faceImageUrl)
"
width=
"100%"
class=
"face-image"
lazy
/>
"
width=
"100%"
class=
"face-image"
lazy
/>
<div
class=
"deco-left-top"
>
<
!--
<
div
class=
"deco-left-top"
>
<img
:src=
"
<img
:src=
"
require(`@/assets/imgs/list/img-deco$
{item == currentImg ? '' : '-g'
require(`@/assets/imgs/list/img-deco$
{item == currentImg ? '' : '-g'
}.png`)
}.png`)
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
require(`@/assets/imgs/list/img-deco$
{item == currentImg ? '' : '-g'
require(`@/assets/imgs/list/img-deco$
{item == currentImg ? '' : '-g'
}.png`)
}.png`)
" alt="" />
" alt="" />
</div>
</div>
-->
</div>
</div>
<div
class=
"showIcon"
v-if=
"item && item.url3d"
>
<div
class=
"showIcon"
v-if=
"item && item.url3d"
>
<svg-icon
icon-class=
"3d"
class=
"icon"
></svg-icon>
<svg-icon
icon-class=
"3d"
class=
"icon"
></svg-icon>
...
@@ -352,15 +352,6 @@ $text-indent: 16px;
...
@@ -352,15 +352,6 @@ $text-indent: 16px;
align-items
:
center
;
align-items
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
padding
:
24px
20%
;
padding
:
24px
20%
;
// background: rgb($themeColor, 1) url("@/assets/imgs/home/panel-bg.png");
// background-color: rgba(19, 44, 51,0.7);
// margin-bottom: 40px;
// background-image: url("@/assets/imgs/list/search-bg.png");
// background-size: 21%;
// background-color: $themeColor;
// background-size: 22%;
// height: 214px;
.search-wrapper
{
.search-wrapper
{
display
:
flex
;
display
:
flex
;
width
:
100%
;
width
:
100%
;
...
@@ -369,7 +360,7 @@ $text-indent: 16px;
...
@@ -369,7 +360,7 @@ $text-indent: 16px;
.search-item
{
.search-item
{
// width: 215px;
// width: 215px;
width
:
25%
;
width
:
25%
;
height
:
32
px
;
height
:
46
px
;
color
:
#999
;
color
:
#999
;
padding
:
0
20px
;
padding
:
0
20px
;
display
:
flex
;
display
:
flex
;
...
@@ -378,8 +369,7 @@ $text-indent: 16px;
...
@@ -378,8 +369,7 @@ $text-indent: 16px;
justify-content
:
space-between
;
justify-content
:
space-between
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
background-color
:
#fff
;
background-color
:
#fff
;
// background: url("@/assets/imgs/list/search-button-bg.png") transparent;
// background-size: 100% 100%;
margin-right
:
20px
;
margin-right
:
20px
;
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -394,21 +384,25 @@ $text-indent: 16px;
...
@@ -394,21 +384,25 @@ $text-indent: 16px;
::-webkit-input-placeholder
{
::-webkit-input-placeholder
{
/*Webkit browsers*/
/*Webkit browsers*/
color
:
#999
;
color
:
#999
;
font-size
:
14px
;
}
}
:-moz-placeholder
{
:-moz-placeholder
{
/*Mozilla Firefox 4 to 8*/
/*Mozilla Firefox 4 to 8*/
color
:
#999
;
color
:
#999
;
font-size
:
14px
;
}
}
::moz-placeholder
{
::moz-placeholder
{
/*Mozilla Firefox 19+*/
/*Mozilla Firefox 19+*/
color
:
#999
;
color
:
#999
;
font-size
:
14px
;
}
}
:-ms-input-placeholder
{
:-ms-input-placeholder
{
/*Internet Explorer 10+*/
/*Internet Explorer 10+*/
color
:
#999
;
color
:
#999
;
font-size
:
14px
;
}
}
}
}
}
}
...
...
src/views/display/index.vue
浏览文件 @
c30f6983
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论