美化后台ui
This commit is contained in:
parent
ae9aaf6e99
commit
de7df945de
|
|
@ -2,7 +2,7 @@
|
|||
<div class="error-container">
|
||||
<div class="well">
|
||||
<h1 class="grey lighter smaller">
|
||||
<span class="blue bigger-125">
|
||||
<span class="info bigger-125">
|
||||
<i class="ace-icon fa fa-sitemap"></i>
|
||||
HTTP 404
|
||||
</span>
|
||||
|
|
@ -17,17 +17,17 @@
|
|||
|
||||
<ul class="list-unstyled spaced inline bigger-110 margin-15">
|
||||
<li>
|
||||
<i class="ace-icon fa fa-hand-o-right blue"></i>
|
||||
<i class="ace-icon fa fa-hand-o-right info"></i>
|
||||
检查地址是否输入错误
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="ace-icon fa fa-hand-o-right blue"></i>
|
||||
<i class="ace-icon fa fa-hand-o-right info"></i>
|
||||
检查是否处于联网状态
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="ace-icon fa fa-hand-o-right blue"></i>
|
||||
<i class="ace-icon fa fa-hand-o-right info"></i>
|
||||
联系管理员
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="error-container">
|
||||
<div class="well">
|
||||
<h1 class="grey lighter smaller">
|
||||
<span class="blue bigger-125">
|
||||
<span class="info bigger-125">
|
||||
<i class="ace-icon fa fa-random"></i>
|
||||
HTTP 500
|
||||
</span>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<ul class="list-unstyled spaced inline bigger-110 margin-15">
|
||||
<li>
|
||||
<i class="ace-icon fa fa-hand-o-right blue"></i>
|
||||
<i class="ace-icon fa fa-hand-o-right info"></i>
|
||||
接口名:
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i class="ace-icon fa fa-hand-o-right blue"></i>
|
||||
<i class="ace-icon fa fa-hand-o-right info"></i>
|
||||
异常类名:
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<i class="ace-icon fa fa-hand-o-right blue"></i>
|
||||
<i class="ace-icon fa fa-hand-o-right info"></i>
|
||||
异常信息:
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
<ul class="list-unstyled spaced inline bigger-110 margin-15">
|
||||
<li>
|
||||
<i class="ace-icon fa fa-hand-o-right blue"></i>
|
||||
邮箱 : <a class="blue" href="#" target="_blank">administrator${"@"}admin.com</a>
|
||||
<i class="ace-icon fa fa-hand-o-right info"></i>
|
||||
邮箱 : <a class="info" href="#" target="_blank">administrator${"@"}admin.com</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8763,7 +8763,7 @@ input[type="tel"],
|
|||
input[type="color"] {
|
||||
border-radius: 0 !important;
|
||||
color: #858585;
|
||||
background-color: #ffffff;
|
||||
background-color: #fcfcfc;
|
||||
border: 1px solid #d5d5d5;
|
||||
padding: 5px 4px 6px;
|
||||
font-size: 14px;
|
||||
|
|
@ -8836,7 +8836,7 @@ select {
|
|||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
color: #858585;
|
||||
background-color: #ffffff;
|
||||
background-color: #fcfcfc;
|
||||
border: 1px solid #d5d5d5;
|
||||
}
|
||||
.form-control:focus,
|
||||
|
|
@ -16946,7 +16946,7 @@ img.editable-click:hover {
|
|||
border-left: 1px solid #E1E1E1;
|
||||
}
|
||||
.ui-jqgrid .ui-jqgrid-hdiv {
|
||||
background-color: #eff3f8;
|
||||
background-color: #eeeeee;
|
||||
border: 1px solid #D3D3D3;
|
||||
border-width: 1px 0 0 1px;
|
||||
line-height: 15px;
|
||||
|
|
@ -17010,7 +17010,7 @@ img.editable-click:hover {
|
|||
height: 35px;
|
||||
padding-top: 3px !important;
|
||||
padding-bottom: 5px !important;
|
||||
background-color: #eff3f8 !important;
|
||||
background-color: #eeeeee !important;
|
||||
border-bottom: 1px solid #E1E1E1 !important;
|
||||
border-top: 1px solid #E1E1E1 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user