Commit 95666c58 authored by qjeslks's avatar qjeslks

7.15.2

parent 7823245b
src/assets/imgs/dengluanniu_wx.png

86.6 KB | W: | H:

src/assets/imgs/dengluanniu_wx.png

18.6 KB | W: | H:

src/assets/imgs/dengluanniu_wx.png
src/assets/imgs/dengluanniu_wx.png
src/assets/imgs/dengluanniu_wx.png
src/assets/imgs/dengluanniu_wx.png
  • 2-up
  • Swipe
  • Onion skin
src/assets/imgs/dengluanniu_x.png

66.8 KB | W: | H:

src/assets/imgs/dengluanniu_x.png

16.5 KB | W: | H:

src/assets/imgs/dengluanniu_x.png
src/assets/imgs/dengluanniu_x.png
src/assets/imgs/dengluanniu_x.png
src/assets/imgs/dengluanniu_x.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
<div class="login-text2 text">DATA MANAGEMENT BACKGROUND OF PACKET DIAGRAM</div> <div class="login-text2 text">DATA MANAGEMENT BACKGROUND OF PACKET DIAGRAM</div>
<div class="div-input"> <div class="div-input">
<el-input v-model="userInfo.userName" style="width: 380px ; height: 50px" placeholder="请输入账号" <el-input v-model="userInfo.userName" style="width: 380px ; height: 50px" placeholder="请输入账号"
:prefix-icon="User" input-style="color:white" /> :prefix-icon="User" input-style="color:black" />
</div> </div>
<el-row> <el-row>
<el-col> <el-col>
<div class="div-input"> <div class="div-input">
<el-input v-model="userInfo.password" style=" color: white;width: 380px ; height: 50px" type="password" <el-input v-model="userInfo.password" style=" color: white;width: 380px ; height: 50px" type="password"
placeholder="请输入密码" show-password :prefix-icon="Lock" input-style="color:white" /> placeholder="请输入密码" show-password :prefix-icon="Lock" input-style="color:black" />
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<el-col :span="15"> <el-col :span="15">
<div class="div-input input-contain"> <div class="div-input input-contain">
<el-input v-model="code" style="width: 240px ; height: 50px" <el-input v-model="code" style="width: 240px ; height: 50px"
placeholder="请输入验证码" input-style="color:white" @keyup.enter="login"/> placeholder="请输入验证码" input-style="color:black" @keyup.enter="login"/>
</div> </div>
</el-col> </el-col>
<el-col :span="9"> <el-col :span="9">
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row justify="space-around" style="margin-bottom: 20px;"> <el-row justify="space-around" style="margin-bottom: 20px;">
<div id="login_button" @click="login" style="width: 380px; height: 80px"></div> <div id="login_button" @click="login" style="width: 380px; height: 80px">登录</div>
</el-row> </el-row>
</div> </div>
</div> </div>
...@@ -186,6 +186,11 @@ ...@@ -186,6 +186,11 @@
background-size: 100% 70%; background-size: 100% 70%;
background-repeat: no-repeat; background-repeat: no-repeat;
overflow: hidden; overflow: hidden;
font-family: "微软雅黑";
font-size: 25px;
font-weight: 380;
line-height: 50px;
color: aliceblue;
} }
#errorMessage { #errorMessage {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment