提交 1a3d9b92 authored 作者: 龙菲's avatar 龙菲

修改登录页

上级 67072e65
......@@ -101,8 +101,9 @@
>登录</el-button
>
</el-form>
<div class="footer">©贵州省文化和旅游厅版权所有</div>
</div>
<div class="footer">贵州省文化和旅游厅版权所有</div>
</div>
</template>
......@@ -251,27 +252,32 @@ $light_gray: #eee;
height: 100vh;
width: 100%;
overflow: hidden;
background-image: url("~@/assets/imgs/login/bg.png");
background-size: 100% 100%;
background-repeat: no-repeat;
// background-image: url("~@/assets/imgs/login/bg.png");
box-sizing: border-box;
position: relative;
}
.left,
.right {
width: 50%;
// width: 50%;
height: 100%;
}
.left {
padding: 80px 0 0 100px;
width: 60%;
padding: 80px;
// background-color: #1d63c3;
background-image: url("~@/assets/imgs/login/bg.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
.logo {
display: flex;
.logo-container {
width: 140px;
height: 140px;
width: 120px;
height: 120px;
margin-right: 4px;
img {
width: 100%;
......@@ -280,20 +286,26 @@ $light_gray: #eee;
.ch {
color: #fff;
font-size: 38px;
font-size: 36px;
display: inline-block;
margin: 6px 0 10px;
letter-spacing: 2px;
margin: 6px 0 4px;
// letter-spacing: 2px;
}
.en {
color: #fff;
font-size: 20px;
display: inline-block;
letter-spacing: 1px;
// letter-spacing: 1px;
}
}
}
.right{
background-color: #fff;
position: relative;
width: 40%;
}
.login-container {
min-height: 100%;
// width: 100%;
......@@ -309,11 +321,11 @@ $light_gray: #eee;
padding: 120px 35px;
// margin: 0 auto;
overflow: hidden;
background-color: #fff;
// background: #12417b;
// background: url("~@/assets/imgs/login/login-bg.png") 100% 100% no-repeat;
background-color: #fff;
border-radius: 16px;
box-shadow: 2px 6px 6px 2px rgba(0, 0, 0, 0.1);
// border-radius: 16px;
// box-shadow: 2px 6px 6px 2px rgba(0, 0, 0, 0.1);
}
.tips {
......@@ -371,10 +383,11 @@ $light_gray: #eee;
}
.el-button--primary {
background-color: #1d63c3;
background-color: #313c64;
color: #fff;
border-color: transparent;
&:hover {
background-color: rgba($color: #1d63c3, $alpha: 0.8);
background-color: rgba($color: #313c64, $alpha: 0.8);
}
}
......
......@@ -42,7 +42,8 @@ module.exports = {
proxy: {
'/api': {
// target: 'http://172.24.100.109:8080/',
target:'http://222.85.214.245:9603/api',
// target:'http://222.85.214.245:9603/api',
target:'http://192.168.1.230:9603/api',
changeOrigin: true,
pathRewrite: {
'^/api': ''
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论