1
0

kancloud.css 25 KB

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