UI 字体调整

This commit is contained in:
邹景立 2017-02-16 17:39:04 +08:00
parent fa1db87634
commit a63a75464a
3 changed files with 642 additions and 612 deletions

View File

@ -2,8 +2,12 @@
{block name="content"} {block name="content"}
<div class="row"> <div class="row">
<div class="col-sm-6"> <div class="col-lg-6">
<table class="layui-table" lay-even lay-skin="nob"> <table class="layui layui-table" lay-even lay-skin="line">
<colgroup>
<col width="30%">
<col>
</colgroup>
<thead> <thead>
<tr> <tr>
<th class="text-center" colspan="2">系统信息</th> <th class="text-center" colspan="2">系统信息</th>
@ -11,25 +15,29 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>框架版本</td> <td>Think.Admin 版本</td>
<td>{:sysconf('app_version')}</td>
</tr>
<tr>
<td>ThinkPHP 版本</td>
<td>{$Think.const.THINK_VERSION}</td> <td>{$Think.const.THINK_VERSION}</td>
</tr> </tr>
<tr> <tr>
<td>系统类型</td> <td>服务器操作系统</td>
<td>{:php_uname('s')}</td> <td>{:php_uname('s')}</td>
</tr> </tr>
<tr> <tr>
<td>运行环境</td> <td>运行环境</td>
<td>{:php_sapi_name()}</td> <td>{:php_sapi_name()}</td>
</tr> </tr>
<tr>
<td>PHP版本</td>
<td>{:phpversion()}</td>
</tr>
<tr> <tr>
<td>MySQL版本</td> <td>MySQL版本</td>
<td>{$mysql_ver}</td> <td>{$mysql_ver}</td>
</tr> </tr>
<tr>
<td>PHP版本</td>
<td>{:phpversion()}</td>
</tr>
<tr> <tr>
<td>上传限制</td> <td>上传限制</td>
<td>{:ini_get('upload_max_filesize')}</td> <td>{:ini_get('upload_max_filesize')}</td>
@ -41,8 +49,12 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="col-sm-6"> <div class="col-lg-6">
<table class="layui-table" lay-even lay-skin="nob"> <table class="layui layui-table" lay-even lay-skin="line">
<colgroup>
<col width="30%">
<col>
</colgroup>
<thead> <thead>
<tr> <tr>
<th class="text-center" colspan="2">产品团队</th> <th class="text-center" colspan="2">产品团队</th>
@ -51,35 +63,57 @@
<tbody> <tbody>
<tr> <tr>
<td>产品名称</td> <td>产品名称</td>
<td>Think.Admin</td> <td>Think.Admin 管理框架</td>
</tr>
<tr>
<td>当前版本</td>
<td>{:sysconf('app_version')}</td>
</tr> </tr>
<tr> <tr>
<td>产品设计及研发团队</td> <td>产品设计及研发团队</td>
<td>广州楚才信息科技有限公司</td> <td>广州楚才信息科技有限公司</td>
</tr> </tr>
<tr> <tr>
<td>官方网址</td> <td>产品DEMO体验</td>
<td>https://think.ctolog.com</td> <td>
<a target="_blank" href="https://think.ctolog.com">
https://think.ctolog.com
</a>
</td>
</tr> </tr>
<tr> <tr>
<td>官方QQ群</td> <td>官方QQ群</td>
<td> <td>
<a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=ae25cf789dafbef62e50a980ffc31242f150bc61a61164458216dd98c411832a"> <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=ae25cf789dafbef62e50a980ffc31242f150bc61a61164458216dd98c411832a">
<img src="http://pub.idqqimg.com/wpa/images/group.png" alt="PHP微信开发群 (SDK)"> <img src="http://pub.idqqimg.com/wpa/images/group.png" style="height:18px;width:auto" alt="PHP微信开发群 (SDK)">
</a> </a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>BUG反馈</td> <td>BUG反馈</td>
<td>https://github.com/zoujingli/Think.Admin/issues</td> <td>
<a target="_blank" href="https://github.com/zoujingli/Think.Admin/issues">
https://github.com/zoujingli/Think.Admin/issues
</a>
</td>
</tr> </tr>
<tr> <tr>
<td>项目地址</td> <td>项目地址</td>
<td>https://github.com/zoujingli/Think.Admin</td> <td>
<a target="_blank" href="https://github.com/zoujingli/Think.Admin">
https://github.com/zoujingli/Think.Admin
</a>
</td>
</tr>
<tr>
<td>公司官网</td>
<td>
<a target="_blank" href="http://www.cuci.cc">
http://www.cuci.cc
</a>
</td>
</tr>
<tr>
<td>公司地址</td>
<td>
广东省 广州市 海珠区 世港国际公寓E1栋
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -6,11 +6,11 @@
{/if} {/if}
<div class="ibox-content fadeInUp animated"> <div class="ibox-content fadeInUp animated">
{if isset($alert)} {if isset($alert)}
<div class="alert alert-{$alert.type} alert-dismissible" role="alert"> <div class="alert alert-{$alert.type} alert-dismissible" role="alert" style="border-radius:0">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"> <button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span> <span aria-hidden="true">&times;</span>
</button> </button>
{if isset($alert['title'])}<strong>{$alert.title}</strong><br/>{/if} {if isset($alert['title'])}<p style="font-size:18px;padding-bottom:10px">{$alert.title}</p>{/if}
{if isset($alert['content'])}<p>{$alert.content}</p>{/if} {if isset($alert['content'])}<p>{$alert.content}</p>{/if}
</div> </div>
{/if} {/if}

File diff suppressed because it is too large Load Diff