markdown.css 7.6 KB

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