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

237 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. width:100%;
  66. height:60px;
  67. background:linear-gradient(45deg,#008e38,#57960f 50%);
  68. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)
  69. }
  70. .top-logo {
  71. margin-left:30px;
  72. float:left;
  73. width:200px
  74. }
  75. .top-name a {
  76. float:left;
  77. height:60px;
  78. line-height:60px;
  79. font-size:18px;
  80. font-weight:600;
  81. color:#fff
  82. }
  83. .top-name a img {
  84. width:90px
  85. }
  86. .top-version a {
  87. float:left;
  88. height:60px;
  89. line-height:60px;
  90. font-size:18px;
  91. font-weight:600;
  92. color:#fff
  93. }
  94. .top-version {
  95. float:left;
  96. margin-top:20px;
  97. margin-left:5px;
  98. color:#fff
  99. }
  100. .btn-primary,.btn-warning {
  101. float:left;
  102. margin-top:18px;
  103. margin-left:5px
  104. }
  105. .top-item ul li {
  106. float:left;
  107. padding-left:30px;
  108. height:60px;
  109. line-height:60px
  110. }
  111. .top-item ul li a,.top-admin ul li a {
  112. color:#fff
  113. }
  114. .top-item ul li a:hover,.top-admin ul li a:hover {
  115. color:#dee2e6
  116. }
  117. .search {
  118. margin-left:-25px;
  119. height:20px;
  120. line-height:20px;
  121. font-size:12px;
  122. color:#545b62;
  123. background:0;
  124. border-radius:.2rem;
  125. border:0;
  126. cursor:pointer
  127. }
  128. .top-admin {
  129. float:right;
  130. margin-right:30px;
  131. height:60px;
  132. line-height:60px
  133. }
  134. .top-admin img {
  135. margin-right:10px;
  136. width:30px;
  137. height:30px;
  138. border-radius:50%
  139. }
  140. .top-admin ul li {
  141. float:left;
  142. padding-left:30px;
  143. height:60px;
  144. line-height:60px
  145. }
  146. .menu-body {
  147. margin:0;
  148. padding:0 10px
  149. }
  150. .menu-left {
  151. padding-top:1rem
  152. }
  153. .menu-right {
  154. width:100%;
  155. background:#fff;
  156. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
  157. border-radius:0 0 .2rem .2rem
  158. }
  159. a.menu-item div {
  160. margin-bottom:5px;
  161. width:40px;
  162. height:28px;
  163. line-height:28px;
  164. color:#545b62;
  165. background:#fff;
  166. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
  167. border-radius:.2rem 0 0 .2rem;
  168. text-align:center;
  169. transition:all .3s;
  170. cursor:pointer
  171. }
  172. a.menu-item div:hover {
  173. color:#fff;
  174. background:#545b62
  175. }
  176. a.menu-active div {
  177. margin-bottom:5px;
  178. width:40px;
  179. height:28px;
  180. line-height:28px;
  181. color:#fff;
  182. background:#545b62;
  183. box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
  184. border-radius:.2rem 0 0 .2rem;
  185. text-align:center
  186. }
  187. dl.bitem {
  188. margin:1rem 0 10px 0;
  189. padding:0 10px
  190. }
  191. dl.bitem dt {
  192. margin-bottom:10px;
  193. padding-left:10px;
  194. height:28px;
  195. line-height:28px;
  196. background:#f6f6f6;
  197. border-radius:.2rem;
  198. cursor:pointer
  199. }
  200. dl.bitem dt b {
  201. color:#545b62
  202. }
  203. dl.bitem dt b i {
  204. margin-right:10px;
  205. width:10px
  206. }
  207. .sitemu li {
  208. display:block;
  209. padding-left:30px;
  210. height:26px;
  211. line-height:26px
  212. }
  213. .fllct {
  214. float:left
  215. }
  216. .flrct {
  217. float:right
  218. }
  219. .fa-minus-circle {
  220. color:#dc3545
  221. }
  222. .fa-plus-circle {
  223. color:#28a745
  224. }
  225. #browsehappy {
  226. padding:20px 30px;
  227. font-size:14px;
  228. line-height:16px;
  229. color:#856404;
  230. background:#fff3cd;
  231. border-radius:.25rem;
  232. border:0
  233. }
  234. .browsehappy-close {
  235. float:right;
  236. cursor:pointer
  237. }