GoIn.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. <template>
  2. <div class="go-in">
  3. <banner img="../assets/img/bgtop.jpg" title="走进科建" />
  4. <div class="section" v-loading="loading">
  5. <div class="section-content">
  6. <div class="content-summary">
  7. <div class="summary-left">
  8. <p class="title">公司简介</p>
  9. <p class="eTitle">ABOUT US</p>
  10. <p class="content">
  11. 上海科建工程管理股份有限公司成立于2012年9月,注册资金500万。公司前身上海科建工程管理有限公司,
  12. 是一家从事专业工程技术服务及工程项目管理的企业。公司于2017年11月通过国家高新技术企业认定,
  13. 目前工程管理软件研发团队10人,包括硕士和研究生在内,平均年龄在35岁。公司自主研发工程项目管理
  14. 标准化+互联网协同工作系统平台,此软件广泛应用于工程项目管理过程,实现全覆盖检查、全过程控制、全方位协调的目标。
  15. 目前公司业务范围涉及上海、广东等多地,合作的单位有上海同济工程项目管理咨询有限公司、
  16. 上海华银日用品有限公司、中科建设开发总公司、广东怡轩房地产开发有限公司等多家知名企业。 立人立己、达人达己!公司一直秉承“
  17. 帮助施工单位解决技术问题、帮助业主解决协调问题 ”的管理理念,上海科建工程管理股份有限公司不断在工程项目管理领域开拓创新,
  18. 通过不断完善工程项目管理标准化+互联网协同工作系统平台,实现每项工程“无重大安全事故、无重大返工、工程施工材料无伪劣产品、
  19. 工程管理留下痕迹、施工过程可追溯”五大管理目标。
  20. </p>
  21. </div>
  22. <div class="summary-right">
  23. <img src="../assets/img/jianjietopmin.jpg" alt />
  24. </div>
  25. </div>
  26. <el-divider class="el-divider-active">
  27. <i class="el-icon-arrow-down el-icon-arrow-down-active"></i>
  28. </el-divider>
  29. <!-- 发展历程 -->
  30. <div class="content-course">
  31. <div class="top">
  32. <h3>发展历程</h3>
  33. <p>DEVELOPMENT</p>
  34. <div class="border"></div>
  35. <div class="timeline"></div>
  36. </div>
  37. <div class="course-time">
  38. <swiper :options="swiperOption" ref="mySwiper">
  39. <swiper-slide v-for="(item,index) in courseList" :key="index">
  40. <div class="time-show">
  41. <div class="time-show-item" v-for="(courseOne,one) in item" :key="one">
  42. <div class="item-top" :class="{'order-top' : one%2===1}"></div>
  43. <el-divider>
  44. <i class="el-icon-mobile-phone"></i>
  45. </el-divider>
  46. <div class="item-bottom" :class="{'order' : one%2===1}">
  47. <div class="item-bottom-content">
  48. <p>{{courseOne.Content}}</p>
  49. <p>{{courseOne.Year}}</p>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. </swiper-slide>
  55. <div class="swiper-button-prev" slot="button-prev"></div>
  56. <div class="swiper-button-next" slot="button-next"></div>
  57. </swiper>
  58. </div>
  59. </div>
  60. <div class="content-culture">
  61. <h3>企业文化</h3>
  62. <h3>CULTURE</h3>
  63. <p>我们只专注一件事情——工程项目管理</p>
  64. <span>确保工程无重大安全事故</span>
  65. <span>确保工程施工单位无大面积返工</span>
  66. <span>确保工程材料及设备无伪劣产品</span>
  67. <span>确保工程管理留下痕迹、实施过程可追溯</span>
  68. </div>
  69. <!-- 公司荣誉 -->
  70. <div class="content-honor">
  71. <div class="honor-big-img">
  72. <el-dialog :title="dialogTitle" :visible.sync="dialogTableVisible">
  73. <img v-lazy="dialogUrl" alt />
  74. </el-dialog>
  75. </div>
  76. <div class="top">
  77. <h3>公司荣誉</h3>
  78. <p>HONOR</p>
  79. <div class="border"></div>
  80. </div>
  81. <ul class="honor-show">
  82. <li v-for="(honor,index) in honorList" :key="index">
  83. <img
  84. v-lazy="imgserver+honor.Img"
  85. @click="dialogTableVisible = true ;dialogUrl = imgserver + honor.Img;dialogTitle= honor.Remark"
  86. />
  87. </li>
  88. </ul>
  89. <p>点击图片查看大图</p>
  90. </div>
  91. <!-- 团队风采 -->
  92. <div class="content-team">
  93. <div class="top">
  94. <h3>团队风采</h3>
  95. <p>TEAM</p>
  96. </div>
  97. <el-carousel :interval="4000" type="card">
  98. <el-carousel-item v-for="(team,index) in teamItem" :key="index">
  99. <div class="swiper-img" v-lazy:background-image="imgserver + team.Img"></div>
  100. </el-carousel-item>
  101. </el-carousel>
  102. </div>
  103. <!-- 合作伙伴 -->
  104. <div class="content-partner">
  105. <div class="top">
  106. <h3>合作伙伴</h3>
  107. <p>RARTNERS</p>
  108. <ul class="partner-img">
  109. <li v-for="(partner,i) in partnerImg" :key="i">
  110. <img v-lazy="imgserver+partner.Img" alt />
  111. </li>
  112. </ul>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. </template>
  119. <script>
  120. import Banner from "../components/Banner";
  121. import { swiper, swiperSlide } from "vue-awesome-swiper";
  122. export default {
  123. components: {
  124. Banner,
  125. swiper,
  126. swiperSlide
  127. },
  128. data() {
  129. return {
  130. loading: true,
  131. honorList: [],
  132. partnerImg: [],
  133. courseList: [],
  134. teamItem: [],
  135. swiperOption: {
  136. navigation: {
  137. nextEl: ".swiper-button-next",
  138. prevEl: ".swiper-button-prev"
  139. }
  140. },
  141. dialogTableVisible: false,
  142. dialogUrl: "",
  143. dialogTitle: ""
  144. };
  145. },
  146. mounted() {
  147. this.$http
  148. .all([
  149. this.$http.get("Honor/GetHonorAll"),
  150. this.$http.get("Enterprise/GetEnterpriseAll"),
  151. this.$http.get(`Team/GetTeamAll`),
  152. this.$http.get(`Course/GetCourseAll`)
  153. ])
  154. .then(
  155. this.$http.spread(
  156. (responseHonor, responseEnterprise, responseTeam, responseCourse) => {
  157. this.honorList = responseHonor.data;
  158. this.partnerImg = responseEnterprise.data;
  159. this.teamItem = responseTeam.data;
  160. var groupCount = Math.ceil(responseCourse.data.length / 2);
  161. window.console.log(groupCount);
  162. for (let i = 0; i < groupCount; i++) {
  163. let img2 = [];
  164. for (let j = 0; j < 2; j++) {
  165. if (responseCourse.data.length - 1 >= i * 2 + j) {
  166. img2.push(responseCourse.data[i * 2 + j]);
  167. }
  168. }
  169. this.courseList.push(img2);
  170. }
  171. window.console.log(this.courseList);
  172. this.loading = false;
  173. }
  174. )
  175. );
  176. }
  177. };
  178. </script>
  179. <style lang="scss" scoped>
  180. * {
  181. margin: 0;
  182. padding: 0;
  183. }
  184. .go-in {
  185. width: 100%;
  186. height: 100%;
  187. background-color: #14679f;
  188. position: relative;
  189. overflow: hidden;
  190. .section {
  191. width: 100%;
  192. &-content {
  193. width: 1240px;
  194. margin: 0 auto;
  195. background-color: #fff;
  196. .content-summary {
  197. //height: 500px;
  198. display: flex;
  199. justify-content: space-around;
  200. padding: 100px 0;
  201. .summary-left {
  202. width: 600px;
  203. .title {
  204. font-size: 25px;
  205. color: #e13834;
  206. }
  207. .eTitle {
  208. font-size: 17px;
  209. color: #e13834;
  210. padding: 20px 0;
  211. }
  212. .content {
  213. color: #14679f;
  214. font-size: 14px;
  215. text-indent: 25px;
  216. line-height: 30px;
  217. }
  218. }
  219. .summary-right {
  220. width: 400px;
  221. height: 310px;
  222. border: 2px solid #1d42b9;
  223. //animation: imgboxkey 4s infinite;
  224. border-radius: 10px;
  225. margin-top: 80px;
  226. text-align: center;
  227. img {
  228. width: 360px;
  229. height: 270px;
  230. margin-top: 20px;
  231. //animation: imgbo 4s infinite;
  232. }
  233. }
  234. }
  235. //发展历程
  236. .content-course {
  237. padding: 50px 0;
  238. .course-time {
  239. width: 1000px;
  240. height: 400px;
  241. margin: 20px auto;
  242. .swiper-container {
  243. height: 100%;
  244. }
  245. .time-show {
  246. width: 700px;
  247. height: 100%;
  248. margin: 0 auto;
  249. display: flex;
  250. .time-show-item {
  251. width: 350px;
  252. height: 100%;
  253. overflow: hidden;
  254. display: flex;
  255. flex-direction: column;
  256. .item-top,
  257. .item-bottom {
  258. height: 190px;
  259. }
  260. .item-bottom {
  261. // display: flex;
  262. // align-content: center;
  263. .item-bottom-content {
  264. background-color: #1667a0;
  265. margin: 20px 0;
  266. p {
  267. color: #fff;
  268. text-align: center;
  269. padding: 15px;
  270. }
  271. }
  272. }
  273. }
  274. }
  275. }
  276. }
  277. //企业文化
  278. .content-culture {
  279. height: 450px;
  280. display: flex;
  281. flex-direction: column;
  282. justify-content: center;
  283. align-items: flex-start;
  284. padding-left: 100px;
  285. background-color: #c2daeb;
  286. h3 {
  287. color: #3c6088;
  288. font-size: 26px;
  289. }
  290. p {
  291. color: #3c6088;
  292. font-size: 26px;
  293. padding: 5px 0;
  294. }
  295. span {
  296. font-weight: 400;
  297. line-height: 36px;
  298. font-size: 18px;
  299. padding: 5px 0;
  300. }
  301. }
  302. //公司荣誉
  303. .content-honor {
  304. padding: 50px 0;
  305. .honor-show {
  306. width: 1000px;
  307. margin: 30px auto;
  308. display: flex;
  309. flex-wrap: wrap;
  310. justify-content: flex-start;
  311. align-content: flex-start;
  312. li {
  313. width: 220px;
  314. height: 320px;
  315. margin-left: 15px;
  316. list-style: none;
  317. border: 1px solid palegoldenrod;
  318. img {
  319. width: 100%;
  320. height: 100%;
  321. }
  322. }
  323. }
  324. p {
  325. text-align: center;
  326. color: #3c6088;
  327. }
  328. }
  329. //团队风采
  330. .content-team {
  331. padding: 50px 100px;
  332. .swiper-img {
  333. height: 400px;
  334. background: no-repeat center;
  335. background-size: cover;
  336. }
  337. }
  338. //合作伙伴
  339. .content-partner {
  340. padding: 50px 0;
  341. .partner-img {
  342. width: 950px;
  343. margin: 20px auto;
  344. display: flex;
  345. justify-content: flex-start;
  346. flex-wrap: wrap;
  347. li {
  348. width: 107px;
  349. height: 107px;
  350. list-style: none;
  351. margin: 10px 25px;
  352. img {
  353. width: 100%;
  354. height: 100%;
  355. border: 1px solid rgb(194, 218, 235);
  356. }
  357. }
  358. }
  359. }
  360. }
  361. }
  362. }
  363. @keyframes imgboxkey {
  364. 0% {
  365. border: solid rgb(29, 66, 185) 2px;
  366. }
  367. 40% {
  368. border: solid rgb(255, 255, 255) 2px;
  369. }
  370. 60% {
  371. border: solid rgb(255, 255, 255) 2px;
  372. }
  373. 100% {
  374. border: solid rgb(29, 66, 185) 2px;
  375. }
  376. }
  377. @keyframes imgbo {
  378. 0% {
  379. transform: scale(1);
  380. box-shadow: 0px 0px 0px 0px #ababab;
  381. }
  382. 50% {
  383. transform: scale(1.1);
  384. box-shadow: 0px 0px 10px 5px #ababab;
  385. }
  386. 100% {
  387. transform: scale(1);
  388. box-shadow: 0px 0px 0px 0px #ababab;
  389. }
  390. }
  391. .el-divider--horizontal {
  392. margin: 1px 0;
  393. }
  394. .top {
  395. h3,
  396. p {
  397. text-align: center;
  398. color: #3c6088;
  399. font-weight: 400;
  400. padding: 10px 0;
  401. }
  402. h3 {
  403. font-size: 30px;
  404. }
  405. p {
  406. font-size: 20px;
  407. }
  408. .border {
  409. border-bottom: 1px solid #3c6088;
  410. width: 15%;
  411. margin: 0 auto;
  412. }
  413. }
  414. // .swiper-button-disabled {
  415. // display: none;
  416. // }
  417. .order {
  418. order: -1;
  419. }
  420. .order-top {
  421. order: 1;
  422. }
  423. .el-divider {
  424. background-color: red;
  425. height: 3px;
  426. .el-divider__text {
  427. width: 20px;
  428. height: 20px;
  429. border-radius: 50%;
  430. padding: 0px;
  431. color: #fff;
  432. border: 3px solid red;
  433. }
  434. }
  435. .el-divider-active {
  436. background-color: #3c6088;
  437. }
  438. .honor-big-img {
  439. width: 100%;
  440. height: 100%;
  441. z-index: 10;
  442. text-align: center;
  443. padding-bottom: 20px;
  444. padding: 5%;
  445. //background-color: #14679f;
  446. .el-dialog__wrapper {
  447. position: fixed;
  448. top: 0;
  449. right: 0;
  450. bottom: 0;
  451. left: 0;
  452. overflow: auto;
  453. margin: 0;
  454. .el-dialog__body {
  455. overflow: hidden;
  456. img {
  457. width: 100%;
  458. }
  459. }
  460. }
  461. }
  462. </style>