国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

322 lines
4.4KB

  1. /**
  2. * admin.css
  3. */
  4. ul {
  5. margin-top: 0;
  6. }
  7. .admin-icon-yellow {
  8. color: #ffbe40;
  9. }
  10. .admin-header {
  11. font-size: 1.4rem;
  12. margin-bottom: 0;
  13. }
  14. .admin-header-list a:hover :after {
  15. content: none;
  16. }
  17. .admin-main {
  18. background: #f3f3f3;
  19. }
  20. .admin-menu {
  21. position: fixed;
  22. bottom: 30px;
  23. right: 20px;
  24. }
  25. .admin-sidebar {
  26. width: 260px;
  27. min-height: 100%;
  28. float: left;
  29. border-right: 1px solid #cecece;
  30. }
  31. .admin-sidebar-list {
  32. margin-bottom: 0;
  33. }
  34. .admin-sidebar-list li a {
  35. color: #5c5c5c;
  36. padding-left: 24px;
  37. }
  38. .admin-sidebar-list li:first-child {
  39. border-top: none;
  40. }
  41. .admin-sidebar-sub {
  42. margin-top: 0;
  43. margin-bottom: 0;
  44. box-shadow: 0 16px 8px -15px #e2e2e2 inset;
  45. background: #ececec;
  46. padding-left: 24px;
  47. }
  48. .admin-sidebar-sub li:first-child {
  49. border-top: 1px solid #dedede;
  50. }
  51. .admin-sidebar-panel {
  52. margin: 10px;
  53. }
  54. .admin-content {
  55. width: auto;
  56. overflow: hidden;
  57. height: 100%;
  58. background: #fff;
  59. }
  60. .admin-content-list {
  61. border: 1px solid #e9ecf1;
  62. margin-top: 0;
  63. }
  64. .admin-content-list li {
  65. border: 1px solid #e9ecf1;
  66. border-width: 0 1px;
  67. margin-left: -1px;
  68. }
  69. .admin-content-list li:first-child {
  70. border-left: none;
  71. }
  72. .admin-content-list li:last-child {
  73. border-right: none;
  74. }
  75. .admin-content-table a {
  76. color: #535353;
  77. }
  78. .admin-content-file {
  79. margin-bottom: 0;
  80. color: #666;
  81. }
  82. .admin-content-file p {
  83. margin: 0 0 5px 0;
  84. font-size: 1.4rem;
  85. }
  86. .admin-content-file li {
  87. padding: 10px 0;
  88. }
  89. .admin-content-file li:first-child {
  90. border-top: none;
  91. }
  92. .admin-content-file li:last-child {
  93. border-bottom: none;
  94. }
  95. .admin-content-file li .am-progress {
  96. margin-bottom: 4px;
  97. }
  98. .admin-content-file li .am-progress-bar {
  99. line-height: 14px;
  100. }
  101. .admin-content-task {
  102. margin-bottom: 0;
  103. }
  104. .admin-content-task li {
  105. padding: 5px 0;
  106. border-color: #eee;
  107. }
  108. .admin-content-task li:first-child {
  109. border-top: none;
  110. }
  111. .admin-content-task li:last-child {
  112. border-bottom: none;
  113. }
  114. .admin-task-meta {
  115. font-size: 1.2rem;
  116. color: #999;
  117. }
  118. .admin-task-bd {
  119. font-size: 1.4rem;
  120. margin-bottom: 5px;
  121. }
  122. .admin-content-comment {
  123. margin-bottom: 0;
  124. }
  125. .admin-content-comment .am-comment-bd {
  126. font-size: 1.4rem;
  127. }
  128. .admin-content-pagination {
  129. margin-bottom: 0;
  130. }
  131. .admin-content-pagination li a {
  132. padding: 4px 8px;
  133. }
  134. @media only screen and (min-width: 641px) {
  135. .admin-sidebar {
  136. display: block;
  137. position: static;
  138. background: none;
  139. }
  140. .admin-offcanvas-bar {
  141. position: static;
  142. width: auto;
  143. background: none;
  144. -webkit-transform: translate3d(0, 0, 0);
  145. -ms-transform: translate3d(0, 0, 0);
  146. transform: translate3d(0, 0, 0);
  147. }
  148. .admin-offcanvas-bar:after {
  149. content: none;
  150. }
  151. }
  152. @media only screen and (max-width: 640px) {
  153. .admin-sidebar {
  154. width: inherit;
  155. }
  156. .admin-offcanvas-bar {
  157. background: #f3f3f3;
  158. }
  159. .admin-offcanvas-bar:after {
  160. background: #BABABA;
  161. }
  162. .admin-sidebar-list a:hover, .admin-sidebar-list a:active{
  163. -webkit-transition: background-color .3s ease;
  164. -moz-transition: background-color .3s ease;
  165. -ms-transition: background-color .3s ease;
  166. -o-transition: background-color .3s ease;
  167. transition: background-color .3s ease;
  168. background: #E4E4E4;
  169. }
  170. .admin-content-list li {
  171. padding: 10px;
  172. border-width: 1px 0;
  173. margin-top: -1px;
  174. }
  175. .admin-content-list li:first-child {
  176. border-top: none;
  177. }
  178. .admin-content-list li:last-child {
  179. border-bottom: none;
  180. }
  181. .admin-form-text {
  182. text-align: left !important;
  183. }
  184. }
  185. /*
  186. * user.html css
  187. */
  188. .user-info {
  189. margin-bottom: 15px;
  190. }
  191. .user-info .am-progress {
  192. margin-bottom: 4px;
  193. }
  194. .user-info p {
  195. margin: 5px;
  196. }
  197. .user-info-order {
  198. font-size: 1.4rem;
  199. }
  200. /*
  201. * errorLog.html css
  202. */
  203. .error-log .am-pre-scrollable {
  204. max-height: 40rem;
  205. }
  206. /*
  207. * table.html css
  208. */
  209. .table-main {
  210. font-size: 1.4rem;
  211. padding: .5rem;
  212. }
  213. .table-main button {
  214. background: #fff;
  215. }
  216. .table-check {
  217. width: 30px;
  218. }
  219. .table-id {
  220. width: 50px;
  221. }
  222. @media only screen and (max-width: 640px) {
  223. .table-select {
  224. margin-top: 10px;
  225. margin-left: 5px;
  226. }
  227. }
  228. /*
  229. gallery.html css
  230. */
  231. .gallery-list li {
  232. padding: 10px;
  233. }
  234. .gallery-list a {
  235. color: #666;
  236. }
  237. .gallery-list a:hover {
  238. color: #3bb4f2;
  239. }
  240. .gallery-title {
  241. margin-top: 6px;
  242. font-size: 1.4rem;
  243. }
  244. .gallery-desc {
  245. font-size: 1.2rem;
  246. margin-top: 4px;
  247. }
  248. /*
  249. 404.html css
  250. */
  251. .page-404 {
  252. background: #fff;
  253. border: none;
  254. width: 200px;
  255. margin: 0 auto;
  256. }