提交 fc3009ce authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 27fea67d
...@@ -190,5 +190,5 @@ textarea { ...@@ -190,5 +190,5 @@ textarea {
} }
:root { :root {
--main-color: #e27f4d; --main-color: #af1818;
} }
...@@ -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 {
......
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论