Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
fc3009ce
提交
fc3009ce
authored
11月 09, 2020
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
27fea67d
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
7 行删除
+11
-7
reset.css
src/assets/css/reset.css
+1
-1
index.vue
src/pages/login/index.vue
+9
-5
style.scss
src/style.scss
+1
-1
没有找到文件。
src/assets/css/reset.css
浏览文件 @
fc3009ce
...
@@ -190,5 +190,5 @@ textarea {
...
@@ -190,5 +190,5 @@ textarea {
}
}
:root
{
:root
{
--main-color
:
#
e27f4d
;
--main-color
:
#
af1818
;
}
}
src/pages/login/index.vue
浏览文件 @
fc3009ce
...
@@ -4,7 +4,10 @@
...
@@ -4,7 +4,10 @@
<div
class=
"bg"
></div>
<div
class=
"bg"
></div>
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"title"
>
<div
class=
"title"
>
<span
class=
"icon"
></span>
<span
class=
"icon"
>
<img
src=
"../../assets/images/logofff-2.png"
height=
"50px"
style=
"margin-right:10px;"
/>
<img
src=
"../../assets/images/logofff-3.png"
height=
"50px"
/>
</span>
<p>
报名系统
</p>
<p>
报名系统
</p>
</div>
</div>
<div
class=
"login"
>
<div
class=
"login"
>
...
@@ -126,10 +129,11 @@ export default {
...
@@ -126,10 +129,11 @@ export default {
color
:
#fff
;
color
:
#fff
;
}
}
.main
.title
.icon
{
.main
.title
.icon
{
background
:
url('~@/assets/images/logofff.png')
no-repeat
center
center
;
// background: url('~@/assets/images/logofff.png') no-repeat center center;
background-size
:
contain
;
// background-size: contain;
width
:
166px
;
// width: 166px;
height
:
40px
;
// height: 40px;
text-align
:
center
;
margin-bottom
:
30px
;
margin-bottom
:
30px
;
}
}
.main
.title
p
{
.main
.title
p
{
...
...
src/style.scss
浏览文件 @
fc3009ce
...
@@ -35,7 +35,7 @@ body {
...
@@ -35,7 +35,7 @@ body {
}
}
/* 改变主题色变量 */
/* 改变主题色变量 */
$--color-primary
:
#
E27F4D
;
$--color-primary
:
#
AF1818
;
/* 改变 icon 字体路径变量,必需 */
/* 改变 icon 字体路径变量,必需 */
$--font-path
:
'~element-ui/lib/theme-chalk/fonts'
;
$--font-path
:
'~element-ui/lib/theme-chalk/fonts'
;
/* 引入element-ui对应scss文件,重新编译 */
/* 引入element-ui对应scss文件,重新编译 */
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论