Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
bf0b028f
提交
bf0b028f
authored
12月 18, 2022
作者:
JSHorse
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
问题调整
上级
4f222e2e
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
21 行增加
和
4 行删除
+21
-4
variable.scss
src/assets/styles/variable.scss
+2
-0
index.vue
src/components/Footer/index.vue
+1
-0
index.vue
src/components/ListBanner/index.vue
+1
-1
index.vue
src/components/NavBar/index.vue
+0
-0
Detail.vue
src/views/culturalRelic/Detail.vue
+16
-2
banner.vue
src/views/home/components/banner.vue
+1
-1
没有找到文件。
src/assets/styles/variable.scss
浏览文件 @
bf0b028f
...
@@ -10,4 +10,6 @@ $font-size-sm:14px;
...
@@ -10,4 +10,6 @@ $font-size-sm:14px;
$font-size-base
:
16px
;
$font-size-base
:
16px
;
$font-size-lg
:
22px
;
$font-size-lg
:
22px
;
$nav-height
:
120px
;
$defaultFontFamily
:
Avenir
,
Helvetica
Neue
,
Arial
,
Helvetica
,
sans-serif
;
$defaultFontFamily
:
Avenir
,
Helvetica
Neue
,
Arial
,
Helvetica
,
sans-serif
;
src/components/Footer/index.vue
浏览文件 @
bf0b028f
...
@@ -175,6 +175,7 @@ export default {
...
@@ -175,6 +175,7 @@ export default {
flex-direction
:
column
;
flex-direction
:
column
;
color
:
#fefefe
;
color
:
#fefefe
;
font-size
:
14px
;
font-size
:
14px
;
position
:
relative
;
.logo
{
.logo
{
width
:
60px
;
width
:
60px
;
height
:
60px
;
height
:
60px
;
...
...
src/components/ListBanner/index.vue
浏览文件 @
bf0b028f
...
@@ -73,7 +73,7 @@ export default {
...
@@ -73,7 +73,7 @@ export default {
// background-position: 0 -100px;
// background-position: 0 -100px;
>
img
{
>
img
{
position
:
absolute
;
position
:
absolute
;
top
:
-
100px
;
top
:
-
$nav-height
;
left
:
0
;
left
:
0
;
width
:
100%
;
width
:
100%
;
height
:
calc
(
100vh
);
height
:
calc
(
100vh
);
...
...
src/components/NavBar/index.vue
浏览文件 @
bf0b028f
差异被折叠。
点击展开。
src/views/culturalRelic/Detail.vue
浏览文件 @
bf0b028f
<
template
>
<
template
>
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"bg"
>
<div
class=
"bg"
>
<img
src=
"@/assets/imgs/show/bg.png"
alt=
""
class=
"main"
/>
<div
class=
"main"
>
<img
src=
"@/assets/imgs/show/bg.png"
alt=
""
class=
"main"
/>
</div>
<!--
<div
class=
"mask"
></div>
-->
<!--
<div
class=
"mask"
></div>
-->
<div
class=
"color"
>
<div
class=
"color"
>
<img
src=
"@/assets/imgs/show/circle-bg.png"
alt=
""
class=
"cb"
/>
<img
src=
"@/assets/imgs/show/circle-bg.png"
alt=
""
class=
"cb"
/>
...
@@ -605,11 +607,23 @@ $node-w: 700px;
...
@@ -605,11 +607,23 @@ $node-w: 700px;
z-index
:
0
;
z-index
:
0
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
overflow
:
hidden
;
>
img
{
>
img
{
width
:
100%
;
width
:
100%
;
}
}
>
.main
{
width
:
100%
;
min-height
:
100vh
;
height
:
calc
(
100%
+
$nav-height
);
position
:
absolute
;
top
:
-
$nav-height
;
left
:
0
;
overflow
:
hidden
;
>
img
{
width
:
100%
;
height
:
100%
;
}
}
>
.color
{
>
.color
{
position
:
absolute
;
position
:
absolute
;
left
:
0
;
left
:
0
;
...
...
src/views/home/components/banner.vue
浏览文件 @
bf0b028f
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
position
:
absolute
;
position
:
absolute
;
top
:
-
100px
;
top
:
-
$nav-height
;
left
:
0
;
left
:
0
;
>
img
{
>
img
{
width
:
100%
;
width
:
100%
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论