123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><{if $title}><{$title}> - <{/if}>后台管理</title>
- <link rel="stylesheet" href="<{$web_cfg.cdn}>/public/bootstrap/css/bootstrap.min.css">
- <script src="<{$web_cfg.cdn}>/k/??kissy/1.4.0/seed-min.js,cfg-min.js?t=1384946820" data-config="{combine:true}" charset="utf-8"></script>
- <script src="<{$web_cfg.domain}>/kissy-versions.php" charset="utf-8"></script>
- <style>
- body{
- font:12px arial;
- line-height: 1.8;
- background:#eff0f4;
- }
- .block_10 {
- display:block;
- height:10px;
- }
- .block_15 {
- display:block;
- height:15px;
- }
- .table th {
- background-color:#f5f5f5;
- }
- /*!
- * Bootstrap 样式修改
- */
- .label {
- padding: 0.4em 0.6em 0.3em;
- }
- .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
- line-height: 1.88;
- }
- .table {
- background-color:#FFF;
- }
- .table th {
- }
- .table td {
- vertical-align: middle!important;
- }
- .form-control {
- border-radius: 3px;
- font-size: 12px;
- height: 30px;
- line-height: 1.5;
- padding: 5px 10px;
- }
- .form-control:focus {
- border: 1px solid #424f63;
- box-shadow: none;
- }
- .form-control {
- max-width:300px;
- }
- /*表单右侧的提示样式*/
- .row-lsm {
- display: table;
- line-height: 30px;
- width: 100%;
- }
- .row-lsm .form-control {
- float:left;
- }
- .row-lsm i {
- float: left;
- font-style: normal;
- margin-left: 10px;
- color:red;
- }
- /*按钮样式*/
- .btn {
- border-radius: 3px;
- font-size: 12px;
- line-height: 1.5;
- padding: 5px 10px;
- background-color: #428bca;
- border-color: #357ebd;
- color: #fff;
- }
- .btn:hover, .btn:focus, .btn:active {
- background-color: #3276b1;
- border-color: #285e8e;
- color: #fff;
- }
- .has-error .form-control,.has-error .form-control:focus {
- border-color: red;
- }
- </style>
- </head>
- <body>
|