main.css 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  1. @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
  2. body {
  3. position: relative;
  4. font-family: Helvetica, -apple-system, "Montserrat","Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
  5. }
  6. a{
  7. text-decoration: none;
  8. }
  9. a:hover{
  10. text-decoration: none;
  11. outline: 0;
  12. }
  13. textarea{
  14. resize: none;
  15. }
  16. .text{
  17. font-size: 12px;
  18. color: #999999;
  19. font-weight: 200;
  20. }
  21. .error-message{
  22. color: #d9534f;
  23. font-size: 12px;
  24. }
  25. .success-message{
  26. color: #5cb85c;
  27. font-size: 12px;
  28. }
  29. .input-readonly{
  30. border: 1px solid rgba(34,36,38,.15);
  31. background-color: #fff !important;
  32. -webkit-box-shadow : none;
  33. box-shadow: none;
  34. }
  35. ::-webkit-scrollbar , body .scrollbar-track-color{
  36. height: 9px;
  37. width: 7px;
  38. background: #E6E6E6;
  39. }
  40. ::-webkit-scrollbar:hover {
  41. background: #CCCCCC;
  42. }
  43. ::-webkit-scrollbar-thumb {
  44. background: #A2A2A2;
  45. -webkit-border-radius: 6px;
  46. -moz-border-radius: 6px;
  47. -ms-border-radius: 6px;
  48. -o-border-radius: 6px;
  49. border-radius: 6px;
  50. }
  51. .bootstrap-tagsinput{
  52. display: block !important;
  53. }
  54. .manual-header{
  55. margin-bottom: 0;
  56. background-color: #fff;
  57. border-bottom: 0;
  58. box-shadow: rgba(0,0,0,.1)0 1px 5px;
  59. border-top: 1px solid #009a61;
  60. }
  61. .manual-header .navbar-brand,.manual-header a {
  62. font-weight: 500;
  63. color: #563d7c;
  64. max-width: 300px;
  65. white-space:nowrap;
  66. overflow: hidden;
  67. }
  68. .manual-header .navbar-nav li.active a{
  69. background-color: #009a61;
  70. color: #ffffff;
  71. }
  72. .manual-reader .slidebar {
  73. margin: 5px 10px 0 0;
  74. }
  75. .user-info{
  76. border: 0;
  77. background-color: #ffffff;
  78. padding: 5px 10px !important;
  79. cursor: pointer;
  80. }
  81. .user-info:hover{
  82. background-color: #F5F5F5;
  83. }
  84. .user-info-dropdown a{
  85. font-size: 14px;
  86. color: #333333;
  87. height: 30px !important;
  88. line-height: 25px !important;
  89. }
  90. .user-info-dropdown a>i{
  91. display: inline-block;
  92. margin-right: 5px;
  93. }
  94. .userbar-avatar{
  95. display: inline-block;
  96. width: 43px;
  97. height: 43px;
  98. margin-right: 15px;
  99. }
  100. .userbar-content{
  101. display: inline-block;
  102. vertical-align: middle;
  103. }
  104. .userbar-content span{
  105. display: inline-block;
  106. font-size: 14px;
  107. font-weight: 400;
  108. margin-right: 40px;
  109. color: #3d444f;
  110. }
  111. .userbar-content div{
  112. font-size: 12px;
  113. line-height: 1;
  114. color: #9ba3af;
  115. }
  116. /**************首页标签*******************/
  117. .tag-container-outer{
  118. border-bottom: 1px solid #eee;
  119. padding-top: 5px;
  120. padding-bottom: 5px;
  121. line-height: 30px;
  122. position: relative;
  123. display: block !important;
  124. margin-top: 15px;
  125. }
  126. .tag-container-outer .title{
  127. font-weight: 400;
  128. font-size: 14px;
  129. }
  130. .tag-container-outer .tags a{
  131. display: inline-block;
  132. vertical-align: baseline;
  133. line-height: 1;
  134. border-radius: 0.3rem;
  135. transition: background .1s ease;
  136. cursor: pointer;
  137. background-color: #e0e0e0;
  138. margin: 0 .5em .5em 0!important;
  139. padding: 0.5rem 0.8rem;
  140. color: #999999;
  141. opacity: 0.8;
  142. }
  143. .tag-container-outer .tags a:hover{
  144. color: #666666;
  145. opacity: 1;
  146. }
  147. .tag-container-outer .tags a>.detail{
  148. display: inline-block;
  149. vertical-align: top;
  150. font-weight: 400;
  151. margin-left: 1em;
  152. opacity: .8
  153. }
  154. /*********************************/
  155. .manual-body{
  156. margin-top: 53px;
  157. }
  158. .manual-body .page-left{
  159. position: fixed;
  160. overflow: auto;
  161. top: 50px;
  162. bottom: 0;
  163. z-index: 100;
  164. width: 199px;
  165. background-color: #f5f5f5;
  166. border-right: 1px solid #eaeaea
  167. }
  168. .manual-body .page-left .menu {
  169. padding: 18px 0
  170. }
  171. .manual-body .page-left .menu li {
  172. height: 36px;
  173. line-height: 0
  174. }
  175. .manual-body .page-left .menu .item {
  176. display: block;
  177. padding: 8px 24px;
  178. color: #666;
  179. white-space: nowrap;
  180. overflow: hidden;
  181. text-overflow: ellipsis;
  182. white-space: nowrap;
  183. line-height: 20px;
  184. text-decoration: none;
  185. }
  186. .manual-body .page-left .menu .item:hover {
  187. background-color: #eee;
  188. text-decoration: none;
  189. }
  190. .manual-body .page-left .menu a:visited{
  191. text-decoration: none;
  192. }
  193. .manual-body .page-left .menu li.active .item{
  194. background-color: #DDB;
  195. }
  196. .manual-body .page-right {
  197. padding: 15px 0 15px 24px;
  198. margin-left: 200px;
  199. min-width: 400px;
  200. }
  201. .manual-body .page-right .box-head{
  202. border-bottom: 1px solid #DDDDD9;
  203. }
  204. .m-box .box-head .box-title {
  205. display: inline-block;
  206. height: 36px;
  207. line-height: 36px;
  208. padding-bottom: 3px;
  209. border-bottom: 2px solid #44B035;
  210. margin-bottom: -1px;
  211. min-width: 80px;
  212. font-weight: 200;
  213. font-size: 18px;
  214. }
  215. .manual-body .page-right .box-body {
  216. padding: 12px 0;
  217. position: relative;
  218. }
  219. .manual-body .page-right .box-body label, .text-label{
  220. font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
  221. color: #222222;
  222. font-weight: 300;
  223. }
  224. .required>.text-label:after{
  225. color: #db2828;
  226. content: "*";
  227. vertical-align: middle;
  228. margin: -.2em 0 0 .2em;
  229. }
  230. .manual-body .page-right .box-body .form-right{
  231. position: absolute;
  232. right: 0;
  233. top: 34px
  234. }
  235. /*************网站首页******************/
  236. .manual-list{
  237. margin: 15px auto;
  238. }
  239. .manual-list .list-item{
  240. float: left;
  241. padding-left: 15px;
  242. padding-right: 15px;
  243. margin: 18px 0;
  244. height: 280px
  245. }
  246. .manual-list .list-item .manual-item-standard{
  247. float: left;
  248. width: 163px;
  249. line-height: 1.5em;
  250. position: relative;
  251. }
  252. .manual-list .list-item .manual-item-standard>dt{
  253. margin-bottom: 6px;
  254. height: 231px;
  255. position: relative;
  256. }
  257. .manual-list .list-item .manual-item-standard>dt>a {
  258. display: block;
  259. position: relative;
  260. width: 100%;
  261. }
  262. .manual-list .list-item .manual-item-standard>dt>a .image{
  263. position: relative;
  264. /*display: none;*/
  265. }
  266. .manual-list .list-item .manual-item-standard .cover {
  267. border: none;
  268. width: 170px;
  269. position: relative;
  270. display: inline-block;
  271. height: 230px;
  272. background-color: #eee;
  273. border-radius: 2px;
  274. box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  275. }
  276. .manual-list .list-item .manual-item-standard .b-cover:hover {
  277. border-color: #4db559;
  278. box-shadow: 0 0 4px rgba(77,181,89,.7)
  279. }
  280. .manual-list .list-item .manual-item-standard a.name {
  281. vertical-align: top;
  282. word-wrap: normal;
  283. font-size: 16px;
  284. color: #666;
  285. display: inline-block;
  286. max-width: 100%;
  287. white-space: nowrap;
  288. text-overflow: ellipsis;
  289. overflow: hidden
  290. }
  291. .manual-list .list-item .manual-item-standard a.name:hover{
  292. color: #333333;
  293. }
  294. .manual-list .list-item .manual-item-standard .author{
  295. zoom:1;vertical-align: top;
  296. display: inline-block;
  297. height: 20px;
  298. line-height: 20px;
  299. color: #484848;
  300. font-size: 13px;
  301. }
  302. .manual-list .list-item .manual-item-standard .author>.text{
  303. font-weight: 200;
  304. color: #484848;
  305. }
  306. /*************文档列表******************/
  307. .book-list .list-item{
  308. display: block;
  309. width: 100%;
  310. margin: 0;
  311. border-bottom: 1px solid #dddddd;
  312. padding: 15px 10px;
  313. }
  314. .book-list .list-item:hover{
  315. background: #eaeaea;
  316. }
  317. .book-list .list-item a{
  318. color: #666666;
  319. font-size: 16px;
  320. text-decoration: none;
  321. }
  322. .book-list .list-item .pull-right a{
  323. font-size: 12px;
  324. }
  325. .book-list .list-item a:hover{
  326. text-decoration: none;
  327. color: #428bca;
  328. }
  329. .book-list .list-item .desc-text{
  330. font-size: 12px;
  331. margin: 5px;
  332. word-wrap: break-word;
  333. word-break: break-word;
  334. }
  335. .book-list .list-item .info{
  336. font-size: 12px;
  337. color: #666666;
  338. }
  339. .book-list .list-item .info span{
  340. display: inline-block;
  341. padding-right: 10px;
  342. }
  343. /************文档概述*****************/
  344. .dashboard{
  345. }
  346. .dashboard .list{
  347. zoom: 1;
  348. line-height: 35px;
  349. }
  350. .dashboard .summary{
  351. margin-top: 15px;
  352. }
  353. /************文档成员*************************/
  354. .users-list .list-item{
  355. padding: 12px;
  356. border-bottom: 1px dotted #EEE;
  357. }
  358. .users-list .list-item:hover {
  359. background-color: #F9F9F9
  360. }
  361. .users-list .list-item .operate{
  362. float: right;
  363. }
  364. /**************用户搜索界面样式********************/
  365. .searchbar{
  366. padding: 8px;
  367. }
  368. .searchbar .search-btn {
  369. display: inline-block;
  370. line-height: 100%;
  371. cursor: pointer;
  372. margin-top: -10px;
  373. margin-left: -45px;
  374. border: 0;
  375. background-color: transparent
  376. }
  377. .searchbar .search-btn>i.fa{
  378. padding: 10px;
  379. }
  380. .manual-search-reader .manual-body{
  381. margin-top: 60px;
  382. }
  383. .manual-search-reader .search-head{
  384. margin: 10px auto;
  385. padding-bottom: 15px;
  386. line-height: 1.5em;
  387. border-bottom: 3px solid #EEEEEE;
  388. }
  389. .manual-search-reader .search-head .search-title{
  390. font-size: 22px;
  391. font-weight: 300;
  392. }
  393. .manual-search-reader .search-body {
  394. margin-top: 80px;
  395. }
  396. .manual-search-reader .search-empty{
  397. margin:150px auto;
  398. text-align:center;
  399. }
  400. .manual-search-reader .search-empty .empty-text {
  401. font-size: 18px;
  402. display: block;
  403. margin: 24px;
  404. text-align: center;
  405. opacity: .5;
  406. filter: alpha(opacity=50)
  407. }
  408. .manual-search-reader .search-empty .empty-image{
  409. margin: 5px auto;
  410. display: block;
  411. text-align: center;
  412. opacity: 0.3;
  413. filter: alpha(opacity=30);
  414. }
  415. .manual-search-reader .search-item{
  416. margin: 0 15px;
  417. padding: 10px 20px;
  418. line-height: 25px;
  419. word-break: break-word;
  420. }
  421. .manual-search-reader .search-item:hover{
  422. background-color: #F5F5F5;
  423. }
  424. .manual-search-reader .search-item a{
  425. color: #0886E9;
  426. }
  427. .manual-search-reader .search-item em{
  428. color: #FF802C;
  429. font-style:normal;
  430. }
  431. .manual-search-reader .search-item .title{
  432. font-size: 16px;
  433. font-weight: 400;
  434. }
  435. .manual-search-reader .search-item .description{
  436. color: #666;
  437. line-height: 25px;
  438. min-height: 20px;
  439. font-size: 12px;
  440. }
  441. .manual-search-reader .search-item .site {
  442. overflow: hidden;
  443. text-overflow: ellipsis;
  444. -o-text-overflow: ellipsis;
  445. white-space: nowrap;
  446. max-width: 600px;
  447. color: #008000;
  448. font-size: 12px;
  449. }
  450. .manual-search-reader .search-item .source .item {
  451. display: inline-block;
  452. margin-right: 15px;
  453. }
  454. .manual-search-reader .search-item .source,.manual-search-reader .search-item .source a{
  455. font-size: 12px;
  456. color: #999999;
  457. }
  458. /**************用户登录界面样式*******************/
  459. .login .login-body{
  460. width: 400px;
  461. padding: 5px 30px 25px 30px;
  462. margin: 0 auto;
  463. margin-top: 30px;
  464. background-color: #FFF;
  465. border: 1px solid #ddd;
  466. border-radius: 5px;
  467. }
  468. .login .login-body .tooltip.bottom .tooltip-arrow,.has-error .tooltip.bottom .tooltip-arrow{
  469. border-bottom-color: #a94442;
  470. }
  471. .login .login-body .tooltip.top .tooltip-arrow,.has-error .tooltip.top .tooltip-arrow{
  472. border-top-color: #a94442;
  473. }
  474. .login .login-body .tooltip.right .tooltip-arrow,.has-error .tooltip.right .tooltip-arrow{
  475. border-top-color: #a94442;
  476. }
  477. .login .login-body .tooltip.left .tooltip-arrow,.has-error .tooltip.left .tooltip-arrow{
  478. border-top-color: #a94442;
  479. }
  480. .login .login-body .tooltip-inner,.has-error .tooltip-inner{
  481. background-color: #a94442;
  482. }
  483. /************图片上传样式*******************/
  484. #upload-logo-panel .wraper{
  485. float: left;
  486. background: #f6f6f6;
  487. position: relative;
  488. width: 360px;
  489. height: 360px;
  490. overflow: hidden;
  491. }
  492. #upload-logo-panel .watch-crop-list{
  493. width: 170px;
  494. padding:10px 20px;
  495. margin-left: 10px;
  496. background-color: #f6f6f6;
  497. text-align: center;
  498. float: right;
  499. height: 360px;
  500. }
  501. #image-wraper{
  502. text-align: center;
  503. }
  504. .webuploader-pick{
  505. }
  506. .webuploader-pick-hover{
  507. }
  508. .webuploader-container{
  509. padding: 0;
  510. border: 0;
  511. height: 40px;
  512. }
  513. .watch-crop-list>ul{
  514. list-style: none;
  515. padding: 0;
  516. margin: 0;
  517. }
  518. .webuploader-container div{
  519. width: 77px !important;
  520. height: 40px !important;
  521. left: 0 !important;
  522. }
  523. .img-preview {
  524. margin: 5px auto 10px auto;
  525. text-align: center;
  526. overflow: hidden;
  527. }
  528. .img-preview > img {
  529. max-width: 100%;
  530. }
  531. .preview-lg{
  532. width: 120px;
  533. height: 120px;
  534. }
  535. .preview-sm{
  536. width: 60px;
  537. height: 60px;
  538. }
  539. #error-message{
  540. font-size: 13px;
  541. color: red;
  542. vertical-align: middle;
  543. margin-top: -10px;
  544. display: inline-block;
  545. height: 40px;
  546. }
  547. .manager .dashboard-item{
  548. float: left;
  549. width: 100px;
  550. height: 115px;
  551. padding: 10px;
  552. font-size: 10px;
  553. line-height: 1.4;
  554. text-align: center;
  555. background-color: #f9f9f9;
  556. border: 1px solid #fff;
  557. cursor: pointer;
  558. color: #333;
  559. }
  560. .manager .dashboard-item:hover{
  561. background-color: #563D7C;
  562. color: #ffffff;
  563. }
  564. .manager .dashboard-item .fa{
  565. margin-top: 5px;
  566. margin-bottom: 10px;
  567. font-size: 24px;
  568. }
  569. .manager .dashboard-item .fa-class {
  570. display: block;
  571. text-align: center;
  572. word-wrap: break-word; /* Help out IE10+ with class names */
  573. }
  574. .pagination-container {
  575. margin: 5px auto;
  576. display: block !important;
  577. }
  578. .pagination-container .pagination{
  579. box-shadow: 0 1px 2px 0 #e3e3e0;
  580. }
  581. .pagination-container .pagination>li>a,.pagination-container .pagination>li>span{
  582. padding: 8px 16px !important;
  583. }
  584. .pagination-container .pagination>li>a,.pagination-container .pagination>li>span{
  585. color: #272727;
  586. }
  587. .pagination-container .pagination>.active>a{
  588. /*color: #fff;*/
  589. background-color: #f3f3f3;
  590. border: 1px solid #e3e3e0;
  591. }
  592. .pagination-container .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  593. color: #272727;
  594. }
  595. /*************文章相关样式**********/
  596. .ui.items>.item>.content>.header {
  597. display: inline-block;
  598. margin: -.21425em 0 0;
  599. font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,Arial,Helvetica,sans-serif;
  600. font-weight: 700;
  601. color: rgba(0,0,0,.85)
  602. }
  603. .ui.items>.item {
  604. display: -webkit-box;
  605. display: -ms-flexbox;
  606. display: flex;
  607. margin: 1em 0;
  608. width: 100%;
  609. min-height: 0;
  610. background: 0 0;
  611. padding: 0;
  612. border: none;
  613. border-radius: 0;
  614. -webkit-box-shadow: none;
  615. box-shadow: none;
  616. -webkit-transition: -webkit-box-shadow .1s ease;
  617. transition: -webkit-box-shadow .1s ease;
  618. transition: box-shadow .1s ease;
  619. transition: box-shadow .1s ease,-webkit-box-shadow .1s ease;
  620. z-index: ''
  621. }
  622. .ui.items>.item a {
  623. cursor: pointer
  624. }
  625. .ui.items {
  626. margin: 1.5em 0
  627. }
  628. .ui.items:first-child {
  629. margin-top: 0!important
  630. }
  631. .ui.items:last-child {
  632. margin-bottom: 0!important
  633. }
  634. .ui.items>.item:after {
  635. display: block;
  636. content: ' ';
  637. height: 0;
  638. clear: both;
  639. overflow: hidden;
  640. visibility: hidden
  641. }
  642. .ui.items>.item:first-child {
  643. margin-top: 0
  644. }
  645. .ui.items>.item:last-child {
  646. margin-bottom: 0
  647. }
  648. .ui.items>.item>.image {
  649. position: relative;
  650. -webkit-box-flex: 0;
  651. -ms-flex: 0 0 auto;
  652. flex: 0 0 auto;
  653. display: block;
  654. float: none;
  655. margin: 0;
  656. padding: 0;
  657. max-height: '';
  658. -ms-flex-item-align: top;
  659. align-self: top
  660. }
  661. .ui.items>.item>.image>img {
  662. display: block;
  663. width: 100%;
  664. height: auto;
  665. border-radius: .125rem;
  666. border: none
  667. }
  668. .ui.items>.item>.image:only-child>img {
  669. border-radius: 0
  670. }
  671. .ui.items>.item>.content {
  672. display: block;
  673. -webkit-box-flex: 1;
  674. -ms-flex: 1 1 auto;
  675. flex: 1 1 auto;
  676. background: 0 0;
  677. margin: 0;
  678. padding: 0;
  679. -webkit-box-shadow: none;
  680. box-shadow: none;
  681. font-size: 1em;
  682. border: none;
  683. border-radius: 0
  684. }
  685. .ui.items>.item>.content:after {
  686. display: block;
  687. content: ' ';
  688. height: 0;
  689. clear: both;
  690. overflow: hidden;
  691. visibility: hidden
  692. }
  693. .ui.items>.item>.image+.content {
  694. min-width: 0;
  695. width: auto;
  696. display: block;
  697. margin-left: 0;
  698. -ms-flex-item-align: top;
  699. align-self: top;
  700. padding-left: 1.5em
  701. }
  702. .ui.items>.item>.content>.header {
  703. display: inline-block;
  704. margin: -.21425em 0 0;
  705. font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,Arial,Helvetica,sans-serif;
  706. font-weight: 700;
  707. color: rgba(0,0,0,.85)
  708. }
  709. .ui.items>.item>.content>.header:not(.ui) {
  710. font-size: 1.14285714em
  711. }
  712. .ui.items>.item [class*="left floated"] {
  713. float: left
  714. }
  715. .ui.items>.item [class*="right floated"] {
  716. float: right
  717. }
  718. .ui.items>.item .content img {
  719. -ms-flex-item-align: middle;
  720. align-self: middle;
  721. width: ''
  722. }
  723. .ui.items>.item .avatar img,.ui.items>.item img.avatar {
  724. width: '';
  725. height: '';
  726. border-radius: 500rem
  727. }
  728. .ui.items>.item>.content>.description {
  729. margin-top: .6em;
  730. font-size: 1em;
  731. line-height: 1.4285em;
  732. color: rgba(0,0,0,.87);
  733. min-height: 40px;
  734. word-wrap: break-word;
  735. word-break: break-word;
  736. }
  737. .ui.items>.item>.content p {
  738. margin: 0 0 .5em
  739. }
  740. .ui.items>.item>.content p:last-child {
  741. margin-bottom: 0
  742. }
  743. .ui.items>.item .meta {
  744. margin: .5em 0 .5em;
  745. font-size: 1em;
  746. line-height: 1em;
  747. color: rgba(0,0,0,.6)
  748. }
  749. .ui.items>.item .meta * {
  750. margin-right: .3em
  751. }
  752. .ui.items>.item .meta :last-child {
  753. margin-right: 0
  754. }
  755. .ui.items>.item .meta [class*="right floated"] {
  756. margin-right: 0;
  757. margin-left: .3em
  758. }
  759. .ui.items>.item>.content a:not(.ui) {
  760. color: '';
  761. -webkit-transition: color .1s ease;
  762. transition: color .1s ease
  763. }
  764. .ui.items>.item>.content a:not(.ui):hover {
  765. color: ''
  766. }
  767. .ui.items>.item>.content>a.header {
  768. color: rgba(0,0,0,.85)
  769. }
  770. .ui.items>.item>.content>a.header:hover {
  771. color: #1e70bf
  772. }
  773. .ui.items>.item .meta>a:not(.ui) {
  774. color: rgba(0,0,0,.4)
  775. }
  776. .ui.items>.item .meta>a:not(.ui):hover {
  777. color: rgba(0,0,0,.87)
  778. }
  779. .ui.items>.item>.content .favorite.icon {
  780. cursor: pointer;
  781. opacity: .75;
  782. -webkit-transition: color .1s ease;
  783. transition: color .1s ease
  784. }
  785. .ui.items>.item>.content .favorite.icon:hover {
  786. opacity: 1;
  787. color: #ffb70a
  788. }
  789. .ui.items>.item>.content .active.favorite.icon {
  790. color: #ffe623
  791. }
  792. .ui.items>.item>.content .like.icon {
  793. cursor: pointer;
  794. opacity: .75;
  795. -webkit-transition: color .1s ease;
  796. transition: color .1s ease
  797. }
  798. .ui.items>.item>.content .like.icon:hover {
  799. opacity: 1;
  800. color: #ff2733
  801. }
  802. .ui.items>.item>.content .active.like.icon {
  803. color: #ff2733
  804. }
  805. .ui.items>.item .extra {
  806. display: block;
  807. position: relative;
  808. background: 0 0;
  809. margin: .5rem 0 0;
  810. width: 100%;
  811. padding: 0 0 0;
  812. top: 0;
  813. left: 0;
  814. color: rgba(0,0,0,.4);
  815. -webkit-box-shadow: none;
  816. box-shadow: none;
  817. -webkit-transition: color .1s ease;
  818. transition: color .1s ease;
  819. border-top: none
  820. }
  821. .ui.items>.item .extra>* {
  822. margin: .25rem .5rem .25rem 0
  823. }
  824. .ui.items>.item .extra>[class*="right floated"] {
  825. margin: .25rem 0 .25rem .5rem
  826. }
  827. .ui.items>.item .extra:after {
  828. display: block;
  829. content: ' ';
  830. height: 0;
  831. clear: both;
  832. overflow: hidden;
  833. visibility: hidden
  834. }
  835. .ui.items>.item>.image:not(.ui) {
  836. width: 175px
  837. }
  838. .ui.horizontal.list {
  839. display: inline-block;
  840. font-size: 0
  841. }
  842. .ui.horizontal.list>.item {
  843. display: inline-block;
  844. margin-left: 1em;
  845. font-size: 1rem
  846. }
  847. .ui.horizontal.list:not(.celled)>.item:first-child {
  848. margin-left: 0!important;
  849. padding-left: 0!important
  850. }
  851. .ui.horizontal.list .list {
  852. padding-left: 0;
  853. padding-bottom: 0
  854. }
  855. .ui.horizontal.list a{
  856. color: rgba(0,0,0,.4);
  857. }
  858. .ui.horizontal.list a:hover {
  859. color: rgba(0,0,0,.87)
  860. }
  861. .ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image {
  862. vertical-align: middle
  863. }
  864. .ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child {
  865. padding-top: .21428571em;
  866. padding-bottom: .21428571em
  867. }
  868. .ui.horizontal.list>.item>i.icon {
  869. margin: 0;
  870. padding: 0 .25em 0 0
  871. }
  872. .ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content {
  873. float: none;
  874. display: inline-block
  875. }
  876. .ui.teal.label {
  877. background-color: #00b5ad!important;
  878. border-color: #00b5ad!important;
  879. color: #fff!important
  880. }
  881. .ui.items>.item {
  882. border-bottom: 1px solid #efefef;
  883. margin: 0;
  884. padding: 1em 0
  885. }
  886. /**************网站底部样式*************************/
  887. .footer{
  888. color: #777;
  889. padding: 30px 0;
  890. margin-top: 70px;
  891. font-size: 12px;
  892. background-color: #ffffff;
  893. bottom: 0;
  894. }
  895. .footer .container{
  896. padding: 0;
  897. }
  898. .footer .container .row{
  899. margin-left: 220px;
  900. padding-top: 20px;
  901. opacity : 0.8;
  902. font-size: 13px;
  903. }
  904. .footer .container .border-top{
  905. border-top: 2px solid #DDDDD9;
  906. }
  907. .manual-container .footer .container .row{
  908. margin-left: 0;
  909. }
  910. .footer a{
  911. color: #222;
  912. text-decoration: none;
  913. }
  914. .footer a:hover {
  915. color: #2b85ae
  916. }
  917. @media screen and (max-width: 840px) {
  918. .manual-body .page-left{
  919. display: none;
  920. }
  921. .manual-body .page-right {
  922. margin-left: 0;
  923. }
  924. .manual-body .page-right .box-body .form-right{
  925. display: none;
  926. }
  927. .manual-body .page-right .box-body{
  928. padding-right: 0 !important;
  929. }
  930. .footer .container .row{
  931. margin-left: 0;
  932. }
  933. }