kancloud.css 26 KB

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