master
Tuzki 1 year ago
parent 38c98804cb
commit 5b4349926a
  1. 3
      ruoyi-ui/src/views/login.vue
  2. 71
      ruoyi-ui/src/views/register.vue

@ -251,7 +251,7 @@ export default {
};
</script>
<style lang="scss" rel="stylesheet/scss" scoped>
<style lang="scss" >
.login {
display: flex;
justify-content: center;
@ -393,4 +393,5 @@ export default {
}
}
}
</style>

@ -313,7 +313,76 @@ export default {
};
</script>
<style lang="scss" rel="stylesheet/scss" scoped>
<style lang="scss">
.login {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background-image: url("../assets/images/login-backimg.png");
background-size: cover;
}
.title {
margin: 0px auto 30px auto;
text-align: center;
color: #707070;
}
.login-form {
border-radius: 6px;
background: #ffffff;
width: 400px;
padding: 25px 25px 5px 25px;
.el-input {
height: 38px;
input {
height: 38px;
}
}
.input-icon {
height: 39px;
width: 14px;
margin-left: 2px;
}
}
.login-tip {
font-size: 13px;
text-align: center;
color: #bfbfbf;
}
.login-code {
width: 33%;
height: 38px;
float: right;
img {
cursor: pointer;
vertical-align: middle;
}
}
.el-login-footer {
height: 40px;
line-height: 40px;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color: #fff;
font-family: Arial;
font-size: 12px;
letter-spacing: 1px;
}
.login-code-img {
height: 38px;
}
.register {
display: flex;
justify-content: center;

Loading…
Cancel
Save