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

244 lines
3.5KB

  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. width:40px;
  169. height:28px;
  170. line-height:28px;
  171. color:#545b62;
  172. background:#fff;
  173. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
  174. border-radius:.2rem 0 0 .2rem;
  175. text-align:center;
  176. transition:all .3s;
  177. cursor:pointer
  178. }
  179. a.menu-item div:hover {
  180. color:#fff;
  181. background:#545b62
  182. }
  183. a.menu-active div {
  184. margin-bottom:5px;
  185. width:40px;
  186. height:28px;
  187. line-height:28px;
  188. color:#fff;
  189. background:#545b62;
  190. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
  191. border-radius:.2rem 0 0 .2rem;
  192. text-align:center
  193. }
  194. dl.bitem {
  195. margin:1rem 0 10px 0;
  196. padding:0 10px
  197. }
  198. dl.bitem dt {
  199. margin-bottom:10px;
  200. padding-left:10px;
  201. height:28px;
  202. line-height:28px;
  203. background:#f6f6f6;
  204. border-radius:.2rem;
  205. cursor:pointer
  206. }
  207. dl.bitem dt b {
  208. color:#545b62
  209. }
  210. dl.bitem dt b i {
  211. margin-right:10px;
  212. width:10px
  213. }
  214. .sitemu li {
  215. display:block;
  216. padding-left:30px;
  217. height:26px;
  218. line-height:26px
  219. }
  220. .fllct {
  221. float:left
  222. }
  223. .flrct {
  224. float:right
  225. }
  226. .fa-minus-circle {
  227. color:#dc3545
  228. }
  229. .fa-plus-circle {
  230. color:#28a745
  231. }
  232. #browsehappy {
  233. padding:20px 30px;
  234. font-size:14px;
  235. line-height:16px;
  236. color:#856404;
  237. background:#fff3cd;
  238. border-radius:.25rem;
  239. border:0
  240. }
  241. .browsehappy-close {
  242. float:right;
  243. cursor:pointer
  244. }