about.scss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. .main {
  2. .about {
  3. padding: 120px 0;
  4. background: #fff;
  5. .title {
  6. font-size: 34px;
  7. text-align: center;
  8. margin-bottom: 32px;
  9. }
  10. .description {
  11. font-size: 16px;
  12. color: #505050;
  13. text-align: center;
  14. line-height: 32px;
  15. }
  16. .content {
  17. display: -webkit-box;
  18. display: -ms-flexbox;
  19. display: flex;
  20. -webkit-box-pack: justify;
  21. -ms-flex-pack: justify;
  22. justify-content: space-between;
  23. margin-top: 80px;
  24. .item {
  25. display: -webkit-box;
  26. display: -ms-flexbox;
  27. display: flex;
  28. -webkit-box-orient: vertical;
  29. -webkit-box-direction: normal;
  30. -ms-flex-direction: column;
  31. flex-direction: column;
  32. -webkit-box-align: center;
  33. -ms-flex-align: center;
  34. align-items: center;
  35. width: 380px;
  36. height: 387px;
  37. -webkit-box-sizing: border-box;
  38. box-sizing: border-box;
  39. border: 1px solid #e8e8e8;
  40. padding: 40px 30px;
  41. img {
  42. display: block;
  43. width: 72px;
  44. height: 72px;
  45. margin-top: 20px;
  46. }
  47. .tip {
  48. font-size: 18px;
  49. color: #505050;
  50. font-weight: bold;
  51. margin-top: 32px;
  52. }
  53. .desc {
  54. margin-top: 32px;
  55. font-size: 16px;
  56. color: #505050;
  57. line-height: 32px;
  58. text-align: center;
  59. }
  60. }
  61. }
  62. }
  63. .profile {
  64. background: #f7f7f7;
  65. padding: 60px 0;
  66. .cover {
  67. width: 470px;
  68. height: 479px;
  69. overflow: hidden;
  70. background-color: pink;
  71. img {
  72. display: block;
  73. width: 100%;
  74. height: 100%;
  75. }
  76. }
  77. .content {
  78. width: 672px;
  79. margin-left: 50px;
  80. .title {
  81. font-size: 34px;
  82. }
  83. .subtitle {
  84. font-size: 34px;
  85. color: #0688d2;
  86. margin: 40px 0 16px;
  87. span {
  88. font-size: 24px;
  89. color: #272727;
  90. margin-left: 12px;
  91. }
  92. }
  93. .tags {
  94. display: -webkit-box;
  95. display: -ms-flexbox;
  96. display: flex;
  97. -webkit-box-align: center;
  98. -ms-flex-align: center;
  99. align-items: center;
  100. font-size: 0;
  101. span {
  102. font-size: 16px;
  103. }
  104. i {
  105. display: block;
  106. height: 12px;
  107. width: 1px;
  108. background: #505050;
  109. margin: 0 24px;
  110. }
  111. }
  112. .line {
  113. width: 100%;
  114. height: 1px;
  115. background: #e8e8e8;
  116. position: relative;
  117. margin: 20px 0 40px;
  118. &::before {
  119. content: '';
  120. display: block;
  121. width: 24px;
  122. height: 2px;
  123. background: #0688d2;
  124. position: absolute;
  125. left: 0;
  126. bottom: 0;
  127. }
  128. }
  129. .description {
  130. font-size: 16px;
  131. color: #999;
  132. line-height: 32px;
  133. text-align: justify;
  134. }
  135. }
  136. }
  137. .team {
  138. padding: 120px 0;
  139. background: #fff;
  140. .title {
  141. font-size: 34px;
  142. text-align: center;
  143. }
  144. .content {
  145. margin-top: 80px;
  146. .item {
  147. width: 388px;
  148. height: 340px;
  149. float: left;
  150. margin-right: 17px;
  151. margin-top: 18px;
  152. overflow: hidden;
  153. &:first-child {
  154. position: relative;
  155. background: #eff9ff;
  156. display: -webkit-box;
  157. display: -ms-flexbox;
  158. display: flex;
  159. -webkit-box-pack: center;
  160. -ms-flex-pack: center;
  161. justify-content: center;
  162. -webkit-box-align: center;
  163. -ms-flex-align: center;
  164. align-items: center;
  165. .cover {
  166. width: 160px;
  167. .line {
  168. width: 18px;
  169. height: 3px;
  170. background: #0688d2;
  171. margin: 18px 0 24px;
  172. }
  173. .tip {
  174. font-size: 34px;
  175. }
  176. .desc {
  177. font-size: 16px;
  178. color: #999;
  179. }
  180. }
  181. }
  182. &:nth-child(-n + 3) {
  183. margin-top: 0;
  184. }
  185. &:nth-child(3),
  186. &:nth-child(5),
  187. &:nth-child(8),
  188. &:nth-child(10) {
  189. margin-right: 0;
  190. }
  191. &:nth-child(5),
  192. &:nth-child(9) {
  193. width: 795px;
  194. }
  195. img {
  196. display: block;
  197. width: 100%;
  198. -webkit-transition: all 0.4s;
  199. transition: all 0.4s;
  200. }
  201. &:hover {
  202. img {
  203. -webkit-transform: scale(1.2);
  204. transform: scale(1.2);
  205. }
  206. }
  207. }
  208. }
  209. }
  210. .development {
  211. padding: 100px 0;
  212. background: #f7f7f7;
  213. .title {
  214. font-size: 34px;
  215. text-align: center;
  216. }
  217. .content {
  218. position: relative;
  219. margin-top: 80px;
  220. width: 2px;
  221. margin: 0 auto;
  222. background: #e8e8e8;
  223. .item {
  224. position: relative;
  225. width: 2px;
  226. margin-top: 60px;
  227. &::before {
  228. content: '';
  229. position: absolute;
  230. width: 10px;
  231. height: 10px;
  232. -webkit-box-sizing: border-box;
  233. box-sizing: border-box;
  234. border: 1px solid #999999;
  235. background: #fff;
  236. border-radius: 50%;
  237. left: -4px;
  238. z-index: 5;
  239. top: 32px;
  240. }
  241. &:last-child {
  242. &::before {
  243. background: #0688d2;
  244. border-color: #fff;
  245. }
  246. .time {
  247. border: 1px solid #0688d2;
  248. border-left: 0;
  249. color: #0688d2;
  250. }
  251. .node {
  252. background: #0688d2;
  253. dt,
  254. .tip,
  255. .subtip {
  256. color: #ffffff;
  257. }
  258. }
  259. }
  260. &.with-time-left {
  261. .time {
  262. position: absolute;
  263. left: -16px;
  264. top: 0;
  265. -webkit-transform: translateX(-100%);
  266. transform: translateX(-100%);
  267. }
  268. .node {
  269. padding-left: 44px;
  270. margin-left: -16px;
  271. }
  272. }
  273. &.with-time-right {
  274. .time {
  275. position: absolute;
  276. top: 0;
  277. left: 16px;
  278. }
  279. .node {
  280. position: relative;
  281. -webkit-transform: translate(-100%);
  282. transform: translate(-100%);
  283. text-align: right;
  284. padding-right: 44px;
  285. right: -16px;
  286. }
  287. }
  288. .time {
  289. font-size: 34px;
  290. color: #505050;
  291. white-space: nowrap;
  292. padding: 20px 24px;
  293. height: 100%;
  294. -webkit-box-sizing: border-box;
  295. box-sizing: border-box;
  296. span {
  297. font-size: 14px;
  298. margin-left: 10px;
  299. }
  300. }
  301. .node {
  302. width: 526px;
  303. margin: 0;
  304. -webkit-box-sizing: border-box;
  305. box-sizing: border-box;
  306. padding: 20px 24px;
  307. dd,
  308. dt {
  309. margin-left: 0;
  310. }
  311. dt {
  312. font-size: 34px;
  313. color: #505050;
  314. }
  315. dd {
  316. font-size: 14px;
  317. color: #505050;
  318. margin-top: 24px;
  319. .tip {
  320. margin-bottom: 8px;
  321. }
  322. }
  323. }
  324. }
  325. }
  326. }
  327. .honor {
  328. padding: 120px 0;
  329. padding-bottom: 0;
  330. background: #fff;
  331. .title {
  332. font-size: 32px;
  333. text-align: center;
  334. }
  335. .content {
  336. margin-top: 80px;
  337. .item {
  338. width: 288px;
  339. height: 330px;
  340. float: left;
  341. margin-right: 15px;
  342. &:nth-child(4n) {
  343. margin-right: 0;
  344. }
  345. }
  346. }
  347. }
  348. }