kancloud.css 21 KB

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