header.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title><{if $title}><{$title}> - <{/if}>后台管理</title>
  6. <link rel="stylesheet" href="<{$web_cfg.cdn}>/public/bootstrap/css/bootstrap.min.css">
  7. <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>
  8. <script src="<{$web_cfg.domain}>/kissy-versions.php" charset="utf-8"></script>
  9. <style>
  10. body{
  11. font:12px arial;
  12. line-height: 1.8;
  13. background:#eff0f4;
  14. }
  15. .block_10 {
  16. display:block;
  17. height:10px;
  18. }
  19. .block_15 {
  20. display:block;
  21. height:15px;
  22. }
  23. .table th {
  24. background-color:#f5f5f5;
  25. }
  26. /*!
  27. * Bootstrap 样式修改
  28. */
  29. .label {
  30. padding: 0.4em 0.6em 0.3em;
  31. }
  32. .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  33. line-height: 1.88;
  34. }
  35. .table {
  36. background-color:#FFF;
  37. }
  38. .table th {
  39. }
  40. .table td {
  41. vertical-align: middle!important;
  42. }
  43. .form-control {
  44. border-radius: 3px;
  45. font-size: 12px;
  46. height: 30px;
  47. line-height: 1.5;
  48. padding: 5px 10px;
  49. }
  50. .form-control:focus {
  51. border: 1px solid #424f63;
  52. box-shadow: none;
  53. }
  54. .form-control {
  55. max-width:300px;
  56. }
  57. /*表单右侧的提示样式*/
  58. .row-lsm {
  59. display: table;
  60. line-height: 30px;
  61. width: 100%;
  62. }
  63. .row-lsm .form-control {
  64. float:left;
  65. }
  66. .row-lsm i {
  67. float: left;
  68. font-style: normal;
  69. margin-left: 10px;
  70. color:red;
  71. }
  72. /*按钮样式*/
  73. .btn {
  74. border-radius: 3px;
  75. font-size: 12px;
  76. line-height: 1.5;
  77. padding: 5px 10px;
  78. background-color: #428bca;
  79. border-color: #357ebd;
  80. color: #fff;
  81. }
  82. .btn:hover, .btn:focus, .btn:active {
  83. background-color: #3276b1;
  84. border-color: #285e8e;
  85. color: #fff;
  86. }
  87. .has-error .form-control,.has-error .form-control:focus {
  88. border-color: red;
  89. }
  90. </style>
  91. </head>
  92. <body>