提交 285c8456 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

美化登陆页面

上级 da0b02a4
QMPlusVuePage/src/assets/logo.png

10.6 KB | W: | H:

QMPlusVuePage/src/assets/logo.png

7.9 KB | W: | H:

QMPlusVuePage/src/assets/logo.png
QMPlusVuePage/src/assets/logo.png
QMPlusVuePage/src/assets/logo.png
QMPlusVuePage/src/assets/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -53,7 +53,6 @@
.title-1 {
text-align: center;
font-size: 32px;
margin-bottom: 32px;
}
.title-3 {
......
......@@ -2,7 +2,9 @@
<el-container class="login-regist-box">
<vue-particle-line></vue-particle-line>
<el-main class="login-box">
<h1 class="title-1">GIN-VUE-ADMIN</h1>
<h1 class="title-1">
<img class="logo" :src="require('@/assets/logo.png')" alt="" srcset="">
</h1>
<el-form :model="loginForm" :rules="rules" ref="loginForm">
<el-form-item prop="username">
<el-input placeholder="请输入用户名" v-model="loginForm.username"></el-input>
......@@ -117,7 +119,11 @@ export default {
position: absolute;
left: 50%;
margin-left: -22vw;
top: 25vh;
top:5vh;
.logo{
height: 35vh;
width: 35vh;
}
}
.vPic{
position: absolute;
......
......@@ -2,7 +2,9 @@
<el-container class="login-regist-box">
<vue-particle-line></vue-particle-line>
<el-main class="login-box">
<h1 class="title-1">GIN-VUE-ADMIN</h1>
<h1 class="title-1">
<img class="logo" :src="require('@/assets/logo.png')">
</h1>
<el-form :model="registForm" :rules="rules" ref="registForm">
<el-form-item prop="username">
<el-input placeholder="请输入用户名" v-model="registForm.username"></el-input>
......@@ -115,7 +117,11 @@ export default {
position: absolute;
left: 50%;
margin-left: -22vw;
top: 25vh;
top:5vh;
.logo{
height: 35vh;
width: 35vh;
}
}
}
</style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册