master
bobi 2019-08-22 20:11:58 +08:00
parent 6c4df4f141
commit a2b1923ec5
17 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 262 KiB

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

View File

@ -55,7 +55,7 @@
<li class="no-line layui-nav-item">
<a href="javascript:">
<img src="images/head.png" class="layui-nav-img">
<img src="images/avatar.png" class="layui-nav-img">
bobi
</a>
<dl id="userInfo" class="layui-nav-child">
@ -78,7 +78,7 @@
<div class="okadmin-logo">ok-admin v2.0</div>
<div class="user-photo">
<a class="img" title="我的头像">
<img src="images/head.png" class="userAvatar">
<img src="images/avatar.png" class="userAvatar">
</a>
<p>你好!<span class="userName">bobi</span>, 欢迎登录</p>
</div>

View File

@ -12,7 +12,7 @@
<body class="page-fill">
<div class="page-fill" id="login">
<form class="layui-form">
<div class="login_face"><img src="../images/a.png" class="userAvatar"></div>
<div class="login_face"><img src="../images/logo.png" class="userAvatar"></div>
<div class="layui-form-item input-item">
<label for="userName">用户名</label>
<input type="text" lay-verify="required" name="userName" placeholder="请输入用户名" autocomplete="off" id="userName" class="layui-input">