kancloud.css 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162
  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 .jump-top .view-backtop{
  450. position: fixed;
  451. bottom: -30px;
  452. right: 30px;
  453. font-size: 18px;
  454. line-height: 30px;
  455. text-align: center;
  456. color: #fff;
  457. z-index: 9999;
  458. font-weight: 200;
  459. width: 30px;
  460. height: 30px;
  461. background-color: #999;
  462. border-radius: 4px;
  463. opacity: 0;
  464. filter: alpha(opacity=0);
  465. transition-property: all;
  466. transition-duration: .2s;
  467. transition-timing-function: linear;
  468. transition-delay: 0s;
  469. -moz-transition-property: all;
  470. -moz-transition-duration: .2s;
  471. -moz-transition-timing-function: linear;
  472. -moz-transition-delay: 0s;
  473. -webkit-transition-property: all;
  474. -webkit-transition-duration: .2s;
  475. -webkit-transition-timing-function: linear;
  476. -webkit-transition-delay: 0s;
  477. -o-transition-property: all;
  478. -o-transition-duration: .2s;
  479. -o-transition-timing-function: linear;
  480. -o-transition-delay: 0s;
  481. }
  482. .manual-article .jump-top .view-backtop.active{
  483. opacity: 0.5;
  484. bottom: 30px;
  485. }
  486. .manual-article .jump-top .view-backtop.active:hover{
  487. background-color: #449D44;
  488. opacity: 1;
  489. }
  490. .m-manual .manual-progress {
  491. position: fixed;
  492. top: 54px;
  493. left: 0;
  494. right: 0;
  495. height: 1px;
  496. z-index: 302;
  497. background-color: #ddd;
  498. transition-property: top;
  499. transition-duration: .3s;
  500. transition-timing-function: linear;
  501. transition-delay: 0s;
  502. -moz-transition-property: top;
  503. -moz-transition-duration: .3s;
  504. -moz-transition-timing-function: linear;
  505. -moz-transition-delay: 0s;
  506. -webkit-transition-property: top;
  507. -webkit-transition-duration: .3s;
  508. -webkit-transition-timing-function: linear;
  509. -webkit-transition-delay: 0s;
  510. -o-transition-property: top;
  511. -o-transition-duration: .3s;
  512. -o-transition-timing-function: linear;
  513. -o-transition-delay: 0s
  514. }
  515. .m-manual .manual-progress .progress-bar {
  516. display: block;
  517. background-color: #136ec2;
  518. height: 100%
  519. }
  520. .m-comment{
  521. margin: 30px auto 70px auto;
  522. }
  523. .m-comment .comment-result .title {
  524. display: block;
  525. font-size: 16px;
  526. padding-bottom: 6px;
  527. line-height: 1.5em;
  528. border-bottom: 1px solid #ddddd9;
  529. margin-bottom: 10px;
  530. }
  531. .w-textarea.textarea-full {
  532. display: block;
  533. }
  534. .w-fragment.fragment-tip {
  535. color: #999;
  536. }
  537. .w-textarea .textarea-input {
  538. font-size: 14px;
  539. padding: 5px 10px;
  540. border-radius: 3px;
  541. border: 1px solid #ccc;
  542. line-height: 1.7em;
  543. font-weight: 200;
  544. }
  545. .m-comment .comment-post .form .enter textarea {
  546. resize: none;
  547. min-height: 72px;
  548. overflow: hidden;
  549. width: 100%;
  550. }
  551. .m-comment .comment-list {
  552. padding-bottom: 12px
  553. }
  554. .m-comment .comment-post {
  555. padding-bottom: 35px
  556. }
  557. .m-comment .comment-item {
  558. position: relative;
  559. font-size: 1em;
  560. border-top: 1px dotted #eee;
  561. margin-bottom: -1px;
  562. padding: 12px 0;
  563. line-height: 1.7em
  564. }
  565. .m-comment .comment-item .avatar {
  566. position: absolute;
  567. left: 0;
  568. top: 12px;
  569. display: inline-block;
  570. border-radius: 50%;
  571. background: #eee
  572. }
  573. .m-comment .comment-item .avatar img {
  574. border-radius: 50%
  575. }
  576. .m-comment .comment-item .date {
  577. font-weight: 200;
  578. color: #999;
  579. margin-left: 12px
  580. }
  581. .m-comment .comment-item .name {
  582. color: #136ec2
  583. }
  584. .m-comment .comment-item .content {
  585. margin: 6px 0 9px;
  586. font-size: 1.14em;
  587. padding: 3px 0
  588. }
  589. .m-comment .comment-item .content pre {
  590. padding: 16px;
  591. overflow: auto;
  592. font-size: 85%;
  593. line-height: 1.45;
  594. background-color: #f7f7f7;
  595. border: 0;
  596. border-radius: 3px;
  597. font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace
  598. }
  599. .m-comment .comment-item .content pre>code {
  600. display: inline;
  601. max-width: 100%;
  602. padding: 0;
  603. margin: 0;
  604. overflow: initial;
  605. line-height: inherit;
  606. background-color: transparent;
  607. border: 0;
  608. font-size: 100%
  609. }
  610. .m-comment .comment-item .operate {
  611. position: absolute;
  612. top: 12px;
  613. right: 0;
  614. height: 24px;
  615. line-height: 24px
  616. }
  617. .m-comment .comment-item .operate .number {
  618. color: #999
  619. }
  620. .m-comment .comment-item .operate .delete {
  621. display: none
  622. }
  623. .m-comment .comment-item:hover .operate.toggle .delete {
  624. display: inline-block
  625. }
  626. .m-comment .comment-item:hover .operate.toggle .number {
  627. display: none
  628. }
  629. .m-comment .comment-item .info {
  630. height: 24px;
  631. line-height: 24px
  632. }
  633. .m-comment .comment-item .vote {
  634. display: inline-block;
  635. margin-right: 12px
  636. }
  637. .m-comment .comment-item .vote .agree,.m-comment .comment-item .vote .oppose {
  638. display: inline-block;
  639. vertical-align: top;
  640. width: 30px;
  641. height: 30px;
  642. text-align: center;
  643. line-height: 30px;
  644. background-color: #f5f5f5;
  645. color: #666666;
  646. }
  647. .m-comment .comment-item .vote .agree:hover,.m-comment .comment-item .vote .oppose:hover{
  648. color: #333333;
  649. }
  650. .m-comment .comment-item .vote .count {
  651. height: 30px;
  652. line-height: 30px;
  653. color: #999;
  654. display: inline-block;
  655. text-align: center;
  656. padding: 0 6px;
  657. min-width: 12px;
  658. font-weight: 200;
  659. vertical-align: top;
  660. background-color: #f5f5f5;
  661. border-left: 1px solid #eee;
  662. border-right: 1px solid #eee
  663. }
  664. .m-comment .comment-item .vote .agree {
  665. border-top-right-radius: 0;
  666. border-bottom-right-radius: 0
  667. }
  668. .m-comment .comment-item .vote .oppose {
  669. border-top-left-radius: 0;
  670. border-bottom-left-radius: 0
  671. }
  672. .m-comment .comment-item .vote.disabled .agree,.m-comment .comment-item .vote.disabled .oppose {
  673. cursor: default
  674. }
  675. .m-comment .comment-item .vote.disabled .agree i,.m-comment .comment-item .vote.disabled .oppose i {
  676. color: #ccc
  677. }
  678. .m-comment .comment-item .vote.disabled .agree:hover i,.m-comment .comment-item .vote.disabled .oppose:hover i {
  679. color: #ccc
  680. }
  681. .m-comment .comment-item .reply {
  682. float: right;
  683. line-height: 30px;
  684. display: none
  685. }
  686. .m-comment .comment-item:hover .reply {
  687. display: inline-block
  688. }
  689. .m-comment .comment-empty {
  690. text-align: center;
  691. display: block;
  692. padding-top: 36px;
  693. padding-bottom: 36px
  694. }
  695. .m-comment .comment-empty .text {
  696. color: #666;
  697. font-weight: 200
  698. }
  699. .m-comment .comment-empty.empty-active {
  700. display: block
  701. }
  702. .m-comment .comment-more,.m-comment .comment-replace {
  703. display: none;
  704. text-align: center;
  705. margin-bottom: 24px
  706. }
  707. .m-comment .comment-more .more-inner,.m-comment .comment-replace .more-inner {
  708. display: inline-block;
  709. text-align: center;
  710. height: 36px;
  711. line-height: 36px;
  712. cursor: pointer;
  713. min-width: 300px;
  714. border-radius: 4px;
  715. border: 1px solid #aaa
  716. }
  717. .m-comment .comment-more .more-inner:hover,.m-comment .comment-replace .more-inner:hover {
  718. background-color: #f3f3f3;
  719. border-color: #888
  720. }
  721. .m-comment .comment-more .more-inner:active,.m-comment .comment-replace .more-inner:active {
  722. box-shadow: 0 3px 6px rgba(99,99,99,.1) inset
  723. }
  724. .m-comment .comment-more.more-active,.m-comment .comment-replace.more-active {
  725. display: block
  726. }
  727. .m-comment .comment-more.replace-active,.m-comment .comment-replace.replace-active {
  728. display: block
  729. }
  730. .m-comment .think-loading.loading-ripple-empty {
  731. text-align: center
  732. }
  733. .m-comment .comment-post-disabeld {
  734. display: none;
  735. height: 72px;
  736. border: 1px solid #ccc;
  737. border-radius: 3px;
  738. padding: 5px 10px;
  739. text-align: center;
  740. line-height: 72px
  741. }
  742. .m-comment.comment-disabled .comment-post {
  743. display: none
  744. }
  745. .m-comment.comment-disabled .comment-post-disabeld {
  746. display: block
  747. }
  748. .editor-content {
  749. line-height: 1.7em;
  750. font-size: 14px
  751. }
  752. .editor-content p{
  753. margin-bottom: 14px;
  754. line-height: 1.7em;
  755. font-size: 1.3rem;
  756. color: #5D5D5D;
  757. }
  758. .editor-content a {
  759. color: #3eb1d0
  760. }
  761. .editor-content h1 {
  762. font-size: 1.7rem;
  763. line-height: 1.2
  764. }
  765. .editor-content h2 {
  766. padding-bottom: 0.3em;
  767. font-size: 1.6rem;
  768. line-height: 2.5em;
  769. border-bottom: 1px solid #eee
  770. }
  771. .editor-content h3 {
  772. font-size: 1.65rem;
  773. line-height: 2em;
  774. border-bottom: 1px solid #eee
  775. }
  776. .editor-content h4 {
  777. font-size: 1.5rem
  778. }
  779. .editor-content h5 {
  780. font-size: 1.45em
  781. }
  782. .editor-content h6 {
  783. font-size: 1.4em;
  784. color: #777
  785. }
  786. .editor-content br {
  787. display: block;
  788. margin: .2em
  789. }
  790. .editor-content hr {
  791. border: 0;
  792. border-bottom: 1px solid #ddd
  793. }
  794. .editor-content ul {
  795. padding-left: 28px
  796. }
  797. .editor-content ol {
  798. padding-left: 28px
  799. }
  800. .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 {
  801. margin-bottom: 14px
  802. }
  803. .editor-content table {
  804. border-collapse: collapse;
  805. table-layout: fixed;
  806. display: block;
  807. width: 100%;
  808. overflow: auto;
  809. word-break: keep-all;
  810. margin: 10px 0
  811. }
  812. .editor-content th {
  813. text-align: left
  814. }
  815. .editor-content table thead tr{
  816. background-color: #0088CC;
  817. color: #ffffff;
  818. }
  819. .editor-content table tr:nth-child(2n) {
  820. background-color: #f8f8f8
  821. }
  822. .editor-content table td,.editor-content table th {
  823. padding: 6px 13px;
  824. border: 1px solid #ddd;
  825. }
  826. .editor-content img {
  827. max-width: 100%
  828. }
  829. .editor-content table pre {
  830. margin-bottom: 0
  831. }
  832. .editor-content table p {
  833. margin: 0
  834. }
  835. .editor-content blockquote {
  836. padding: 5px 5px 5px 15px;
  837. color: #777;
  838. border-left: 4px solid #ddd
  839. }
  840. .editor-content blockquote.info {
  841. border-left-color: #5bc0de;
  842. color: #5bc0de;
  843. background-color: #f4f8fa
  844. }
  845. .editor-content blockquote.warning {
  846. background-color: #fcf8f2;
  847. border-color: #f0ad4e;
  848. color: #f0ad4e
  849. }
  850. .editor-content blockquote.danger {
  851. color: #d9534f;
  852. background-color: #fdf7f7;
  853. border-color: #d9534f
  854. }
  855. .editor-content blockquote.success {
  856. background-color: #f3f8f3;
  857. border-color: #50af51;
  858. color: #50af51
  859. }
  860. .editor-content blockquote>:last-child {
  861. margin-bottom: 0
  862. }
  863. .editor-content .markdown-toc-list ul:only-child {
  864. padding-left: 0;
  865. margin-bottom: 0
  866. }
  867. .editor-content pre{
  868. border: 0;
  869. margin-bottom:14px;
  870. }
  871. .editor-content code, .editor-content pre {
  872. border-radius: 0;
  873. font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  874. }
  875. .editor-content pre>code{
  876. word-break: break-all;
  877. white-space: inherit;
  878. }
  879. .editor-content blockquote {
  880. border-color: inherit;
  881. color: inherit;
  882. background: 0
  883. }
  884. .hljs-line-numbers {
  885. text-align: right;
  886. border-right: 1px solid #ccc;
  887. color: #999;
  888. -webkit-touch-callout: none;
  889. -webkit-user-select: none;
  890. -khtml-user-select: none;
  891. -moz-user-select: none;
  892. -ms-user-select: none;
  893. user-select: none;
  894. }
  895. .editor-content .markdown-toc{
  896. padding: 15px 5px;
  897. background-color: #FFFFFF;
  898. line-height: 25px;
  899. border: 1px solid #CCCCCC;
  900. width: 300px;
  901. float: right;
  902. overflow-x: auto;
  903. margin: 0 0 10px 10px;
  904. }
  905. .http-method .default{
  906. width: 70px;
  907. display: inline-block;
  908. background-color: #333333;
  909. -webkit-border-radius: 3px;
  910. border-radius: 3px;
  911. vertical-align: middle;
  912. margin-bottom: 3px;
  913. margin-right: 15px;
  914. color: #FFF !important;
  915. font-size: 11px;
  916. height: 24px;
  917. line-height: 24px;
  918. text-transform: uppercase;
  919. text-align: center;
  920. -webkit-box-sizing: border-box;
  921. -moz-box-sizing: border-box;
  922. box-sizing: border-box;
  923. }
  924. .http-method .post{
  925. background-color: #F47023 !important;
  926. }
  927. .http-method .get{
  928. background-color:#27AE60 !important;
  929. }
  930. .http-method .put{
  931. background-color:#4A90E2!important;
  932. }
  933. .http-method .del{
  934. background-color:red!important;
  935. }
  936. .http-method .trace{
  937. background-color:#e09d43 !important;
  938. }
  939. @media screen and (max-width: 840px) {
  940. .m-manual.manual-reader {
  941. font-size:12px;
  942. min-width: initial
  943. }
  944. .m-manual.manual-reader .manual-head {
  945. min-width: initial
  946. }
  947. .m-manual.manual-reader .manual-head .manual-menu{
  948. display: none;
  949. }
  950. .m-manual.manual-reader .manual-body {
  951. padding-left: 0
  952. }
  953. .m-manual.manual-reader .manual-left {
  954. width: 80%;
  955. max-width: 360px;
  956. left: -80%;
  957. top: 0;
  958. z-index: 4000
  959. }
  960. .m-manual.manual-reader .manual-head .pull-left {
  961. right: 0;
  962. left: 0;
  963. position: relative
  964. }
  965. .m-manual.manual-reader .manual-head .pull-left .slidebar {
  966. display: inline-block;
  967. /*position: absolute;*/
  968. /*left: 0;*/
  969. /*top: 0;*/
  970. /*font-size: 20px*/
  971. }
  972. .m-manual.manual-reader .manual-head .pull-left .slidebar i {
  973. display: inline-block;
  974. vertical-align: top;
  975. margin-top: 20px;
  976. line-height: 100%
  977. }
  978. .m-manual.manual-reader .manual-head .pull-left .manual-title {
  979. padding-left: 30px;
  980. height: 54px;
  981. line-height: 54px;
  982. display: block;
  983. white-space: nowrap;
  984. text-overflow: ellipsis;
  985. overflow: hidden
  986. }
  987. .m-manual.manual-reader .manual-navg {
  988. display: block
  989. }
  990. .m-manual.manual-reader .manual-head .left .manual-navg {
  991. margin-left: 36px;
  992. margin-right: 36px
  993. }
  994. .m-manual.manual-reader .manual-navg .title {
  995. float: none;
  996. text-align: center;
  997. display: block
  998. }
  999. .m-manual.manual-reader .manual-tab .tab-util {
  1000. display: none
  1001. }
  1002. .m-manual.manual-reader .article-view .head-util {
  1003. display: none
  1004. }
  1005. .m-manual.manual-reader .article-jump .jump-up,.m-manual.manual-reader .article-jump .jump-down {
  1006. float: none;
  1007. display: block
  1008. }
  1009. .m-manual.manual-reader .m-article .think-loading.loading-ripple {
  1010. margin-left: -48px
  1011. }
  1012. .m-manual.manual-reader .manual-right {
  1013. left: 0
  1014. }
  1015. .m-manual.manual-reader.manual-auto-close .manual-head {
  1016. top: -55px
  1017. }
  1018. .m-manual.manual-reader.manual-auto-close .manual-progress {
  1019. top: 0
  1020. }
  1021. .m-manual.manual-reader.manual-auto-open .manual-head {
  1022. top: 0
  1023. }
  1024. .m-manual.manual-reader .manual-article .article-view {
  1025. padding: 0 12px
  1026. }
  1027. .m-manual.manual-reader .manual-article .article-comment {
  1028. padding: 0 12px
  1029. }
  1030. .m-manual.manual-reader .manual-article .article-head{
  1031. display: none
  1032. }
  1033. .m-manual.manual-reader .manual-article .editor-content .markdown-toc{
  1034. display: none;
  1035. }
  1036. .m-manual.manual-reader .manual-mask {
  1037. position: fixed;
  1038. top: 0;
  1039. left: 0;
  1040. right: 0;
  1041. bottom: 0;
  1042. z-index: -10;
  1043. background-color: #000;
  1044. opacity: 0
  1045. }
  1046. .m-manual.manual-reader.manual-mobile-show-left .manual-left {
  1047. left: 0;
  1048. z-index: 3001
  1049. }
  1050. .m-manual.manual-reader.manual-mobile-show-left .manual-mask {
  1051. opacity: .3;
  1052. z-index: 3000
  1053. }
  1054. }