kancloud.css 25 KB

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