提交 c59a1ab9 authored 作者: 高一's avatar 高一

Merge branch 'seg' of https://gitlab.ezijing.com/ezijing/node-ciis into seg

...@@ -190,5 +190,5 @@ textarea { ...@@ -190,5 +190,5 @@ textarea {
} }
:root { :root {
--main-color: #e27f4d; --main-color: #af1818;
} }
...@@ -23,10 +23,8 @@ ...@@ -23,10 +23,8 @@
<!-- <div class="logo-new-3"></div> --> <!-- <div class="logo-new-3"></div> -->
</div> </div>
<div class="slider-icon" v-show="tempRoute.meta && tempRoute.meta.details"> <div class="slider-icon" v-show="tempRoute.meta && tempRoute.meta.details">
<el-image <img src="../../../assets/images/logofff-2.png" />
class="logo-new-1" <img src="../../../assets/images/logoend.png" />
src="https://zws-imgs-pub.ezijing.com/static/public/2a5dca328ca63abcf1c8496180adc485.png"
></el-image>
</div> </div>
<div class="slider-banner"> <div class="slider-banner">
<div v-for="item in navList" :key="item.path" class="tab-item"> <div v-for="item in navList" :key="item.path" class="tab-item">
...@@ -98,6 +96,10 @@ export default { ...@@ -98,6 +96,10 @@ export default {
justify-content: space-between; justify-content: space-between;
.slider-icon { .slider-icon {
flex: 1; flex: 1;
img {
margin-top: 10px;
margin-right: 20px;
}
.el-image { .el-image {
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
......
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
<header class="header"> <header class="header">
<div class="inner"> <div class="inner">
<div class="logo"> <div class="logo">
<router-link to="/" <router-link to="/">
><img src="https://zws-imgs-pub.ezijing.com/static/public/2a5dca328ca63abcf1c8496180adc485.png" <img src="../../assets/images/logofff-2.png" />
/></router-link> <img src="../../assets/images/logoend.png" />
</router-link>
</div> </div>
</div> </div>
</header> </header>
...@@ -134,11 +135,12 @@ export default { ...@@ -134,11 +135,12 @@ export default {
padding: 14px 0; padding: 14px 0;
img { img {
height: 50px; height: 50px;
margin-right: 20px;
} }
} }
} }
.nav { .nav {
background-color: #e27f4d; background-color: #af1818;
.title { .title {
font-size: 24px; font-size: 24px;
font-weight: 600; font-weight: 600;
......
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论