admin.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. /*
  2. * 后台专用
  3. * add by pjh
  4. */
  5. body {
  6. padding: 0;
  7. margin: 0;
  8. height: 100%;
  9. background-color: #edefef;
  10. }
  11. ul {
  12. margin: 0;
  13. padding: 0;
  14. list-style: none;
  15. }
  16. a {
  17. color: #fff;
  18. text-decoration: none;
  19. }
  20. /* 顶部栏 */
  21. .header {
  22. width: 100%;
  23. height: 53px;
  24. color: #fff;
  25. background-color: #5189c4;
  26. min-width: 1024px;
  27. }
  28. .top-left {
  29. height: 100%;
  30. margin-left: 15px;
  31. }
  32. .top-menu {
  33. display: inline-block;
  34. margin-left: 15%;
  35. margin-top: 20px;
  36. font-family: "微软雅黑","宋体";
  37. }
  38. .top-menu-li {
  39. background-color: #417cbb;
  40. padding: 5px 10px;
  41. border: solid 2px #5e95d0;
  42. border-bottom: 0;
  43. border-radius: 6px 6px 0 0;
  44. margin-right: 10px;
  45. }
  46. .top-menu-active {
  47. background-color: #edefef;
  48. }
  49. .top-menu-active a {
  50. color: #5189c4;
  51. }
  52. .top-right {
  53. margin-top: 26px;
  54. margin-right: 18px;
  55. font-size: 15px;
  56. font-family:Arial;
  57. }
  58. .gang {
  59. color: #5e95d0;
  60. margin: 0 5px;
  61. }
  62. .logout-form {
  63. float: right;
  64. margin-top: -2px;
  65. }
  66. .logout-btn {
  67. border: 0;
  68. color: #fff;
  69. font-size: 14px;
  70. background: none;
  71. }
  72. /* 非顶部栏 */
  73. .content {
  74. width: 100%;
  75. position: absolute;
  76. min-width: 1024px;
  77. }
  78. /* 左侧栏 */
  79. .left-menu {
  80. width: 160px;
  81. background-color: #f7fbfc;
  82. border-right: solid 1px #c2d0d9;
  83. }
  84. .left-menu a {
  85. color: #0068a6;
  86. font-size: 13px;
  87. }
  88. .left-menu-one {
  89. color: #275d96;
  90. margin: 15px;
  91. margin-bottom: 0;
  92. padding-bottom: 5px;
  93. border-bottom: solid 1px #d9e4ea;
  94. }
  95. .triangle {
  96. margin-top: -18px;
  97. margin-right: 15px;
  98. border-top: 7px solid #b4c3c7;
  99. border-left: 6px solid transparent;
  100. border-right: 6px solid transparent;
  101. }
  102. .left-menu-two {
  103. margin: 15px 0 30px 30px;
  104. }
  105. .left-menu-two li {
  106. margin-bottom: 8px;
  107. }
  108. .left-menu-active {
  109. width: 80px;
  110. height: 20px;
  111. padding: 5px 22px;
  112. background: url(../images/admin/left_menu.png);
  113. }
  114. /* 右侧框架 */
  115. .right-all {
  116. height: 90%;
  117. margin-left: 160px;
  118. }
  119. .right-title {
  120. width: 100px;
  121. padding: 3px;
  122. margin-left: 36px;
  123. background-color: #5189c4;
  124. text-align: center;
  125. color: #fff;
  126. font-size: 13px;
  127. font-family: "微软雅黑","宋体";
  128. }
  129. .right-content {
  130. height: 95%;
  131. margin-left: 20px;
  132. border: solid 1px #c2d0d9;
  133. background-color: #fff;
  134. padding-bottom: 10px;
  135. }
  136. /* 首页子页面 */
  137. .right-index-title {
  138. margin-top: 15px;
  139. padding: 6px 20px;
  140. border: solid 1px #c2d0d9;
  141. font-family: "微软雅黑","宋体";
  142. }
  143. .right-index-content {
  144. margin: 30px 130px;
  145. }
  146. .right-index-li {
  147. height: 50px;
  148. text-align: right;
  149. padding-right: 100px;
  150. }
  151. /* 管理员管理子页面 */
  152. .btn-add {
  153. margin: 20px;
  154. padding-bottom: 15px;
  155. border-bottom: solid 1px #c2d0d9;
  156. }
  157. .btn-add a {
  158. padding: 8px 5px;
  159. font-size: 10px;
  160. font-weight: bold;
  161. background: url(../images/admin/bnt_bg.png);
  162. }
  163. .div-table {
  164. width: 98%;
  165. margin-left: 1%;
  166. }
  167. .table-all {
  168. width: 100%;
  169. font-size: 13px;
  170. text-align: center;
  171. border-collapse: collapse;
  172. }
  173. .table-all th {
  174. height: 30px;
  175. }
  176. .table-all td {
  177. padding: 5px;
  178. }
  179. .table-all a {
  180. color: #000;
  181. }
  182. .table-all i {
  183. color: red;
  184. margin-right: 5px;
  185. }
  186. .form-click {
  187. top: 16%;
  188. left: 36%;
  189. width: 50%;
  190. z-index: 1;
  191. font-size: 13px;
  192. position: absolute;
  193. background-color: #fff;
  194. border: solid 2px #cccccc;
  195. box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
  196. display: none;
  197. }
  198. .form-click div {
  199. padding: 8px;
  200. font-size: 15px;
  201. font-weight: bold;
  202. background-color: #eaf0f7;
  203. }
  204. .form-click td {
  205. padding-top: 10px;
  206. padding-bottom: 10px;
  207. border-bottom: solid 1px #cccccc;
  208. }
  209. .click-td-left {
  210. text-align: right;
  211. padding-right: 20px;
  212. }
  213. .admin-close {
  214. margin-top: -8px;
  215. }
  216. .form-submit td {
  217. padding: 15px;
  218. }
  219. .upload-input {
  220. width: 68px;
  221. opacity: 0;
  222. z-index: 100;
  223. }
  224. .upload-text {
  225. margin-left: -75px;
  226. }