kancloud.css 25 KB

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