安装完成提示信息优化

feat/task1-c-wallet
devil_gong 2019-01-04 17:57:40 +08:00
parent d48cee25e7
commit 6707ddcec8
2 changed files with 16 additions and 3 deletions

View File

@ -9,8 +9,9 @@
<h2>恭喜您安装成功</h2>
<div class="box">
<a href="{{$Think.__MY_URL__}}index.php?s=/admin/index/index" target="_blank">后台管理</a><br />
<span class="admin_hint">默认账号admin &emsp; 默认密码为shopxo</span>
<br /><br />
<p class="admin-hint">默认账号admin &emsp; 默认密码为shopxo</p>
<p class="tips-sweet">请尽快修改管理员密码,以防被黑客非法入侵。</p>
<br />
<a href="{{$Think.__MY_URL__}}" target="_blank">访问首页</a>
</div>
</div>

View File

@ -167,9 +167,21 @@ p {
}
.success .box {
text-align: left;
width: 260px;
width: 360px;
margin: 0 auto;
}
.success .admin-hint, .success .tips-sweet {
margin-top: 5px;
}
.success .tips-sweet {
color: #f00;
background: #ffee5b;
padding: 5px 8px;
border: 1px solid #FF9800;
}
.success a {
font-size: 16px;
}
/**
*