main.css 23 KB

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