main.css 23 KB

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