main.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003
  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. }
  352. /************文档成员*************************/
  353. .users-list .list-item{
  354. padding: 12px;
  355. border-bottom: 1px dotted #EEE;
  356. }
  357. .users-list .list-item:hover {
  358. background-color: #F9F9F9
  359. }
  360. .users-list .list-item .operate{
  361. float: right;
  362. }
  363. /**************用户搜索界面样式********************/
  364. .searchbar{
  365. padding: 8px;
  366. }
  367. .searchbar .search-btn {
  368. display: inline-block;
  369. line-height: 100%;
  370. cursor: pointer;
  371. margin-top: -10px;
  372. margin-left: -45px;
  373. border: 0;
  374. background-color: transparent
  375. }
  376. .searchbar .search-btn>i.fa{
  377. padding: 10px;
  378. }
  379. .manual-search-reader .manual-body{
  380. margin-top: 60px;
  381. }
  382. .manual-search-reader .search-head{
  383. margin: 10px auto;
  384. padding-bottom: 15px;
  385. line-height: 1.5em;
  386. border-bottom: 3px solid #EEEEEE;
  387. }
  388. .manual-search-reader .search-head .search-title{
  389. font-size: 22px;
  390. font-weight: 300;
  391. }
  392. .manual-search-reader .search-body {
  393. margin-top: 80px;
  394. }
  395. .manual-search-reader .search-empty{
  396. margin:150px auto;
  397. text-align:center;
  398. }
  399. .manual-search-reader .search-empty .empty-text {
  400. font-size: 18px;
  401. display: block;
  402. margin: 24px;
  403. text-align: center;
  404. opacity: .5;
  405. filter: alpha(opacity=50)
  406. }
  407. .manual-search-reader .search-empty .empty-image{
  408. margin: 5px auto;
  409. display: block;
  410. text-align: center;
  411. opacity: 0.3;
  412. filter: alpha(opacity=30);
  413. }
  414. .manual-search-reader .search-item{
  415. margin: 0 15px;
  416. padding: 10px 20px;
  417. line-height: 25px;
  418. word-break: break-word;
  419. }
  420. .manual-search-reader .search-item:hover{
  421. background-color: #F5F5F5;
  422. }
  423. .manual-search-reader .search-item a{
  424. color: #0886E9;
  425. }
  426. .manual-search-reader .search-item em{
  427. color: #FF802C;
  428. font-style:normal;
  429. }
  430. .manual-search-reader .search-item .title{
  431. font-size: 16px;
  432. font-weight: 400;
  433. }
  434. .manual-search-reader .search-item .description{
  435. color: #666;
  436. line-height: 25px;
  437. min-height: 20px;
  438. font-size: 12px;
  439. }
  440. .manual-search-reader .search-item .site {
  441. overflow: hidden;
  442. text-overflow: ellipsis;
  443. -o-text-overflow: ellipsis;
  444. white-space: nowrap;
  445. max-width: 600px;
  446. color: #008000;
  447. font-size: 12px;
  448. }
  449. .manual-search-reader .search-item .source .item {
  450. display: inline-block;
  451. margin-right: 15px;
  452. }
  453. .manual-search-reader .search-item .source,.manual-search-reader .search-item .source a{
  454. font-size: 12px;
  455. color: #999999;
  456. }
  457. /**************用户登录界面样式*******************/
  458. .login .login-body{
  459. width: 400px;
  460. padding: 5px 30px 25px 30px;
  461. margin: 0 auto;
  462. margin-top: 30px;
  463. background-color: #FFF;
  464. border: 1px solid #ddd;
  465. border-radius: 5px;
  466. }
  467. .login .login-body .tooltip.bottom .tooltip-arrow,.has-error .tooltip.bottom .tooltip-arrow{
  468. border-bottom-color: #a94442;
  469. }
  470. .login .login-body .tooltip.top .tooltip-arrow,.has-error .tooltip.top .tooltip-arrow{
  471. border-top-color: #a94442;
  472. }
  473. .login .login-body .tooltip.right .tooltip-arrow,.has-error .tooltip.right .tooltip-arrow{
  474. border-top-color: #a94442;
  475. }
  476. .login .login-body .tooltip.left .tooltip-arrow,.has-error .tooltip.left .tooltip-arrow{
  477. border-top-color: #a94442;
  478. }
  479. .login .login-body .tooltip-inner,.has-error .tooltip-inner{
  480. background-color: #a94442;
  481. }
  482. /************图片上传样式*******************/
  483. #upload-logo-panel .wraper{
  484. float: left;
  485. background: #f6f6f6;
  486. position: relative;
  487. width: 360px;
  488. height: 360px;
  489. overflow: hidden;
  490. }
  491. #upload-logo-panel .watch-crop-list{
  492. width: 170px;
  493. padding:10px 20px;
  494. margin-left: 10px;
  495. background-color: #f6f6f6;
  496. text-align: center;
  497. float: right;
  498. height: 360px;
  499. }
  500. #image-wraper{
  501. text-align: center;
  502. }
  503. .webuploader-pick{
  504. }
  505. .webuploader-pick-hover{
  506. }
  507. .webuploader-container{
  508. padding: 0;
  509. border: 0;
  510. height: 40px;
  511. }
  512. .watch-crop-list>ul{
  513. list-style: none;
  514. padding: 0;
  515. margin: 0;
  516. }
  517. .webuploader-container div{
  518. width: 77px !important;
  519. height: 40px !important;
  520. left: 0 !important;
  521. }
  522. .img-preview {
  523. margin: 5px auto 10px auto;
  524. text-align: center;
  525. overflow: hidden;
  526. }
  527. .img-preview > img {
  528. max-width: 100%;
  529. }
  530. .preview-lg{
  531. width: 120px;
  532. height: 120px;
  533. }
  534. .preview-sm{
  535. width: 60px;
  536. height: 60px;
  537. }
  538. #error-message{
  539. font-size: 13px;
  540. color: red;
  541. vertical-align: middle;
  542. margin-top: -10px;
  543. display: inline-block;
  544. height: 40px;
  545. }
  546. .manager .dashboard-item{
  547. float: left;
  548. width: 100px;
  549. height: 115px;
  550. padding: 10px;
  551. font-size: 10px;
  552. line-height: 1.4;
  553. text-align: center;
  554. background-color: #f9f9f9;
  555. border: 1px solid #fff;
  556. cursor: pointer;
  557. color: #333;
  558. }
  559. .manager .dashboard-item:hover{
  560. background-color: #563D7C;
  561. color: #ffffff;
  562. }
  563. .manager .dashboard-item .fa{
  564. margin-top: 5px;
  565. margin-bottom: 10px;
  566. font-size: 24px;
  567. }
  568. .manager .dashboard-item .fa-class {
  569. display: block;
  570. text-align: center;
  571. word-wrap: break-word; /* Help out IE10+ with class names */
  572. }
  573. .pagination-container {
  574. margin: 5px auto;
  575. display: block !important;
  576. }
  577. .pagination-container .pagination{
  578. box-shadow: 0 1px 2px 0 #e3e3e0;
  579. }
  580. .pagination-container .pagination>li>a,.pagination-container .pagination>li>span{
  581. padding: 8px 16px !important;
  582. }
  583. .pagination-container .pagination>li>a,.pagination-container .pagination>li>span{
  584. color: #272727;
  585. }
  586. .pagination-container .pagination>.active>a{
  587. /*color: #fff;*/
  588. background-color: #f3f3f3;
  589. border: 1px solid #e3e3e0;
  590. }
  591. .pagination-container .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  592. color: #272727;
  593. }
  594. /*************文章相关样式**********/
  595. .ui.items>.item>.content>.header {
  596. display: inline-block;
  597. margin: -.21425em 0 0;
  598. font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,Arial,Helvetica,sans-serif;
  599. font-weight: 700;
  600. color: rgba(0,0,0,.85)
  601. }
  602. .ui.items>.item {
  603. display: -webkit-box;
  604. display: -ms-flexbox;
  605. display: flex;
  606. margin: 1em 0;
  607. width: 100%;
  608. min-height: 0;
  609. background: 0 0;
  610. padding: 0;
  611. border: none;
  612. border-radius: 0;
  613. -webkit-box-shadow: none;
  614. box-shadow: none;
  615. -webkit-transition: -webkit-box-shadow .1s ease;
  616. transition: -webkit-box-shadow .1s ease;
  617. transition: box-shadow .1s ease;
  618. transition: box-shadow .1s ease,-webkit-box-shadow .1s ease;
  619. z-index: ''
  620. }
  621. .ui.items>.item a {
  622. cursor: pointer
  623. }
  624. .ui.items {
  625. margin: 1.5em 0
  626. }
  627. .ui.items:first-child {
  628. margin-top: 0!important
  629. }
  630. .ui.items:last-child {
  631. margin-bottom: 0!important
  632. }
  633. .ui.items>.item:after {
  634. display: block;
  635. content: ' ';
  636. height: 0;
  637. clear: both;
  638. overflow: hidden;
  639. visibility: hidden
  640. }
  641. .ui.items>.item:first-child {
  642. margin-top: 0
  643. }
  644. .ui.items>.item:last-child {
  645. margin-bottom: 0
  646. }
  647. .ui.items>.item>.image {
  648. position: relative;
  649. -webkit-box-flex: 0;
  650. -ms-flex: 0 0 auto;
  651. flex: 0 0 auto;
  652. display: block;
  653. float: none;
  654. margin: 0;
  655. padding: 0;
  656. max-height: '';
  657. -ms-flex-item-align: top;
  658. align-self: top
  659. }
  660. .ui.items>.item>.image>img {
  661. display: block;
  662. width: 100%;
  663. height: auto;
  664. border-radius: .125rem;
  665. border: none
  666. }
  667. .ui.items>.item>.image:only-child>img {
  668. border-radius: 0
  669. }
  670. .ui.items>.item>.content {
  671. display: block;
  672. -webkit-box-flex: 1;
  673. -ms-flex: 1 1 auto;
  674. flex: 1 1 auto;
  675. background: 0 0;
  676. margin: 0;
  677. padding: 0;
  678. -webkit-box-shadow: none;
  679. box-shadow: none;
  680. font-size: 1em;
  681. border: none;
  682. border-radius: 0
  683. }
  684. .ui.items>.item>.content:after {
  685. display: block;
  686. content: ' ';
  687. height: 0;
  688. clear: both;
  689. overflow: hidden;
  690. visibility: hidden
  691. }
  692. .ui.items>.item>.image+.content {
  693. min-width: 0;
  694. width: auto;
  695. display: block;
  696. margin-left: 0;
  697. -ms-flex-item-align: top;
  698. align-self: top;
  699. padding-left: 1.5em
  700. }
  701. .ui.items>.item>.content>.header {
  702. display: inline-block;
  703. margin: -.21425em 0 0;
  704. font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,Arial,Helvetica,sans-serif;
  705. font-weight: 700;
  706. color: rgba(0,0,0,.85)
  707. }
  708. .ui.items>.item>.content>.header:not(.ui) {
  709. font-size: 1.14285714em
  710. }
  711. .ui.items>.item [class*="left floated"] {
  712. float: left
  713. }
  714. .ui.items>.item [class*="right floated"] {
  715. float: right
  716. }
  717. .ui.items>.item .content img {
  718. -ms-flex-item-align: middle;
  719. align-self: middle;
  720. width: ''
  721. }
  722. .ui.items>.item .avatar img,.ui.items>.item img.avatar {
  723. width: '';
  724. height: '';
  725. border-radius: 500rem
  726. }
  727. .ui.items>.item>.content>.description {
  728. margin-top: .6em;
  729. font-size: 1em;
  730. line-height: 1.4285em;
  731. color: rgba(0,0,0,.87);
  732. min-height: 40px;
  733. word-wrap: break-word;
  734. word-break: break-word;
  735. }
  736. .ui.items>.item>.content p {
  737. margin: 0 0 .5em
  738. }
  739. .ui.items>.item>.content p:last-child {
  740. margin-bottom: 0
  741. }
  742. .ui.items>.item .meta {
  743. margin: .5em 0 .5em;
  744. font-size: 1em;
  745. line-height: 1em;
  746. color: rgba(0,0,0,.6)
  747. }
  748. .ui.items>.item .meta * {
  749. margin-right: .3em
  750. }
  751. .ui.items>.item .meta :last-child {
  752. margin-right: 0
  753. }
  754. .ui.items>.item .meta [class*="right floated"] {
  755. margin-right: 0;
  756. margin-left: .3em
  757. }
  758. .ui.items>.item>.content a:not(.ui) {
  759. color: '';
  760. -webkit-transition: color .1s ease;
  761. transition: color .1s ease
  762. }
  763. .ui.items>.item>.content a:not(.ui):hover {
  764. color: ''
  765. }
  766. .ui.items>.item>.content>a.header {
  767. color: rgba(0,0,0,.85)
  768. }
  769. .ui.items>.item>.content>a.header:hover {
  770. color: #1e70bf
  771. }
  772. .ui.items>.item .meta>a:not(.ui) {
  773. color: rgba(0,0,0,.4)
  774. }
  775. .ui.items>.item .meta>a:not(.ui):hover {
  776. color: rgba(0,0,0,.87)
  777. }
  778. .ui.items>.item>.content .favorite.icon {
  779. cursor: pointer;
  780. opacity: .75;
  781. -webkit-transition: color .1s ease;
  782. transition: color .1s ease
  783. }
  784. .ui.items>.item>.content .favorite.icon:hover {
  785. opacity: 1;
  786. color: #ffb70a
  787. }
  788. .ui.items>.item>.content .active.favorite.icon {
  789. color: #ffe623
  790. }
  791. .ui.items>.item>.content .like.icon {
  792. cursor: pointer;
  793. opacity: .75;
  794. -webkit-transition: color .1s ease;
  795. transition: color .1s ease
  796. }
  797. .ui.items>.item>.content .like.icon:hover {
  798. opacity: 1;
  799. color: #ff2733
  800. }
  801. .ui.items>.item>.content .active.like.icon {
  802. color: #ff2733
  803. }
  804. .ui.items>.item .extra {
  805. display: block;
  806. position: relative;
  807. background: 0 0;
  808. margin: .5rem 0 0;
  809. width: 100%;
  810. padding: 0 0 0;
  811. top: 0;
  812. left: 0;
  813. color: rgba(0,0,0,.4);
  814. -webkit-box-shadow: none;
  815. box-shadow: none;
  816. -webkit-transition: color .1s ease;
  817. transition: color .1s ease;
  818. border-top: none
  819. }
  820. .ui.items>.item .extra>* {
  821. margin: .25rem .5rem .25rem 0
  822. }
  823. .ui.items>.item .extra>[class*="right floated"] {
  824. margin: .25rem 0 .25rem .5rem
  825. }
  826. .ui.items>.item .extra:after {
  827. display: block;
  828. content: ' ';
  829. height: 0;
  830. clear: both;
  831. overflow: hidden;
  832. visibility: hidden
  833. }
  834. .ui.items>.item>.image:not(.ui) {
  835. width: 175px
  836. }
  837. .ui.horizontal.list {
  838. display: inline-block;
  839. font-size: 0
  840. }
  841. .ui.horizontal.list>.item {
  842. display: inline-block;
  843. margin-left: 1em;
  844. font-size: 1rem
  845. }
  846. .ui.horizontal.list:not(.celled)>.item:first-child {
  847. margin-left: 0!important;
  848. padding-left: 0!important
  849. }
  850. .ui.horizontal.list .list {
  851. padding-left: 0;
  852. padding-bottom: 0
  853. }
  854. .ui.horizontal.list a{
  855. color: rgba(0,0,0,.4);
  856. }
  857. .ui.horizontal.list a:hover {
  858. color: rgba(0,0,0,.87)
  859. }
  860. .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 {
  861. vertical-align: middle
  862. }
  863. .ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child {
  864. padding-top: .21428571em;
  865. padding-bottom: .21428571em
  866. }
  867. .ui.horizontal.list>.item>i.icon {
  868. margin: 0;
  869. padding: 0 .25em 0 0
  870. }
  871. .ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content {
  872. float: none;
  873. display: inline-block
  874. }
  875. .ui.teal.label {
  876. background-color: #00b5ad!important;
  877. border-color: #00b5ad!important;
  878. color: #fff!important
  879. }
  880. .ui.items>.item {
  881. border-bottom: 1px solid #efefef;
  882. margin: 0;
  883. padding: 1em 0
  884. }
  885. /**************网站底部样式*************************/
  886. .footer{
  887. color: #777;
  888. padding: 30px 0;
  889. margin-top: 70px;
  890. font-size: 12px;
  891. background-color: #ffffff;
  892. bottom: 0;
  893. }
  894. .footer .container{
  895. padding: 0;
  896. }
  897. .footer .container .row{
  898. margin-left: 220px;
  899. padding-top: 20px;
  900. opacity : 0.8;
  901. font-size: 13px;
  902. }
  903. .footer .container .border-top{
  904. border-top: 2px solid #DDDDD9;
  905. }
  906. .manual-container .footer .container .row{
  907. margin-left: 0;
  908. }
  909. .footer a{
  910. color: #222;
  911. text-decoration: none;
  912. }
  913. .footer a:hover {
  914. color: #2b85ae
  915. }
  916. @media screen and (max-width: 840px) {
  917. .manual-body .page-left{
  918. display: none;
  919. }
  920. .manual-body .page-right {
  921. margin-left: 0;
  922. }
  923. .manual-body .page-right .box-body .form-right{
  924. display: none;
  925. }
  926. .manual-body .page-right .box-body{
  927. padding-right: 0 !important;
  928. }
  929. .footer .container .row{
  930. margin-left: 0;
  931. }
  932. }