kancloud.css 25 KB

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