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

bug fixes

上级 27fea67d
......@@ -190,5 +190,5 @@ textarea {
}
:root {
--main-color: #e27f4d;
--main-color: #af1818;
}
......@@ -4,7 +4,10 @@
<div class="bg"></div>
<div class="content">
<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>
</div>
<div class="login">
......@@ -126,10 +129,11 @@ export default {
color: #fff;
}
.main .title .icon {
background: url('~@/assets/images/logofff.png') no-repeat center center;
background-size: contain;
width: 166px;
height: 40px;
// background: url('~@/assets/images/logofff.png') no-repeat center center;
// background-size: contain;
// width: 166px;
// height: 40px;
text-align: center;
margin-bottom: 30px;
}
.main .title p {
......
......@@ -35,7 +35,7 @@ body {
}
/* 改变主题色变量 */
$--color-primary: #E27F4D;
$--color-primary: #AF1818;
/* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
/* 引入element-ui对应scss文件,重新编译 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论