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

修改登录页

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