markdown.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. body{
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. }
  8. ::-webkit-scrollbar , body .scrollbar-track-color{
  9. height: 9px;
  10. width: 7px;
  11. background: #E6E6E6;
  12. }
  13. ::-webkit-scrollbar:hover {
  14. background: #CCCCCC;
  15. }
  16. ::-webkit-scrollbar-thumb {
  17. background: #A2A2A2;
  18. -webkit-border-radius: 6px;
  19. -moz-border-radius: 6px;
  20. -ms-border-radius: 6px;
  21. -o-border-radius: 6px;
  22. border-radius: 6px;
  23. }
  24. .error-message{
  25. color: red;
  26. }
  27. .manual-head{
  28. padding: 5px 5px 5px 5px;
  29. position: fixed;
  30. width: 100%;
  31. }
  32. .manual-category{
  33. width: 280px;
  34. position: fixed;
  35. border-top: 1px solid #DDDDDD;
  36. bottom: 0;
  37. top: 40px;
  38. background-color: #FAFAFA;
  39. left: 0;
  40. right: 0;
  41. padding-bottom: 15px;
  42. overflow-y:auto;
  43. z-index: 999;
  44. }
  45. .manual-category .manual-nav {
  46. font-size: 14px;
  47. color: #333333;
  48. font-weight: 200;
  49. zoom:1;
  50. border-bottom: 1px solid #ddd
  51. }
  52. .manual-category .manual-tree{
  53. margin-top: 10px;
  54. width: 280px;
  55. position: absolute;
  56. top: 30px;
  57. right: 0;
  58. left: 0;
  59. bottom: 0;
  60. overflow-y: auto;
  61. }
  62. .manual-category .manual-nav .nav-item{
  63. font-size: 14px;
  64. padding: 0 9px;
  65. cursor: pointer;
  66. float: left;
  67. height: 30px;
  68. line-height: 30px;
  69. color: #666;
  70. }
  71. .manual-category .manual-nav .nav-plus {
  72. color: #999;
  73. cursor: pointer;
  74. height: 24px;
  75. width: 24px;
  76. line-height: 24px;
  77. display: inline-block;
  78. margin-top: 4px
  79. }
  80. .manual-category .manual-nav .nav-plus:hover{
  81. color: #333333;
  82. }
  83. .manual-category .manual-nav .nav-item.active{
  84. border-bottom: 1px solid #fafafa;
  85. margin-bottom: -1px;
  86. border-left: 1px solid #ddd;
  87. border-right: 1px solid #ddd;
  88. padding-left: 8px;
  89. padding-right: 8px;
  90. }
  91. .manual-editor-container{
  92. position: absolute;
  93. left: 280px;
  94. top: 40px;
  95. right: 0;
  96. bottom: 0;
  97. overflow: hidden;
  98. border-top: 1px solid #DDDDDD;
  99. }
  100. .manual-editor-container .manual-editormd{
  101. position: absolute;
  102. bottom: 30px;
  103. top: -1px;
  104. left: 0;
  105. right: 0;
  106. }
  107. .manual-editor-container .manual-editormd .manual-editormd-active,
  108. .manual-wangEditor,.manual-wangEditor .wangEditor-container,
  109. .manual-wangEditor .wangEditor-container .wangEditor-txt{
  110. position: absolute;
  111. top:0;
  112. left: 0;
  113. right: 0;
  114. bottom: 0;
  115. }
  116. .manual-wangEditor,.manual-wangEditor .wangEditor-container{
  117. bottom: 15px;
  118. border-top: 0;
  119. overflow: hidden;
  120. }
  121. .manual-wangEditor .wangEditor-container .wangEditor-txt{
  122. top: 32px;
  123. }
  124. .manual-wangEditor .wangEditor-container .wangEditor-menu-container{
  125. position: fixed;
  126. z-index: 10000;
  127. }
  128. .manual-wangEditor .wangEditor-container .code-textarea{
  129. position: absolute;
  130. top: 32px;
  131. bottom: 0;
  132. left: 0;
  133. right: 0;
  134. }
  135. .btn-toolbar{position: absolute;}
  136. .editormd-group{
  137. float: left;
  138. height: 32px;
  139. margin-right: 10px;
  140. }
  141. .editormd-group a,.editormd-group .editor-item{
  142. float: left;
  143. }
  144. .editormd-group .change i{
  145. color: #ffffff;
  146. background-color: #44B036 !important;
  147. border: 1px #44B036 solid !important;
  148. }
  149. .editormd-group .change i:hover{
  150. background-color: #58CB48 !important;
  151. }
  152. .editormd-group .disabled i:hover{
  153. background: #ffffff !important;
  154. }
  155. .editormd-group a.disabled{
  156. border-color: #c9c9c9;
  157. opacity: .6;
  158. cursor: default
  159. }
  160. .editormd-group a>i{
  161. display: inline-block;
  162. width: 34px !important;
  163. height: 30px !important;
  164. line-height: 30px;
  165. text-align: center;
  166. color: #4b4b4b;
  167. border: 1px solid #ccc;
  168. background: #fff;
  169. border-radius: 4px;
  170. font-size: 15px
  171. }
  172. .editormd-group a>i.item{
  173. border-radius: 0;
  174. border-right: 0;
  175. }
  176. .editormd-group a>i.last{
  177. border-bottom-left-radius:0;
  178. border-top-left-radius:0;
  179. }
  180. .editormd-group a>i.first{
  181. border-right: 0;
  182. border-bottom-right-radius:0;
  183. border-top-right-radius:0;
  184. }
  185. .editormd-group a i:hover {
  186. background-color: #e4e4e4
  187. }
  188. .editormd-group a i:after {
  189. display: block;
  190. overflow: hidden;
  191. line-height: 30px;
  192. text-align: center;
  193. font-family: icomoon,Helvetica,Arial,sans-serif;
  194. font-style: normal;
  195. }
  196. .manual-editor-status{
  197. position: absolute;
  198. left: 0;
  199. right: 0;
  200. bottom: 0;
  201. height: 30px;
  202. overflow: hidden;
  203. border-left: 1px solid #DDDDDD;
  204. color: #555;
  205. background-color: #FAFAFA;
  206. z-index: 1000;
  207. line-height: 30px;
  208. }
  209. .manual-editor-status .item{
  210. display: inline-block;
  211. margin-right: 10px;
  212. margin-left: 10px;
  213. cursor: pointer;
  214. }
  215. /***************附件管理的样式*******************/
  216. .attach-drop-panel{
  217. display: block;
  218. position: relative;
  219. width: 100%;
  220. height: 100%;
  221. }
  222. .attach-drop-panel .webuploader-element-invisible{
  223. width: 500px;
  224. height: 100px;
  225. position: absolute;
  226. top: 0;
  227. }
  228. .attach-drop-panel .webuploader-pick{
  229. color: #ccc;
  230. text-align: center;
  231. margin: 20px 20px 15px!important;
  232. padding: 5px!important;
  233. font-size: 65px;
  234. cursor: pointer;
  235. border: 2px dotted #999;
  236. display: block!important;
  237. background: #ffffff;
  238. }
  239. .attach-drop-panel .webuploader-pick:hover{
  240. color: #333;
  241. border-color: #333;
  242. }
  243. .attach-list{
  244. background:#ffffff;
  245. font-size: 12px;
  246. }
  247. .attach-list .attach-item{
  248. padding: 8px 10px;
  249. line-height: 36px;
  250. border: 1px solid #ddd;
  251. border-bottom: none;
  252. border-top-left-radius:3px;
  253. border-top-right-radius:3px;
  254. }
  255. .attach-list .attach-item:last-child{
  256. border-bottom: 1px solid #ddd;
  257. border-bottom-left-radius:3px;
  258. border-bottom-right-radius:3px;
  259. }
  260. .attach-list .attach-item .progress{
  261. margin-top: 10px;
  262. margin-bottom: 10px;
  263. height: 10px;
  264. }
  265. .attach-list .attach-item .form-control{
  266. width: 60%;
  267. float: left;
  268. }
  269. .attach-list .attach-item .text{
  270. display: inline-block;
  271. padding: 0 15px;
  272. }
  273. .attach-list .attach-item .close{
  274. float: right;
  275. display: inline-block;
  276. padding: 8px 0;
  277. color: #586069;
  278. background: #ffffff;
  279. font-size: 16px;
  280. }
  281. .attach-list .attach-item .close:hover {
  282. color: #333;
  283. }
  284. /***********选择模板时的样式**************/
  285. .template-list .container{
  286. margin-top: 60px;
  287. margin-bottom: 40px;
  288. padding: 0 15px;
  289. box-sizing: border-box;
  290. }
  291. .template-list .container .section{
  292. position: relative;
  293. margin: 0 15px;
  294. padding-top: 60px;
  295. float: left;
  296. width: 150px;
  297. height: 236px;
  298. background: #fdfefe;
  299. border: 1px solid #ddddd9;
  300. text-align: center
  301. }
  302. .template-list .container .section>h3 a{
  303. font-size: 20px;
  304. font-weight: 200;
  305. text-decoration: none;
  306. color: #5d606b
  307. }
  308. .template-list .container .section>a {
  309. display: inline-block;
  310. position: absolute;
  311. left: 50%;
  312. top: -28px;
  313. width: 56px;
  314. height: 56px;
  315. margin-left: -28px
  316. }
  317. .template-list .container .section>a .fa {
  318. display: inline-block;
  319. width: 56px;
  320. height: 56px;
  321. background-color: #fbfefe;
  322. border: 1px solid #ddddd9;
  323. border-radius: 50%;
  324. line-height: 54px;
  325. font-size: 24px;
  326. color: #ddddd9
  327. }
  328. .template-list .container .section:hover {
  329. border-color: #44b035
  330. }
  331. .template-list .container .section:hover>a {
  332. background-color: #44b035;
  333. padding: 5px;
  334. border-radius: 50%;
  335. width: 66px;
  336. height: 66px;
  337. margin-left: -33px;
  338. top: -33px
  339. }
  340. .template-list .container .section:hover>a .fa {
  341. background-color: #78c56d;
  342. color: #fff;
  343. border: 0;
  344. line-height: 54px
  345. }
  346. .template-list .container .section ul {
  347. margin-top: 35px;
  348. padding-left: 0;
  349. list-style: none
  350. }
  351. .template-list .container .section ul li {
  352. margin-bottom: 10px;
  353. padding: 0 10px;
  354. line-height: 1.2;
  355. color: #8e8d8d
  356. }