kancloud.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183
  1. @font-face {
  2. font-family: 'FontAwesome';
  3. src: url("../font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  4. src: url("../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. html,body {
  9. height: 100%;
  10. font-size: 12px;
  11. }
  12. body,form,ul,ol,table,input,button,p,h1,h2,h3,h4,h5,h6,blockquote,pre,dl,dt,dd,div,span,b,i {
  13. margin: 0;
  14. padding: 0;
  15. -webkit-tap-highlight-color: transparent;
  16. }
  17. body {
  18. color: #222;
  19. background-color: #fff;
  20. font-size: 14px;
  21. word-wrap: break-word;
  22. line-height: 1em;
  23. -webkit-font-smoothing: antialiased;
  24. }
  25. h1,h2,h3,h4,h5,h6,strong,input,select,textarea,button,body,code {
  26. font-family: "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
  27. }
  28. h1 {
  29. font-size: 2.25em;
  30. font-weight: 500;
  31. }
  32. h2 {
  33. font-size: 1.75em;
  34. font-weight: 500;
  35. }
  36. h3 {
  37. font-size: 1.5em;
  38. font-weight: 500
  39. }
  40. h4 {
  41. font-size: 1.2em;
  42. font-weight: 300
  43. }
  44. h5 {
  45. font-size: 1.0em;
  46. font-weight: 300
  47. }
  48. h6 {
  49. font-size: .8em;
  50. font-weight: 200
  51. }
  52. table>tbody>tr:hover{
  53. background-color: #F5F5F5;
  54. }
  55. .m-manual:not(.manual-mobile) ::-webkit-scrollbar {
  56. height: 10px;
  57. width: 7px;
  58. background: rgba(0,0,0,.1);
  59. }
  60. .m-manual:not(.manual-mobile) ::-webkit-scrollbar:hover {
  61. background: rgba(0,0,0,.2)
  62. }
  63. .m-manual:not(.manual-mobile) ::-webkit-scrollbar-thumb {
  64. background: rgba(0,0,0,.3);
  65. -webkit-border-radius: 6px;
  66. -moz-border-radius: 6px;
  67. -ms-border-radius: 6px;
  68. -o-border-radius: 6px;
  69. border-radius: 6px
  70. }
  71. .m-manual:not(.manual-mobile)::-webkit-scrollbar-thumb:hover {
  72. -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
  73. -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
  74. -ms-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
  75. -o-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
  76. box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
  77. background-color: rgba(0,0,0,.4)
  78. }
  79. .m-manual.manual-reader .manual-head .slidebar {
  80. display: none
  81. }
  82. .m-manual .manual-head {
  83. min-width: 980px;
  84. height: 54px;
  85. line-height: 54px;
  86. padding: 0 .8em;
  87. z-index: 900;
  88. position: fixed;
  89. top: 0;
  90. left: 0;
  91. right: 0;
  92. background-color: #fff;
  93. transition-property: top;
  94. transition-duration: .3s;
  95. transition-timing-function: linear;
  96. transition-delay: 0s;
  97. -moz-transition-property: top;
  98. -moz-transition-duration: .3s;
  99. -moz-transition-timing-function: linear;
  100. -moz-transition-delay: 0s;
  101. -webkit-transition-property: top;
  102. -webkit-transition-duration: .3s;
  103. -webkit-transition-timing-function: linear;
  104. -webkit-transition-delay: 0s;
  105. -o-transition-property: top;
  106. -o-transition-duration: .3s;
  107. -o-transition-timing-function: linear;
  108. -o-transition-delay: 0s
  109. }
  110. .m-manual .slidebar{
  111. display: none;
  112. }
  113. .m-manual .manual-head .manual-title{
  114. display: inline-block;
  115. height: 30px;
  116. line-height: 54px;
  117. color: #333;
  118. font-size: 16px;
  119. font-weight: bold;
  120. }
  121. .m-manual .manual-tab {
  122. position: absolute;
  123. top: 0;
  124. bottom: 0;
  125. left: 0;
  126. right: 0
  127. }
  128. .m-manual .manual-left {
  129. position: absolute;
  130. left: 0;
  131. top: 55px;
  132. z-index: 301;
  133. bottom: 0;
  134. width: 279px;
  135. border-right: 1px solid #ddd;
  136. background-color: #fafafa;
  137. }
  138. .m-manual .manual-tab .tab-navg {
  139. zoom:1;border-bottom: 1px solid #ddd
  140. }
  141. .m-manual .manual-tab .tab-util {
  142. position: absolute;
  143. top: 50%;
  144. right: -14px
  145. }
  146. .m-manual .manual-tab .tab-util .item {
  147. color: #999;
  148. cursor: pointer;
  149. height: 24px;
  150. line-height: 24px;
  151. display: inline-block;
  152. margin-top: 4px
  153. }
  154. .manual-fullscreen-switch {
  155. display: block
  156. }
  157. .manual-fullscreen-switch .open,.manual-fullscreen-switch .close {
  158. display: inline-block;
  159. width: 30px;
  160. height: 30px;
  161. cursor: pointer;
  162. background-color: #5cb85c;
  163. border-radius: 50%;
  164. color: #fff;
  165. position: relative;
  166. font-size: 16px;
  167. vertical-align: top;
  168. opacity : 1;
  169. text-shadow:none;
  170. font-weight: 400;
  171. }
  172. .manual-fullscreen-switch .open:hover,.manual-fullscreen-switch .close:hover {
  173. background-color: #449d44;
  174. }
  175. .manual-fullscreen-switch .open:before,.manual-fullscreen-switch .close:before {
  176. position: absolute;
  177. top: 7px;
  178. right: 5px;
  179. }
  180. .manual-fullscreen-switch .open {
  181. display: none;
  182. }
  183. .m-manual.manual-fullscreen-active .manual-fullscreen-switch {
  184. /*margin-top: 30px;*/
  185. }
  186. .m-manual.manual-fullscreen-active .manual-fullscreen-switch .open {
  187. display: inline-block;
  188. }
  189. .m-manual.manual-fullscreen-active .manual-fullscreen-switch .close {
  190. display: none;
  191. }
  192. .m-manual.manual-fullscreen-active .manual-left .m-copyright,.m-manual.manual-fullscreen-active .manual-left .tab-navg,.m-manual.manual-fullscreen-active .manual-left .tab-wrap{
  193. display: none;
  194. }
  195. .m-manual.manual-fullscreen-active .manual-left{
  196. width: 0px;
  197. }
  198. .m-manual .manual-tab .tab-navg:after {
  199. content: '.';
  200. display: block;
  201. width: 0;
  202. height: 0;
  203. line-height: 9;
  204. overflow: hidden;
  205. clear: both;
  206. visibility: hidden;
  207. }
  208. .m-manual .manual-tab .tab-navg .navg-item {
  209. font-size: 14px;
  210. padding: 0 9px;
  211. cursor: pointer;
  212. float: left;
  213. height: 30px;
  214. line-height: 30px;
  215. color: #999
  216. }
  217. .m-manual .manual-tab .tab-navg .navg-item .fa {
  218. margin-right: 4px;
  219. color: #aaa
  220. }
  221. .m-manual .manual-tab .tab-navg .navg-item .text {
  222. font-weight: 200
  223. }
  224. .m-manual .manual-tab .tab-navg .navg-item.active,.m-manual .manual-tab .tab-navg .navg-item.active:hover,.m-manual .manual-tab .tab-navg .navg-item:hover {
  225. color: #333
  226. }
  227. .m-manual .manual-tab .tab-navg .navg-item.active .icon,.m-manual .manual-tab .tab-navg .navg-item.active:hover .icon,.m-manual .manual-tab .tab-navg .navg-item:hover .icon {
  228. color: #333
  229. }
  230. .m-manual .manual-tab .tab-navg .navg-item.active {
  231. border-bottom: 1px solid #fafafa;
  232. margin-bottom: -1px;
  233. border-left: 1px solid #ddd;
  234. border-right: 1px solid #ddd;
  235. padding-left: 8px;
  236. padding-right: 8px;
  237. height: 31px;
  238. }
  239. .m-manual .manual-tab .tab-item {
  240. display: none;
  241. position: absolute;
  242. top: 31px;
  243. bottom: 0;
  244. left: 0;
  245. right: 0;
  246. overflow-y: auto;
  247. background-color: #fafafa;
  248. margin-bottom: 35px;
  249. }
  250. .m-manual .manual-tab .tab-item.active {
  251. display: block
  252. }
  253. .m-manual.manual-mode-search .manual-search {
  254. display: block
  255. }
  256. .m-manual.manual-mode-view .manual-catalog {
  257. display: block
  258. }
  259. .m-manual.manual-mode-search .manual-search .search-container{
  260. position: absolute;
  261. top: 0;
  262. left: 0;
  263. right: 0;
  264. bottom: 0;
  265. }
  266. .m-manual .manual-search .search-form{
  267. margin: 5px 5px 10px 5px;
  268. position: relative;
  269. }
  270. .m-manual .manual-search .btn-search{
  271. background-color: #ffffff;
  272. border: 0;
  273. padding: 5px;
  274. position: absolute;
  275. top: 2px;
  276. right: 5px;
  277. }
  278. .m-manual .manual-search .btn-search .fa{
  279. width: 16px;
  280. height: 16px;
  281. vertical-align: middle;
  282. }
  283. .m-manual .manual-search .btn-search .loading{
  284. background-image: url("../images/loading.gif");
  285. }
  286. .m-manual .manual-search .search-result{
  287. position: absolute;
  288. top: 45px;
  289. left: 0;
  290. right: 0;
  291. bottom: 0;
  292. width: 275px;
  293. overflow-y: auto;
  294. border-top: 1px solid #eee;
  295. }
  296. .m-manual .manual-search .search-result .search-empty{
  297. position: absolute;
  298. top: 45%;
  299. left: 0;
  300. right: 0;
  301. text-align: center;
  302. }
  303. .m-manual .manual-search .search-result .search-empty i{
  304. font-size: 50px;
  305. display: block;
  306. color: #999;
  307. font-weight: 200;
  308. }
  309. .m-manual .manual-search .search-result .search-empty .text{
  310. font-size: 16px;
  311. font-weight: 200;
  312. color: #999;
  313. line-height: 40px;
  314. }
  315. .m-manual .manual-search .search-list{
  316. position: absolute;
  317. top: 0;
  318. bottom: 0;
  319. min-width: 100%;
  320. }
  321. .m-manual .manual-search .search-list a{
  322. display: block;
  323. border-bottom: 0;
  324. height: 30px;
  325. line-height: 24px;
  326. padding: 3px 10px 3px 20px;
  327. color: #666;
  328. text-decoration: none;
  329. white-space:nowrap;
  330. overflow: hidden;
  331. }
  332. .m-manual .manual-search .search-list a:hover{
  333. text-shadow: none;
  334. background: #116cd6;
  335. box-shadow: none;
  336. color: #fff;
  337. text-decoration: none;
  338. white-space:nowrap;
  339. }
  340. .m-manual .manual-search .search-list a.active{
  341. background: #10af88;
  342. background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  343. background: linear-gradient(to bottom, #10af88 0%, #10af88 100%);
  344. color: #ffffff;
  345. }
  346. .m-manual .markdown-body .search-highlight{
  347. background-color: #FFFF00 !important;
  348. font-style: normal;
  349. }
  350. .m-manual .manual-left .m-copyright {
  351. border-top: 0;
  352. background: #fafafa;
  353. border-top: 1px solid #ccc;
  354. opacity: 1;
  355. filter: alpha(opacity=100);
  356. position: absolute;
  357. bottom: 0;
  358. margin: 0;
  359. font-size: 12px;
  360. z-index: 999;
  361. height: auto;
  362. width: 100%;
  363. padding: 5px 0;
  364. text-align: center;
  365. line-height: 24px
  366. }
  367. .m-manual .manual-right {
  368. position: absolute;
  369. left: 280px;
  370. top: 55px;
  371. z-index: 300;
  372. overflow-y: auto;
  373. bottom: 0;
  374. right: 0;
  375. transition-property: top;
  376. transition-duration: .3s;
  377. transition-timing-function: linear;
  378. transition-delay: 0s;
  379. -moz-transition-property: top;
  380. -moz-transition-duration: .3s;
  381. -moz-transition-timing-function: linear;
  382. -moz-transition-delay: 0s;
  383. -webkit-transition-property: top;
  384. -webkit-transition-duration: .3s;
  385. -webkit-transition-timing-function: linear;
  386. -webkit-transition-delay: 0s;
  387. -o-transition-property: top;
  388. -o-transition-duration: .3s;
  389. -o-transition-timing-function: linear;
  390. -o-transition-delay: 0s
  391. }
  392. .m-manual.manual-fullscreen-active .manual-right{
  393. left: 0;
  394. }
  395. .m-manual .manual-right .manual-article{
  396. background: #ffffff;
  397. }
  398. .manual-article .article-head {
  399. position: relative;
  400. zoom: 1;
  401. padding: 10px 20px
  402. }
  403. .manual-reader .book-title{
  404. color: #333333;
  405. }
  406. .manual-reader .book-title:hover{
  407. text-decoration: none;
  408. color: #333333;
  409. }
  410. .manual-article .article-head h1 {
  411. margin: 0;
  412. font-size: 36px;
  413. font-weight: 400;
  414. text-align: center;
  415. line-height: 42px;
  416. overflow: hidden;
  417. text-overflow: ellipsis;
  418. white-space: nowrap;
  419. color: #636363;
  420. }
  421. .manual-article .article-head h3 {
  422. margin: 0;
  423. font-size: 12px;
  424. font-weight: 200;
  425. text-align: center;
  426. line-height: 18px;
  427. overflow: hidden;
  428. text-overflow: ellipsis;
  429. white-space: nowrap;
  430. color: #444
  431. }
  432. .manual-article .article-info{
  433. padding: 5px;
  434. color: #AAA !important;
  435. }
  436. .manual-article .article-content{
  437. min-width: 980px;
  438. max-width: 90%;
  439. padding: 10px 20px;
  440. margin-left: auto!important;
  441. margin-right: auto!important
  442. }
  443. @media screen and (max-width: 840px) {
  444. .manual-article .article-content{
  445. min-width: inherit;
  446. }
  447. }
  448. .manual-article .article-content .article-body{
  449. min-height: 90px;
  450. padding: 5px;
  451. }
  452. .manual-article .article-content .article-body .attach-list{
  453. list-style: none;
  454. border-top: 1px solid #DDDDDD;
  455. padding-top: 15px;
  456. }
  457. .manual-article .wiki-bottom{
  458. border-top: 1px solid #E5E5E5;
  459. line-height: 25px;color: #333;
  460. text-align:right;
  461. font-size: 12px;
  462. margin-bottom: 20px;
  463. margin-top: 30px;
  464. padding: 5px;
  465. }
  466. .manual-article .jump-top .view-backtop{
  467. position: fixed;
  468. bottom: -30px;
  469. right: 30px;
  470. font-size: 18px;
  471. line-height: 30px;
  472. text-align: center;
  473. color: #fff;
  474. z-index: 9999;
  475. font-weight: 200;
  476. width: 30px;
  477. height: 30px;
  478. background-color: #999;
  479. border-radius: 4px;
  480. opacity: 0;
  481. filter: alpha(opacity=0);
  482. transition-property: all;
  483. transition-duration: .2s;
  484. transition-timing-function: linear;
  485. transition-delay: 0s;
  486. -moz-transition-property: all;
  487. -moz-transition-duration: .2s;
  488. -moz-transition-timing-function: linear;
  489. -moz-transition-delay: 0s;
  490. -webkit-transition-property: all;
  491. -webkit-transition-duration: .2s;
  492. -webkit-transition-timing-function: linear;
  493. -webkit-transition-delay: 0s;
  494. -o-transition-property: all;
  495. -o-transition-duration: .2s;
  496. -o-transition-timing-function: linear;
  497. -o-transition-delay: 0s;
  498. }
  499. .manual-article .jump-top .view-backtop.active{
  500. opacity: 0.5;
  501. bottom: 30px;
  502. }
  503. .manual-article .jump-top .view-backtop.active:hover{
  504. background-color: #449D44;
  505. opacity: 1;
  506. }
  507. .m-manual .manual-progress {
  508. position: fixed;
  509. top: 54px;
  510. left: 0;
  511. right: 0;
  512. height: 1px;
  513. z-index: 302;
  514. background-color: #ddd;
  515. transition-property: top;
  516. transition-duration: .3s;
  517. transition-timing-function: linear;
  518. transition-delay: 0s;
  519. -moz-transition-property: top;
  520. -moz-transition-duration: .3s;
  521. -moz-transition-timing-function: linear;
  522. -moz-transition-delay: 0s;
  523. -webkit-transition-property: top;
  524. -webkit-transition-duration: .3s;
  525. -webkit-transition-timing-function: linear;
  526. -webkit-transition-delay: 0s;
  527. -o-transition-property: top;
  528. -o-transition-duration: .3s;
  529. -o-transition-timing-function: linear;
  530. -o-transition-delay: 0s
  531. }
  532. .m-manual .manual-progress .progress-bar {
  533. display: block;
  534. background-color: #136ec2;
  535. height: 100%
  536. }
  537. .m-comment{
  538. margin: 30px auto 70px auto;
  539. }
  540. .m-comment .comment-result .title {
  541. display: block;
  542. font-size: 16px;
  543. padding-bottom: 6px;
  544. line-height: 1.5em;
  545. border-bottom: 1px solid #ddddd9;
  546. margin-bottom: 10px;
  547. }
  548. .w-textarea.textarea-full {
  549. display: block;
  550. }
  551. .w-fragment.fragment-tip {
  552. color: #999;
  553. }
  554. .w-textarea .textarea-input {
  555. font-size: 14px;
  556. padding: 5px 10px;
  557. border-radius: 3px;
  558. border: 1px solid #ccc;
  559. line-height: 1.7em;
  560. font-weight: 200;
  561. }
  562. .m-comment .comment-post .form .enter textarea {
  563. resize: none;
  564. min-height: 72px;
  565. overflow: hidden;
  566. width: 100%;
  567. }
  568. .m-comment .comment-list {
  569. padding-bottom: 12px
  570. }
  571. .m-comment .comment-post {
  572. padding-bottom: 35px
  573. }
  574. .m-comment .comment-item {
  575. position: relative;
  576. font-size: 1em;
  577. border-top: 1px dotted #eee;
  578. margin-bottom: -1px;
  579. padding: 12px 0;
  580. line-height: 1.7em
  581. }
  582. .m-comment .comment-item .avatar {
  583. position: absolute;
  584. left: 0;
  585. top: 12px;
  586. display: inline-block;
  587. border-radius: 50%;
  588. background: #eee
  589. }
  590. .m-comment .comment-item .avatar img {
  591. border-radius: 50%
  592. }
  593. .m-comment .comment-item .date {
  594. font-weight: 200;
  595. color: #999;
  596. margin-left: 12px
  597. }
  598. .m-comment .comment-item .name {
  599. color: #136ec2
  600. }
  601. .m-comment .comment-item .content {
  602. margin: 6px 0 9px;
  603. font-size: 1.14em;
  604. padding: 3px 0
  605. }
  606. .m-comment .comment-item .content pre {
  607. padding: 16px;
  608. overflow: auto;
  609. font-size: 85%;
  610. line-height: 1.45;
  611. background-color: #f7f7f7;
  612. border: 0;
  613. border-radius: 3px;
  614. font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace
  615. }
  616. .m-comment .comment-item .content pre>code {
  617. display: inline;
  618. max-width: 100%;
  619. padding: 0;
  620. margin: 0;
  621. overflow: initial;
  622. line-height: inherit;
  623. background-color: transparent;
  624. border: 0;
  625. font-size: 100%
  626. }
  627. .m-comment .comment-item .operate {
  628. position: absolute;
  629. top: 12px;
  630. right: 0;
  631. height: 24px;
  632. line-height: 24px
  633. }
  634. .m-comment .comment-item .operate .number {
  635. color: #999
  636. }
  637. .m-comment .comment-item .operate .delete {
  638. display: none
  639. }
  640. .m-comment .comment-item:hover .operate.toggle .delete {
  641. display: inline-block
  642. }
  643. .m-comment .comment-item:hover .operate.toggle .number {
  644. display: none
  645. }
  646. .m-comment .comment-item .info {
  647. height: 24px;
  648. line-height: 24px
  649. }
  650. .m-comment .comment-item .vote {
  651. display: inline-block;
  652. margin-right: 12px
  653. }
  654. .m-comment .comment-item .vote .agree,.m-comment .comment-item .vote .oppose {
  655. display: inline-block;
  656. vertical-align: top;
  657. width: 30px;
  658. height: 30px;
  659. text-align: center;
  660. line-height: 30px;
  661. background-color: #f5f5f5;
  662. color: #666666;
  663. }
  664. .m-comment .comment-item .vote .agree:hover,.m-comment .comment-item .vote .oppose:hover{
  665. color: #333333;
  666. }
  667. .m-comment .comment-item .vote .count {
  668. height: 30px;
  669. line-height: 30px;
  670. color: #999;
  671. display: inline-block;
  672. text-align: center;
  673. padding: 0 6px;
  674. min-width: 12px;
  675. font-weight: 200;
  676. vertical-align: top;
  677. background-color: #f5f5f5;
  678. border-left: 1px solid #eee;
  679. border-right: 1px solid #eee
  680. }
  681. .m-comment .comment-item .vote .agree {
  682. border-top-right-radius: 0;
  683. border-bottom-right-radius: 0
  684. }
  685. .m-comment .comment-item .vote .oppose {
  686. border-top-left-radius: 0;
  687. border-bottom-left-radius: 0
  688. }
  689. .m-comment .comment-item .vote.disabled .agree,.m-comment .comment-item .vote.disabled .oppose {
  690. cursor: default
  691. }
  692. .m-comment .comment-item .vote.disabled .agree i,.m-comment .comment-item .vote.disabled .oppose i {
  693. color: #ccc
  694. }
  695. .m-comment .comment-item .vote.disabled .agree:hover i,.m-comment .comment-item .vote.disabled .oppose:hover i {
  696. color: #ccc
  697. }
  698. .m-comment .comment-item .reply {
  699. float: right;
  700. line-height: 30px;
  701. display: none
  702. }
  703. .m-comment .comment-item:hover .reply {
  704. display: inline-block
  705. }
  706. .m-comment .comment-empty {
  707. text-align: center;
  708. display: block;
  709. padding-top: 36px;
  710. padding-bottom: 36px
  711. }
  712. .m-comment .comment-empty .text {
  713. color: #666;
  714. font-weight: 200
  715. }
  716. .m-comment .comment-empty.empty-active {
  717. display: block
  718. }
  719. .m-comment .comment-more,.m-comment .comment-replace {
  720. display: none;
  721. text-align: center;
  722. margin-bottom: 24px
  723. }
  724. .m-comment .comment-more .more-inner,.m-comment .comment-replace .more-inner {
  725. display: inline-block;
  726. text-align: center;
  727. height: 36px;
  728. line-height: 36px;
  729. cursor: pointer;
  730. min-width: 300px;
  731. border-radius: 4px;
  732. border: 1px solid #aaa
  733. }
  734. .m-comment .comment-more .more-inner:hover,.m-comment .comment-replace .more-inner:hover {
  735. background-color: #f3f3f3;
  736. border-color: #888
  737. }
  738. .m-comment .comment-more .more-inner:active,.m-comment .comment-replace .more-inner:active {
  739. box-shadow: 0 3px 6px rgba(99,99,99,.1) inset
  740. }
  741. .m-comment .comment-more.more-active,.m-comment .comment-replace.more-active {
  742. display: block
  743. }
  744. .m-comment .comment-more.replace-active,.m-comment .comment-replace.replace-active {
  745. display: block
  746. }
  747. .m-comment .think-loading.loading-ripple-empty {
  748. text-align: center
  749. }
  750. .m-comment .comment-post-disabeld {
  751. display: none;
  752. height: 72px;
  753. border: 1px solid #ccc;
  754. border-radius: 3px;
  755. padding: 5px 10px;
  756. text-align: center;
  757. line-height: 72px
  758. }
  759. .m-comment.comment-disabled .comment-post {
  760. display: none
  761. }
  762. .m-comment.comment-disabled .comment-post-disabeld {
  763. display: block
  764. }
  765. .editor-content {
  766. line-height: 1.7em;
  767. font-size: 14px
  768. }
  769. .editor-content p{
  770. margin-bottom: 14px;
  771. line-height: 1.7em;
  772. font-size: 1.3rem;
  773. color: #5D5D5D;
  774. }
  775. .editor-content a {
  776. color: #3eb1d0
  777. }
  778. .editor-content h1 {
  779. font-size: 1.7rem;
  780. line-height: 1.2
  781. }
  782. .editor-content h2 {
  783. padding-bottom: 0.3em;
  784. font-size: 1.6rem;
  785. line-height: 2.5em;
  786. border-bottom: 1px solid #eee
  787. }
  788. .editor-content h3 {
  789. font-size: 1.65rem;
  790. line-height: 2em;
  791. border-bottom: 1px solid #eee
  792. }
  793. .editor-content h4 {
  794. font-size: 1.5rem
  795. }
  796. .editor-content h5 {
  797. font-size: 1.45em
  798. }
  799. .editor-content h6 {
  800. font-size: 1.4em;
  801. color: #777
  802. }
  803. .editor-content br {
  804. display: block;
  805. margin: .2em
  806. }
  807. .editor-content hr {
  808. border: 0;
  809. border-bottom: 1px solid #ddd
  810. }
  811. .editor-content ul {
  812. padding-left: 28px
  813. }
  814. .editor-content ol {
  815. padding-left: 28px
  816. }
  817. .editor-content h1,.editor-content h2,.editor-content h3,.editor-content h4,.editor-content h5,.editor-content h6,.editor-content p,.editor-content ul,.editor-content ol,.editor-content blockquote,.teditor-content pre,.editor-content table {
  818. margin-bottom: 14px
  819. }
  820. .editor-content table {
  821. border-collapse: collapse;
  822. table-layout: fixed;
  823. display: block;
  824. width: 100%;
  825. overflow: auto;
  826. word-break: keep-all;
  827. margin: 10px 0
  828. }
  829. .editor-content th {
  830. text-align: left
  831. }
  832. .editor-content table thead tr{
  833. background-color: #0088CC;
  834. color: #ffffff;
  835. }
  836. .editor-content table tr:nth-child(2n) {
  837. background-color: #f8f8f8
  838. }
  839. .editor-content table td,.editor-content table th {
  840. padding: 6px 13px;
  841. border: 1px solid #ddd;
  842. }
  843. .editor-content img {
  844. max-width: 100%
  845. }
  846. .editor-content table pre {
  847. margin-bottom: 0
  848. }
  849. .editor-content table p {
  850. margin: 0
  851. }
  852. .editor-content blockquote {
  853. padding: 5px 5px 5px 15px;
  854. color: #777;
  855. border-left: 4px solid #ddd
  856. }
  857. .editor-content blockquote.info {
  858. border-left-color: #5bc0de;
  859. color: #5bc0de;
  860. background-color: #f4f8fa
  861. }
  862. .editor-content blockquote.warning {
  863. background-color: #fcf8f2;
  864. border-color: #f0ad4e;
  865. color: #f0ad4e
  866. }
  867. .editor-content blockquote.danger {
  868. color: #d9534f;
  869. background-color: #fdf7f7;
  870. border-color: #d9534f
  871. }
  872. .editor-content blockquote.success {
  873. background-color: #f3f8f3;
  874. border-color: #50af51;
  875. color: #50af51
  876. }
  877. .editor-content blockquote>:last-child {
  878. margin-bottom: 0
  879. }
  880. .editor-content .markdown-toc-list ul:only-child {
  881. padding-left: 0;
  882. margin-bottom: 0
  883. }
  884. .editor-content pre{
  885. border: 0;
  886. margin-bottom:14px;
  887. }
  888. .editor-content code, .editor-content pre {
  889. border-radius: 0;
  890. font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  891. }
  892. .editor-content pre>code{
  893. word-break: break-all;
  894. white-space: inherit;
  895. }
  896. .editor-content blockquote {
  897. border-color: inherit;
  898. color: inherit;
  899. background: 0
  900. }
  901. .hljs-line-numbers {
  902. text-align: right;
  903. border-right: 1px solid #ccc;
  904. color: #999;
  905. -webkit-touch-callout: none;
  906. -webkit-user-select: none;
  907. -khtml-user-select: none;
  908. -moz-user-select: none;
  909. -ms-user-select: none;
  910. user-select: none;
  911. }
  912. .editor-content .markdown-toc{
  913. padding: 15px 5px;
  914. background-color: #FFFFFF;
  915. line-height: 25px;
  916. border: 1px solid #CCCCCC;
  917. width: 300px;
  918. float: right;
  919. overflow-x: auto;
  920. margin: 0 0 10px 10px;
  921. }
  922. .http-method .default{
  923. width: 70px;
  924. display: inline-block;
  925. background-color: #333333;
  926. -webkit-border-radius: 3px;
  927. border-radius: 3px;
  928. vertical-align: middle;
  929. margin-bottom: 3px;
  930. margin-right: 15px;
  931. color: #FFF !important;
  932. font-size: 11px;
  933. height: 24px;
  934. line-height: 24px;
  935. text-transform: uppercase;
  936. text-align: center;
  937. -webkit-box-sizing: border-box;
  938. -moz-box-sizing: border-box;
  939. box-sizing: border-box;
  940. }
  941. .http-method .post{
  942. background-color: #F47023 !important;
  943. }
  944. .http-method .get{
  945. background-color:#27AE60 !important;
  946. }
  947. .http-method .put{
  948. background-color:#4A90E2!important;
  949. }
  950. .http-method .del{
  951. background-color:red!important;
  952. }
  953. .http-method .trace{
  954. background-color:#e09d43 !important;
  955. }
  956. @media screen and (max-width: 840px) {
  957. .m-manual.manual-reader {
  958. font-size:12px;
  959. min-width: initial
  960. }
  961. .m-manual.manual-reader .manual-head {
  962. min-width: initial
  963. }
  964. .m-manual.manual-reader .manual-head .manual-menu{
  965. display: none;
  966. }
  967. .m-manual.manual-reader .manual-body {
  968. padding-left: 0
  969. }
  970. .m-manual.manual-reader .manual-left {
  971. width: 80%;
  972. max-width: 360px;
  973. left: -80%;
  974. top: 0;
  975. z-index: 4000
  976. }
  977. .m-manual.manual-reader .manual-head .pull-left {
  978. right: 0;
  979. left: 0;
  980. position: relative
  981. }
  982. .m-manual.manual-reader .manual-head .pull-left .slidebar {
  983. display: inline-block;
  984. /*position: absolute;*/
  985. /*left: 0;*/
  986. /*top: 0;*/
  987. /*font-size: 20px*/
  988. }
  989. .m-manual.manual-reader .manual-head .pull-left .slidebar i {
  990. display: inline-block;
  991. vertical-align: top;
  992. margin-top: 20px;
  993. line-height: 100%
  994. }
  995. .m-manual.manual-reader .manual-head .pull-left .manual-title {
  996. padding-left: 30px;
  997. height: 54px;
  998. line-height: 54px;
  999. display: block;
  1000. white-space: nowrap;
  1001. text-overflow: ellipsis;
  1002. overflow: hidden
  1003. }
  1004. .m-manual.manual-reader .manual-navg {
  1005. display: block
  1006. }
  1007. .m-manual.manual-reader .manual-head .left .manual-navg {
  1008. margin-left: 36px;
  1009. margin-right: 36px
  1010. }
  1011. .m-manual.manual-reader .manual-navg .title {
  1012. float: none;
  1013. text-align: center;
  1014. display: block
  1015. }
  1016. .m-manual.manual-reader .manual-tab .tab-util {
  1017. display: none
  1018. }
  1019. .m-manual.manual-reader .article-view .head-util {
  1020. display: none
  1021. }
  1022. .m-manual.manual-reader .article-jump .jump-up,.m-manual.manual-reader .article-jump .jump-down {
  1023. float: none;
  1024. display: block
  1025. }
  1026. .m-manual.manual-reader .m-article .think-loading.loading-ripple {
  1027. margin-left: -48px
  1028. }
  1029. .m-manual.manual-reader .manual-right {
  1030. left: 0
  1031. }
  1032. .m-manual.manual-reader.manual-auto-close .manual-head {
  1033. top: -55px
  1034. }
  1035. .m-manual.manual-reader.manual-auto-close .manual-progress {
  1036. top: 0
  1037. }
  1038. .m-manual.manual-reader.manual-auto-open .manual-head {
  1039. top: 0
  1040. }
  1041. .m-manual.manual-reader .manual-article .article-view {
  1042. padding: 0 12px
  1043. }
  1044. .m-manual.manual-reader .manual-article .article-comment {
  1045. padding: 0 12px
  1046. }
  1047. .m-manual.manual-reader .manual-article .article-head{
  1048. display: none
  1049. }
  1050. .m-manual.manual-reader .manual-article .editor-content .markdown-toc{
  1051. display: none;
  1052. }
  1053. .m-manual.manual-reader .manual-mask {
  1054. position: fixed;
  1055. top: 0;
  1056. left: 0;
  1057. right: 0;
  1058. bottom: 0;
  1059. z-index: -10;
  1060. background-color: #000;
  1061. opacity: 0
  1062. }
  1063. .m-manual.manual-reader.manual-mobile-show-left .manual-left {
  1064. left: 0;
  1065. z-index: 3001
  1066. }
  1067. .m-manual.manual-reader.manual-mobile-show-left .manual-mask {
  1068. opacity: .3;
  1069. z-index: 3000
  1070. }
  1071. }