Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
18b475ae
提交
18b475ae
authored
5月 31, 2022
作者:
haodaking
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 修改主题色
上级
e8406068
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
18 行增加
和
11 行删除
+18
-11
base.css
assets/css/base.css
+15
-8
index.vue
pages/index.vue
+3
-3
没有找到文件。
assets/css/base.css
浏览文件 @
18b475ae
:root
{
--main-color
:
#1aaff2
;
}
body
{
body
{
background
:
#fff
;
background
:
#fff
;
color
:
#333
;
color
:
#333
;
...
@@ -127,7 +130,7 @@ textarea {
...
@@ -127,7 +130,7 @@ textarea {
.header
{
.header
{
}
}
.header-bar
{
.header-bar
{
background
-color
:
#7a1705
;
background
:
linear-gradient
(
#02a7f0
,
#81d3f8
)
;
height
:
50px
;
height
:
50px
;
}
}
.header-bar
.logo-kelley
{
.header-bar
.logo-kelley
{
...
@@ -174,7 +177,7 @@ textarea {
...
@@ -174,7 +177,7 @@ textarea {
}
}
.header-nav
h1
{
.header-nav
h1
{
position
:
relative
;
position
:
relative
;
background-color
:
#801a16
;
background-color
:
var
(
--main-color
)
;
padding
:
0
12px
0
0
;
padding
:
0
12px
0
0
;
font-size
:
16px
;
font-size
:
16px
;
line-height
:
45px
;
line-height
:
45px
;
...
@@ -187,7 +190,7 @@ textarea {
...
@@ -187,7 +190,7 @@ textarea {
content
:
''
;
content
:
''
;
position
:
absolute
;
position
:
absolute
;
height
:
45px
;
height
:
45px
;
background-color
:
#801a16
;
background-color
:
var
(
--main-color
)
;
width
:
1000%
;
width
:
1000%
;
top
:
0
;
top
:
0
;
left
:
-900%
;
left
:
-900%
;
...
@@ -200,12 +203,13 @@ textarea {
...
@@ -200,12 +203,13 @@ textarea {
color
:
#333
;
color
:
#333
;
}
}
.header-nav
a
:hover
{
.header-nav
a
:hover
{
color
:
#801a16
;
color
:
var
(
--main-color
)
;
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
.footer
{
.footer
{
background-color
:
#333
;
background-color
:
var
(
--main-color
);
/* background-color: #333; */
font-size
:
12px
;
font-size
:
12px
;
padding
:
25px
0
15px
;
padding
:
25px
0
15px
;
}
}
...
@@ -234,7 +238,7 @@ textarea {
...
@@ -234,7 +238,7 @@ textarea {
margin
:
0
0
2px
;
margin
:
0
0
2px
;
}
}
.content-tabs
li
.current
{
.content-tabs
li
.current
{
background
:
#9b0000
;
background
:
var
(
--main-color
)
;
}
}
.content-tabs
li
.current
a
{
.content-tabs
li
.current
a
{
color
:
#fff
;
color
:
#fff
;
...
@@ -342,8 +346,11 @@ textarea {
...
@@ -342,8 +346,11 @@ textarea {
height
:
80px
;
height
:
80px
;
margin-bottom
:
11px
;
margin-bottom
:
11px
;
overflow
:
hidden
;
overflow
:
hidden
;
text-indent
:
-500px
;
font-size
:
20px
;
background
:
url(../img/entrance-icon.png)
no-repeat
0
0
;
line-height
:
80px
;
color
:
#fff
;
text-align
:
center
;
background
:
var
(
--main-color
);
}
}
.entrance
.first
{
.entrance
.first
{
background-position
:
-208px
0
;
background-position
:
-208px
0
;
...
...
pages/index.vue
浏览文件 @
18b475ae
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"banner-wrap rel"
>
<div
class=
"banner-wrap rel"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
<div
class=
"col-xs-6 col-sm-4 col-md-4"
>
<div
class=
"col-xs-6 col-sm-4 col-md-4"
>
<nuxt-link
to=
"/my"
>
报名申请
 
<img
src=
"https://zws-imgs-pub.ezijing.com/f8e031f092917cb5cb46f455df4f07ee.png"
/>
</nuxt-link>
<nuxt-link
to=
"/my"
>
报名申请
 
>
</nuxt-link>
</div>
</div>
<div
class=
"col-xs-6 col-sm-4 col-md-2"
>
<div
class=
"col-xs-6 col-sm-4 col-md-2"
>
<nuxt-link
to=
"/intro/project"
><img
src=
"https://zws-imgs-pub.ezijing.com/35d3b33ffed2a97c4d99dbb79b3edd1d.png"
/>
 
项目介绍
</nuxt-link>
<nuxt-link
to=
"/intro/project"
><img
src=
"https://zws-imgs-pub.ezijing.com/35d3b33ffed2a97c4d99dbb79b3edd1d.png"
/>
 
项目介绍
</nuxt-link>
...
@@ -104,8 +104,8 @@ export default {
...
@@ -104,8 +104,8 @@ export default {
display
:
block
;
display
:
block
;
}
}
.home-page
.banner
>
div
:nth-child
(
1
)
a
{
.home-page
.banner
>
div
:nth-child
(
1
)
a
{
background
:
#7c1600
;
background
:
var
(
--
main-color
)
;
border
:
2px
solid
#7c1600
;
border
:
2px
solid
var
(
--
main-color
)
;
color
:
#fff
;
color
:
#fff
;
font-size
:
18px
;
font-size
:
18px
;
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论