国内流行的内容管理系统(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.

242 lines
3.4KB

  1. body.hidemenu {
  2. background:none
  3. }
  4. body.showmenu .body-left {
  5. display:block
  6. }
  7. body.hidemenu .body-left {
  8. display:none
  9. }
  10. body.showmenu .body-right {
  11. left:230px;
  12. transition:all .3s
  13. }
  14. body.hidemenu .body-right {
  15. left:0;
  16. transition:all .3s
  17. }
  18. input[type=text] {
  19. padding:.2rem;
  20. width:160px;
  21. height:26px;
  22. line-height:26px;
  23. font-size:12px;
  24. background:#fff;
  25. border:0;
  26. border-radius:.2rem;
  27. vertical-align:middle
  28. }
  29. input[type=text]:focus {
  30. box-shadow:none;
  31. outline:none
  32. }
  33. .body-left {
  34. position:absolute;
  35. top:60px;
  36. width:230px;
  37. left:0;
  38. bottom:0;
  39. z-index:7
  40. }
  41. .body-right {
  42. position:absolute;
  43. right:0;
  44. top:60px;
  45. bottom:0;
  46. z-index:7
  47. }
  48. .main {
  49. height:100%
  50. }
  51. .main iframe {
  52. width:100%;
  53. height:100%;
  54. z-index:20
  55. }
  56. .menu {
  57. height:100%
  58. }
  59. .menu iframe {
  60. width:100%;
  61. height:100%;
  62. z-index:20
  63. }
  64. .head {
  65. position:relative;
  66. width:100%;
  67. height:60px;
  68. overflow:hidden;
  69. z-index:8
  70. }
  71. .top {
  72. width:100%;
  73. height:60px;
  74. background:linear-gradient(45deg,#008e38,#57960f 50%);
  75. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)
  76. }
  77. .top-logo {
  78. margin-left:30px;
  79. float:left;
  80. width:200px
  81. }
  82. .top-dedebiz a {
  83. float:left;
  84. height:60px;
  85. line-height:60px;
  86. font-size:18px;
  87. font-weight:600;
  88. color:#fff
  89. }
  90. .top-dedebiz a img {
  91. width:90px
  92. }
  93. .top-version a {
  94. float:left;
  95. height:60px;
  96. line-height:60px;
  97. font-size:18px;
  98. font-weight:600;
  99. color:#fff
  100. }
  101. .top-version {
  102. float:left;
  103. margin-top:20px;
  104. margin-left:5px;
  105. color:#fff
  106. }
  107. .btn-primary,.btn-warning {
  108. float:left;
  109. margin-top:18px;
  110. margin-left:5px
  111. }
  112. .top-item ul li {
  113. float:left;
  114. padding-left:30px;
  115. height:60px;
  116. line-height:60px
  117. }
  118. .top-item ul li a,.top-admin ul li a {
  119. color:#fff
  120. }
  121. .top-item ul li a:hover,.top-admin ul li a:hover {
  122. color:#dee2e6
  123. }
  124. .search {
  125. margin-left:-25px;
  126. height:20px;
  127. line-height:20px;
  128. font-size:12px;
  129. color:#545b62;
  130. background:0;
  131. border-radius:.2rem;
  132. border:0;
  133. cursor:pointer
  134. }
  135. .top-admin {
  136. float:right;
  137. margin-right:30px;
  138. height:60px;
  139. line-height:60px
  140. }
  141. .top-admin img {
  142. margin-right:10px;
  143. width:30px;
  144. height:30px;
  145. border-radius:50%
  146. }
  147. .top-admin ul li {
  148. float:left;
  149. padding-left:30px;
  150. height:60px;
  151. line-height:60px
  152. }
  153. .menu-body {
  154. margin:0;
  155. padding:0 10px
  156. }
  157. .menu-left {
  158. padding-top:1rem
  159. }
  160. .menu-right {
  161. width:100%;
  162. background:#fff;
  163. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
  164. border-radius:0 0 .2rem .2rem
  165. }
  166. a.menu-item div {
  167. margin-bottom:5px;
  168. padding:5px 0;
  169. width:40px;
  170. color:#545b62;
  171. background:#fff;
  172. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
  173. border-radius:.2rem 0 0 .2rem;
  174. text-align:center;
  175. transition:all .3s;
  176. cursor:pointer
  177. }
  178. a.menu-item:hover div {
  179. color:#fff;
  180. background:#545b62
  181. }
  182. a.menu-active div {
  183. margin-bottom:5px;
  184. padding:5px 0;
  185. width:40px;
  186. color:#fff;
  187. background:#545b62;
  188. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
  189. border-radius:.2rem 0 0 .2rem;
  190. text-align:center
  191. }
  192. dl.bitem {
  193. margin:1rem 0 10px 0;
  194. padding:0 10px
  195. }
  196. dl.bitem dt {
  197. margin-bottom:10px;
  198. padding-left:10px;
  199. height:28px;
  200. line-height:28px;
  201. background:#f6f6f6;
  202. border-radius:.2rem;
  203. cursor:pointer
  204. }
  205. dl.bitem dt b {
  206. color:#545b62
  207. }
  208. dl.bitem dt b i {
  209. margin-right:10px;
  210. width:10px
  211. }
  212. .sitemu li {
  213. display:block;
  214. padding-left:30px;
  215. height:26px;
  216. line-height:26px
  217. }
  218. .fllct {
  219. float:left
  220. }
  221. .flrct {
  222. float:right
  223. }
  224. .fa-minus-circle {
  225. color:#dc3545
  226. }
  227. .fa-plus-circle {
  228. color:#28a745
  229. }
  230. #browsehappy {
  231. padding:20px 30px;
  232. font-size:14px;
  233. line-height:16px;
  234. color:#856404;
  235. background:#fff3cd;
  236. border-radius:.25rem;
  237. border:0
  238. }
  239. .browsehappy-close {
  240. float:right;
  241. cursor:pointer
  242. }