main.css 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  1. body {
  2. position: relative;
  3. font-family: Helvetica, -apple-system, "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
  4. }
  5. a{
  6. text-decoration: none;
  7. }
  8. a:hover{
  9. text-decoration: none;
  10. outline: 0;
  11. }
  12. textarea{
  13. resize: none;
  14. }
  15. .text{
  16. font-size: 12px;
  17. color: #999999;
  18. font-weight: 200;
  19. }
  20. .error-message{
  21. color: #d9534f;
  22. font-size: 12px;
  23. }
  24. .success-message{
  25. color: #5cb85c;
  26. font-size: 12px;
  27. }
  28. .input-readonly{
  29. border: 1px solid rgba(34,36,38,.15);
  30. background-color: #fff !important;
  31. -webkit-box-shadow : none;
  32. box-shadow: none;
  33. }
  34. ::-webkit-scrollbar , body .scrollbar-track-color{
  35. height: 9px;
  36. width: 7px;
  37. background: #E6E6E6;
  38. }
  39. ::-webkit-scrollbar:hover {
  40. background: #CCCCCC;
  41. }
  42. ::-webkit-scrollbar-thumb {
  43. background: #A2A2A2;
  44. -webkit-border-radius: 6px;
  45. -moz-border-radius: 6px;
  46. -ms-border-radius: 6px;
  47. -o-border-radius: 6px;
  48. border-radius: 6px;
  49. }
  50. .bootstrap-tagsinput{
  51. display: block !important;
  52. }
  53. .manual-header{
  54. margin-bottom: 0;
  55. background-color: #fff;
  56. border-bottom: 0;
  57. box-shadow: rgba(0,0,0,.1)0 1px 5px;
  58. border-top: 1px solid #009a61;
  59. }
  60. .manual-header .navbar-brand,.manual-header a {
  61. font-weight: 500;
  62. color: #563d7c;
  63. max-width: 300px;
  64. white-space:nowrap;
  65. overflow: hidden;
  66. }
  67. .manual-header .navbar-nav li.active a{
  68. background-color: #009a61;
  69. color: #ffffff;
  70. }
  71. .manual-reader .slidebar {
  72. margin: 5px 10px 0 0;
  73. }
  74. .user-info{
  75. border: 0;
  76. background-color: #ffffff;
  77. padding: 5px 10px !important;
  78. cursor: pointer;
  79. }
  80. .user-info:hover{
  81. background-color: #F5F5F5;
  82. }
  83. .user-info-dropdown a{
  84. font-size: 14px;
  85. color: #333333;
  86. height: 30px !important;
  87. line-height: 25px !important;
  88. }
  89. .user-info-dropdown a>i{
  90. display: inline-block;
  91. margin-right: 5px;
  92. }
  93. .userbar-avatar{
  94. display: inline-block;
  95. width: 43px;
  96. height: 43px;
  97. margin-right: 15px;
  98. }
  99. .userbar-content{
  100. display: inline-block;
  101. vertical-align: middle;
  102. }
  103. .userbar-content span{
  104. display: inline-block;
  105. font-size: 14px;
  106. font-weight: 400;
  107. margin-right: 40px;
  108. color: #3d444f;
  109. }
  110. .userbar-content div{
  111. font-size: 12px;
  112. line-height: 1;
  113. color: #9ba3af;
  114. }
  115. /**************首页标签*******************/
  116. .tag-container-outer{
  117. border-bottom: 1px solid #eee;
  118. padding-top: 5px;
  119. padding-bottom: 5px;
  120. line-height: 30px;
  121. position: relative;
  122. display: block !important;
  123. margin-top: 15px;
  124. }
  125. .tag-container-outer .title{
  126. font-weight: 400;
  127. font-size: 14px;
  128. }
  129. .tag-container-outer .tags a{
  130. display: inline-block;
  131. vertical-align: baseline;
  132. line-height: 1;
  133. border-radius: 0.3rem;
  134. transition: background .1s ease;
  135. cursor: pointer;
  136. background-color: #e0e0e0;
  137. margin: 0 .5em .5em 0!important;
  138. padding: 0.5rem 0.8rem;
  139. color: #999999;
  140. opacity: 0.8;
  141. }
  142. .tag-container-outer .tags a:hover{
  143. color: #666666;
  144. opacity: 1;
  145. }
  146. .tag-container-outer .tags a>.detail{
  147. display: inline-block;
  148. vertical-align: top;
  149. font-weight: 400;
  150. margin-left: 1em;
  151. opacity: .8
  152. }
  153. /*********************************/
  154. .manual-body{
  155. margin-top: 53px;
  156. }
  157. .manual-body .page-left{
  158. position: fixed;
  159. overflow: auto;
  160. top: 50px;
  161. bottom: 0;
  162. z-index: 100;
  163. width: 199px;
  164. background-color: #f5f5f5;
  165. border-right: 1px solid #eaeaea
  166. }
  167. .manual-body .page-left .menu {
  168. padding: 18px 0
  169. }
  170. .manual-body .page-left .menu li {
  171. height: 36px;
  172. line-height: 0
  173. }
  174. .manual-body .page-left .menu .item {
  175. display: block;
  176. padding: 8px 24px;
  177. color: #666;
  178. white-space: nowrap;
  179. overflow: hidden;
  180. text-overflow: ellipsis;
  181. white-space: nowrap;
  182. line-height: 20px;
  183. text-decoration: none;
  184. }
  185. .manual-body .page-left .menu .item:hover {
  186. background-color: #eee;
  187. text-decoration: none;
  188. }
  189. .manual-body .page-left .menu a:visited{
  190. text-decoration: none;
  191. }
  192. .manual-body .page-left .menu li.active .item{
  193. background-color: #DDB;
  194. }
  195. .manual-body .page-right {
  196. padding: 15px 0 15px 24px;
  197. margin-left: 200px;
  198. min-width: 400px;
  199. }
  200. .manual-body .page-right .box-head{
  201. border-bottom: 1px solid #DDDDD9;
  202. }
  203. .m-box .box-head .box-title {
  204. display: inline-block;
  205. height: 36px;
  206. line-height: 36px;
  207. padding-bottom: 3px;
  208. border-bottom: 2px solid #44B035;
  209. margin-bottom: -1px;
  210. min-width: 80px;
  211. font-weight: 200;
  212. font-size: 18px;
  213. }
  214. .manual-body .page-right .box-body {
  215. padding: 12px 0;
  216. position: relative;
  217. }
  218. .manual-body .page-right .box-body label, .text-label{
  219. font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
  220. color: #222222;
  221. font-weight: 300;
  222. }
  223. .required>.text-label:after{
  224. color: #db2828;
  225. content: "*";
  226. vertical-align: middle;
  227. margin: -.2em 0 0 .2em;
  228. }
  229. .manual-body .page-right .box-body .form-right{
  230. position: absolute;
  231. right: 0;
  232. top: 34px
  233. }
  234. /*************网站首页******************/
  235. .manual-list{
  236. margin: 15px auto;
  237. }
  238. .manual-list .list-item{
  239. float: left;
  240. padding-left: 15px;
  241. padding-right: 15px;
  242. margin: 18px 0;
  243. height: 280px
  244. }
  245. .manual-list .list-item .manual-item-standard{
  246. float: left;
  247. width: 163px;
  248. line-height: 1.5em;
  249. position: relative;
  250. }
  251. .manual-list .list-item .manual-item-standard>dt{
  252. margin-bottom: 6px;
  253. height: 231px;
  254. position: relative;
  255. }
  256. .manual-list .list-item .manual-item-standard>dt>a {
  257. display: block;
  258. position: relative;
  259. width: 100%;
  260. }
  261. .manual-list .list-item .manual-item-standard>dt>a .image{
  262. position: relative;
  263. /*display: none;*/
  264. }
  265. .manual-list .list-item .manual-item-standard .cover {
  266. border: none;
  267. width: 170px;
  268. position: relative;
  269. display: inline-block;
  270. height: 230px;
  271. background-color: #eee;
  272. border-radius: 2px;
  273. box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  274. }
  275. .manual-list .list-item .manual-item-standard .b-cover:hover {
  276. border-color: #4db559;
  277. box-shadow: 0 0 4px rgba(77,181,89,.7)
  278. }
  279. .manual-list .list-item .manual-item-standard a.name {
  280. vertical-align: top;
  281. word-wrap: normal;
  282. font-size: 16px;
  283. color: #666;
  284. display: inline-block;
  285. max-width: 100%;
  286. white-space: nowrap;
  287. text-overflow: ellipsis;
  288. overflow: hidden
  289. }
  290. .manual-list .list-item .manual-item-standard a.name:hover{
  291. color: #333333;
  292. }
  293. .manual-list .list-item .manual-item-standard .author{
  294. zoom:1;vertical-align: top;
  295. display: inline-block;
  296. height: 20px;
  297. line-height: 20px;
  298. color: #484848;
  299. font-size: 13px;
  300. }
  301. .manual-list .list-item .manual-item-standard .author>.text{
  302. font-weight: 200;
  303. color: #484848;
  304. }
  305. /*************文档列表******************/
  306. .book-list .list-item{
  307. display: block;
  308. width: 100%;
  309. margin: 0;
  310. border-bottom: 1px solid #dddddd;
  311. padding: 15px 10px;
  312. }
  313. .book-list .list-item:hover{
  314. background: #eaeaea;
  315. }
  316. .book-list .list-item a{
  317. color: #666666;
  318. font-size: 16px;
  319. text-decoration: none;
  320. }
  321. .book-list .list-item .pull-right a{
  322. font-size: 12px;
  323. }
  324. .book-list .list-item a:hover{
  325. text-decoration: none;
  326. color: #428bca;
  327. }
  328. .book-list .list-item .desc-text{
  329. font-size: 12px;
  330. margin: 5px;
  331. word-wrap: break-word;
  332. word-break: break-word;
  333. }
  334. .book-list .list-item .info{
  335. font-size: 12px;
  336. color: #666666;
  337. }
  338. .book-list .list-item .info span{
  339. display: inline-block;
  340. padding-right: 10px;
  341. }
  342. /************文档概述*****************/
  343. .dashboard{
  344. }
  345. .dashboard .list{
  346. zoom: 1;
  347. line-height: 35px;
  348. }
  349. .dashboard .summary{
  350. margin-top: 15px;
  351. word-break: break-all;
  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. }