kancloud.css 25 KB

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