welcome.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. /**
  2. content from file: common.css
  3. */
  4. /****************** 系統配置 ******************/
  5. html, body, p {
  6. padding: 0;
  7. margin: 0;
  8. }
  9. .container {
  10. width: 100%;
  11. padding-right: 15px;
  12. padding-left: 15px;
  13. margin-right: auto;
  14. margin-left: auto
  15. }
  16. @media (min-width: 576px) {
  17. .container {
  18. max-width: 540px
  19. }
  20. }
  21. @media (min-width: 768px) {
  22. .container {
  23. max-width: 720px
  24. }
  25. }
  26. @media (min-width: 992px) {
  27. .container {
  28. max-width: 960px
  29. }
  30. }
  31. @media (min-width: 1200px) {
  32. .container {
  33. max-width: 1140px
  34. }
  35. }
  36. .float-left {
  37. float: left
  38. }
  39. .float-right {
  40. float: right
  41. }
  42. a {
  43. text-decoration: none;
  44. color: #333333;
  45. }
  46. i {
  47. display: inline-block;
  48. }
  49. button {
  50. border: none;
  51. background: white;
  52. outline: none;
  53. }
  54. table {
  55. border-collapse: collapse;
  56. }
  57. .s-flex {
  58. display: flex;
  59. }
  60. .space-between {
  61. justify-content: space-between;
  62. }
  63. .justify-center {
  64. justify-content: center;
  65. }
  66. .align-center {
  67. align-items: center;
  68. }
  69. .cursor-p {
  70. cursor: pointer;
  71. }
  72. .mt-15 {
  73. margin-top: 15px;
  74. }
  75. .clearfix:after, .clearfix:before {
  76. content: " ";
  77. display: table
  78. }
  79. .clearfix:after {
  80. clear: both
  81. }
  82. /****************** 头部 ******************/
  83. header {
  84. padding: 10px 16.8%;
  85. display: flex;
  86. justify-content: space-between;
  87. }
  88. .logo-box {
  89. display: flex;
  90. align-items: center;
  91. font-size: 25px;
  92. font-weight: normal;
  93. color: rgba(51, 51, 51, 1);
  94. }
  95. header .right {
  96. display: flex;
  97. align-items: center;
  98. }
  99. .navbar {
  100. margin-right: 40px;
  101. display: flex;
  102. }
  103. .navbar-item {
  104. margin-left: 30px;
  105. font-size: 16px;
  106. cursor: pointer;
  107. }
  108. .navbar-item.active {
  109. color: #36C182;
  110. padding-bottom: 5px;
  111. border-bottom: 2px solid #36C182;
  112. }
  113. header .logo {
  114. width: 40px;
  115. height: 40px;
  116. margin-right: 10px;
  117. display: inline-block;
  118. }
  119. header iframe {
  120. width: 100px;
  121. height: 30px;
  122. border: none;
  123. padding: 10px 0 0;
  124. }
  125. /****************** 捐赠 ******************/
  126. .d-banner h1, .d-banner p {
  127. text-align: center;
  128. }
  129. .ewm-content img {
  130. width: 200px;
  131. }
  132. .ewm-content .ewm-item {
  133. width: 210px;
  134. margin-left: 15px;
  135. display: inline-block;
  136. }
  137. .sect-role {
  138. margin-right: 25px;
  139. }
  140. .table {
  141. width: 100%;
  142. max-width: 100%;
  143. margin-bottom: 1rem;
  144. background-color: transparent;
  145. }
  146. .table th,
  147. .table td {
  148. padding: 0.75rem;
  149. vertical-align: top;
  150. border-top: 1px solid #dee2e6;
  151. }
  152. .table thead th {
  153. vertical-align: bottom;
  154. border-bottom: 2px solid #dee2e6;
  155. }
  156. .table tbody + tbody {
  157. border-top: 2px solid #dee2e6;
  158. }
  159. .table .table {
  160. background-color: #fff;
  161. }
  162. .table-sm th,
  163. .table-sm td {
  164. padding: 0.3rem;
  165. }
  166. .table-bordered {
  167. border: 1px solid #dee2e6;
  168. }
  169. .table-bordered th,
  170. .table-bordered td {
  171. border: 1px solid #dee2e6;
  172. }
  173. .table-bordered thead th,
  174. .table-bordered thead td {
  175. border-bottom-width: 2px;
  176. }
  177. .table-striped tbody tr:nth-of-type(odd) {
  178. background-color: rgba(0, 0, 0, 0.05);
  179. }
  180. .table-hover tbody tr:hover {
  181. background-color: rgba(0, 0, 0, 0.075);
  182. }
  183. /****************** 底部 ******************/
  184. footer {
  185. background: #e4e4e4;
  186. padding: 15px 0;
  187. font-size: 14px;
  188. font-family: "Microsoft YaHei", sans-serif;
  189. font-weight: 400;
  190. color: rgb(60, 85, 93);
  191. display: flex;
  192. align-items: center;
  193. justify-content: center;
  194. }
  195. footer p {
  196. margin: 10px 0;
  197. text-align: center;
  198. }
  199. footer a {
  200. color: rgb(60, 85, 93);
  201. font-weight: bold;
  202. }
  203. .protocol {
  204. font-weight: bold;
  205. text-align: center;
  206. margin-bottom: 15px;
  207. }
  208. .beian-number {
  209. }
  210. /**
  211. content from file: home.css
  212. */
  213. .home-main {
  214. margin-top: 90px;
  215. }
  216. .title {
  217. text-align: center;
  218. padding-bottom: 140px;
  219. }
  220. .title .logo {
  221. width: 116px;
  222. height: 151px;
  223. margin-bottom: 60px;
  224. }
  225. .title .name {
  226. width: 300px;
  227. height: 300px;
  228. }
  229. .title .desc {
  230. width: 729px;
  231. font-size: 22px;
  232. font-family: MicrosoftYaHei;
  233. font-weight: 400;
  234. color: rgba(51, 51, 51, 1);
  235. line-height: 36px;
  236. text-align: center;
  237. margin: 0 auto 58px;
  238. }
  239. .title .operation {
  240. display: flex;
  241. align-items: center;
  242. justify-content: center;
  243. }
  244. .title .operation button, .title .operation a {
  245. width: 123px;
  246. height: 47px;
  247. border: 1px solid rgb(0, 177, 236);
  248. border-radius: 24px;
  249. font-size: 16px;
  250. font-family: MicrosoftYaHei-Bold;
  251. font-weight: bold;
  252. display: inline-flex;
  253. align-items: center;
  254. justify-content: center;
  255. margin-left: 10px;
  256. cursor: pointer;
  257. }
  258. .title .operation .start {
  259. background: rgb(0, 177, 236);
  260. color: rgba(255, 255, 255, 1);
  261. }
  262. .title .operation .icon-play {
  263. width: 10px;
  264. height: 12px;
  265. margin-left: 12px;
  266. }
  267. .title .operation .download {
  268. color: #00b1ec;
  269. }
  270. .title .operation .icon-download-green {
  271. width: 20px;
  272. height: 17px;
  273. margin-left: 12px;
  274. }
  275. .title .operation .button-grya {
  276. background: #F3F3F3;
  277. font-size: 20px;
  278. font-family: MicrosoftYaHei;
  279. font-weight: 400;
  280. color: rgba(138, 138, 138, 1);
  281. border: none;
  282. }
  283. .title .operation .button-grya .icon-gitee {
  284. width: 26px;
  285. height: 25px;
  286. margin-right: 3px;
  287. }
  288. .title .operation .button-grya .icon-github-big {
  289. width: 26px;
  290. height: 25px;
  291. margin-right: 3px;
  292. }
  293. .introduction {
  294. padding: 75px 0 110px;
  295. background: #f8f8f8;
  296. }
  297. .top {
  298. margin: 0 auto;
  299. max-width: 810px;
  300. }
  301. .part-title {
  302. text-align: center;
  303. font-size: 0;
  304. }
  305. .part-title .text {
  306. font-size: 32px;
  307. font-family: MicrosoftYaHei-Bold;
  308. font-weight: bold;
  309. color: rgba(51, 51, 51, 1);
  310. }
  311. .part-title .line {
  312. width: 50px;
  313. height: 2px;
  314. background: #36C182;
  315. display: inline-block;
  316. margin-top: 10px;
  317. }
  318. .introduction .top .part-desc {
  319. width: 808px;
  320. font-size: 14px;
  321. font-family: MicrosoftYaHei;
  322. font-weight: 400;
  323. color: rgba(102, 102, 102, 1);
  324. line-height: 22px;
  325. text-align: center;
  326. margin-top: 22px;
  327. }
  328. .introduction .bottom {
  329. max-width: 1100px;
  330. margin: 110px auto 0;
  331. display: flex;
  332. justify-content: space-between;
  333. flex-wrap: wrap;
  334. }
  335. .introduction .bottom .item {
  336. width: 294px;
  337. margin-right: 108px;
  338. }
  339. .introduction .bottom .item:nth-child(n+4) {
  340. margin-top: 90px;
  341. }
  342. .introduction .bottom .item:nth-child(3n+3) {
  343. margin-right: 0;
  344. }
  345. .introduction .bottom .item-title {
  346. display: flex;
  347. align-items: center;
  348. }
  349. .introduction .bottom .item-title i {
  350. width: 36px;
  351. height: 44px;
  352. margin-right: 20px;
  353. }
  354. .introduction .bottom .item-title span {
  355. font-size: 22px;
  356. font-family: MicrosoftYaHei, sans-serif, serif;
  357. font-weight: 400;
  358. color: rgb(0, 96, 128);
  359. line-height: 26px;
  360. }
  361. .introduction .bottom .item-desc {
  362. font-size: 14px;
  363. font-family: MicrosoftYaHei, sans-serif, serif;
  364. font-weight: 400;
  365. color: rgba(127, 127, 127, 1);
  366. line-height: 26px;
  367. margin-top: 10px;
  368. }
  369. .footer-nav-box {
  370. width: 28%;
  371. }
  372. .footer-proto-box {
  373. width: 58%;
  374. }
  375. @media (max-width: 768px) {
  376. .footer-nav-box {
  377. width: 95%;
  378. }
  379. .footer-proto-box {
  380. width: 95%;
  381. }
  382. }
  383. .site-footer ul, .site-footer li {
  384. list-style: none;
  385. padding: 0;
  386. margin: 0;
  387. }
  388. .site-footer a {
  389. color:rgb(60, 85, 93);
  390. line-height: 1.6em;
  391. font-weight: normal;
  392. }
  393. .case {
  394. max-width: 80%;
  395. margin: 0 auto;
  396. text-align: center;
  397. padding: 75px 0 110px;
  398. }
  399. .case .top {
  400. margin-bottom: 15px;
  401. }
  402. .case a {
  403. margin: 20px 15px 0;
  404. position: relative;
  405. vertical-align: middle;
  406. text-decoration: none;
  407. display: inline-block;
  408. }
  409. .case a,
  410. .case img {
  411. vertical-align: middle;
  412. text-decoration: none;
  413. }
  414. .case img {
  415. transition: all 0.3s ease;
  416. max-width: 140px;
  417. max-height: 90px;
  418. }
  419. .case img:hover {
  420. filter: none;
  421. opacity: 1;
  422. }
  423. .case .case-links {
  424. margin: 20px 0;
  425. }
  426. .case .become-case {
  427. font-size: 0.9em;
  428. font-weight: 700;
  429. width: auto;
  430. background-color: transparent;
  431. }
  432. .case a.button,
  433. .case input.button {
  434. margin-top: 100px;
  435. padding: 0.65em 1.8em;
  436. border-radius: 2em;
  437. display: inline-block;
  438. background-color: #4fc08d;
  439. transition: all 0.15s ease;
  440. box-sizing: border-box;
  441. border: 1px solid #4fc08d;
  442. }
  443. .case a.button.white,
  444. .case input.button.white {
  445. background-color: #fff;
  446. color: #42b983;
  447. }
  448. /**
  449. content from file: icon-img.css
  450. */
  451. .img-case {
  452. /*background: url("../images/case.png");*/
  453. background-size: contain;
  454. }
  455. .img-qrcode {
  456. /*background: url("../images/qrcode.png");*/
  457. background-size: contain;
  458. }
  459. .img-name {
  460. background: url("../images/logo-3.png") no-repeat;
  461. background-size: contain;
  462. }
  463. .img-logo-header {
  464. background: url("../images/logo-1.png");
  465. background-size: contain;
  466. }
  467. .img-logo-big {
  468. /*background: url("../images/big-logo.png");*/
  469. background-size: contain;
  470. }
  471. .img-computer {
  472. /*background: url("../images/computer.png") repeat;*/
  473. background-size: contain;
  474. }
  475. .icon-github-big {
  476. background: url("../images/icon-github-big.png");
  477. background-size: contain;
  478. }
  479. .icon-github-small {
  480. /*background: url("../images/icon-github-small.png");*/
  481. background-size: contain;
  482. }
  483. .icon-address {
  484. /*background: url("../images/icon-address.png") no-repeat;*/
  485. background-size: contain;
  486. }
  487. .icon-email {
  488. /*background: url("../images/icon-position.png") no-repeat;*/
  489. background-size: contain;
  490. }
  491. .icon-download-green {
  492. background: url("../images/icon-download-green.png");
  493. background-size: contain;
  494. }
  495. .icon-play {
  496. background: url("../images/icon-play.png");
  497. background-size: contain;
  498. }
  499. .icon-gitee {
  500. background: url("../images/icon-gitee.png") no-repeat;
  501. background-size: contain;
  502. }
  503. .icon-intro-six {
  504. /*background: url("../images/intro-six.png") no-repeat;*/
  505. background-size: contain;
  506. }
  507. .icon-intro-five {
  508. /*background: url("../images/intro-five.png") no-repeat;*/
  509. background-size: contain;
  510. }
  511. .icon-intro-four {
  512. /*background: url("../images/intro-four.png") no-repeat;*/
  513. background-size: contain;
  514. }
  515. .icon-intro-three {
  516. /*background: url("../images/intro-three.png") no-repeat;*/
  517. background-size: contain;
  518. }
  519. .icon-intro-two {
  520. /*background: url("../images/intro-two.png") no-repeat;*/
  521. background-size: contain;
  522. }
  523. .icon-intro-seven {
  524. /*background: url("../images/intro-three.png") no-repeat;*/
  525. background-size: contain;
  526. }
  527. /**
  528. content from file: team.css
  529. */
  530. .banner {
  531. position: relative;
  532. width: 100%;
  533. height: 200px;
  534. background: gray;
  535. display: flex;
  536. align-items: center;
  537. justify-content: center;
  538. }
  539. .banner-desc {
  540. text-align: center;
  541. }
  542. .banner-desc p:first-child {
  543. font-size: 36px;
  544. font-family: SourceHanSansCN-Bold;
  545. font-weight: bold;
  546. color: rgba(255, 255, 255, 1);
  547. }
  548. .banner-desc p:last-child {
  549. font-size: 24px;
  550. font-family: SourceHanSansCN-Normal;
  551. font-weight: 400;
  552. color: rgba(255, 255, 255, 1);
  553. margin-top: 15px;
  554. }
  555. .team-main .content {
  556. margin-left: 26.5%;
  557. display: flex;
  558. padding: 50px 0 100px;
  559. }
  560. .qrcode-box {
  561. width: 200px;
  562. height: 200px;
  563. padding: 20px;
  564. background: #fafafa;
  565. display: flex;
  566. align-items: center;
  567. justify-content: center;
  568. }
  569. .img-qrcode {
  570. width: 151px;
  571. height: 152px;
  572. }
  573. .qrcode-box p {
  574. font-size: 14px;
  575. font-family: MicrosoftYaHei;
  576. font-weight: 400;
  577. color: rgba(51, 51, 51, 1);
  578. line-height: 20px;
  579. text-align: center;
  580. }
  581. .info-box {
  582. margin-left: 50px;
  583. }
  584. .info-item {
  585. display: flex;
  586. align-items: start;
  587. width: 480px;
  588. padding-bottom: 20px;
  589. border-bottom: 1px dotted #cfcfcf;
  590. }
  591. .info-item + .info-item {
  592. padding-top: 20px;
  593. }
  594. .info-item .avatar {
  595. width: 90px;
  596. height: 90px;
  597. border-radius: 50%;
  598. }
  599. .info-item .detail {
  600. margin-left: 10px;
  601. }
  602. .info-item .detail p {
  603. font-size: 14px;
  604. font-family: MicrosoftYaHei;
  605. font-weight: 400;
  606. color: rgba(51, 51, 51, 1);
  607. }
  608. .info-item .detail p + p {
  609. margin-top: 8px;
  610. }
  611. .info-item .detail p i {
  612. width: 14px;
  613. height: 13px;
  614. margin-right: 5px;
  615. }
  616. .info-item .detail p.name {
  617. font-size: 20px;
  618. font-family: MicrosoftYaHei;
  619. font-weight: 400;
  620. color: rgba(51, 51, 51, 1);
  621. line-height: 36px;
  622. margin-bottom: 12px;
  623. }