index.html 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="x-ua-compatible" content="ie=edge" />
  6. <meta name="description" content="" />
  7. <meta name="keywords" content="" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  9. <link rel="icon" href="assets/img/favicon.ico">
  10. <title></title>
  11. <!--====== bootstrap css ====== -->
  12. <link rel="stylesheet" href="assets/css/bootstrap.min.css" />
  13. <!--====== element css https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.3/index.css====== -->
  14. <link rel="stylesheet" href="assets/css/element.css" rel="stylesheet">
  15. <!--====== Mean Menu ======-->
  16. <link rel="stylesheet" href="assets/css/meanmenu.min.css" />
  17. <!--====== Default css ======-->
  18. <link rel="stylesheet" href="assets/css/default.css" />
  19. <!--====== Animation css =======-->
  20. <link rel="stylesheet" href="assets/css/animation.css" />
  21. <!--====== animate css ======-->
  22. <link rel="stylesheet" href="assets/css/animate.min.css" />
  23. <!--====== Style css ======-->
  24. <link rel="stylesheet" href="assets/css/style.css" />
  25. <!--====== home css ====== -->
  26. <link rel="stylesheet" href="assets/css/home.css" />
  27. <!--====== jquery js ======-->
  28. <script src="assets/js/vendor/jquery-1.12.4.min.js "></script>
  29. <!--====== Bootstrap js ======-->
  30. <script src="assets/js/bootstrap.min.js "></script>
  31. <!--====== Vue js https://unpkg.com/vue@3.2.36/dist/vue.global.prod.js ======-->
  32. <script src="assets/js/vue.min.js"></script>
  33. <!--====== Element js https://cdn.bootcdn.net/ajax/libs/element-plus/2.3.3/index.full.js ======-->
  34. <script src="assets/js/element/index.js"></script>
  35. <!--====== Mean Menu ======-->
  36. <script src="assets/js/jquery.meanmenu.min.js "></script>
  37. <!--====== Setting Info js ======-->
  38. <script src="assets/js/settinginfo.js"></script>
  39. <!--====== Main js ======-->
  40. <script src="assets/js/main.js "></script>
  41. <!--====== commonVue js ======-->
  42. <script type="module" src="assets/js/commonVue.js "></script>
  43. <!-- //引入微信的js,以及写入以下js (IOS解决方案)-->
  44. <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
  45. <script>
  46. document.addEventListener("WeixinJSBridgeReady", function () {
  47. document.getElementById("videoPlay").play();
  48. }, false);
  49. </script>
  50. </head>
  51. <body>
  52. <!--[if lte IE 9]>
  53. <p class="browserupgrade">请使用chrome,IE11等现代浏览器,浏览本网站.</p>
  54. <![endif]-->
  55. <div id="app" >
  56. <div class="appInner" :style="{'display':'block'}">
  57. <div>
  58. <!-- LOADING START -->
  59. <div v-if="loading" class="loadingBox">
  60. <loading-com></loading-com>
  61. </div>
  62. <!-- LOADING END -->
  63. <!-- FEEDBACK START -->
  64. <feed-fix></feed-fix>
  65. <!-- FEEDBACK END -->
  66. <!-- DIALOG START-->
  67. <dialog-com @data-event="handleChildEvent" :fatherdialogv="centerDialogVisible" :ruleform="ruleForm"
  68. :fatherrules="rules" :fatherdialoga="dialogDataArray"></dialog-com>
  69. <!-- DIALOG END -->
  70. </div>
  71. <!--====== HEADER START ======-->
  72. <header-com @data-event="goApply" :todo="columnList" :currentone="currentPath"></header-com>
  73. <!--====== HEADER END ======-->
  74. <div class="video-section">
  75. <div v-if="modelType==1"
  76. style="width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;"
  77. v-bind:style="{backgroundImage:'url('+columnImage+')'}"></div>
  78. <video webkit-playsinline="webkit-playsinline" playsinline v-else id="videoPlay" autoplay loop muted
  79. style="width:100%;height:100%;object-fit:fill;">
  80. <source type="video/mp4">
  81. </video>
  82. <div class="video-des">
  83. <div class="des1">
  84. <p class="animate__animated animate__fadeInUp">公司成立<span class="num1">20年</span>,围绕行业细分,累计服务超过
  85. <span class="num1">5000</span> 家企业,近<span class="num1"> 10万 </span>个用户</p>
  86. </div>
  87. <div class="des2 desCom animate__animated animate__flipInX"
  88. style="top:43%; left:0;width:100%;text-align:center">
  89. <p>核心价值观</p>
  90. <span>一起梦想,一起成长,一起分享</span>
  91. </div>
  92. <div class="des3 desCom animate__animated animate__lightSpeedInLeft" style="top:65%; left:20%;">
  93. <p>企业使命</p>
  94. <span>用数字化手段助力客户融入数智时代</span>
  95. </div>
  96. <div class="des4 desCom animate__animated animate__lightSpeedInRight" style="top:65%; right:25%;">
  97. <p>企业愿景</p>
  98. <span>成为智慧数字产业的领跑者</span>
  99. </div>
  100. </div>
  101. <span class="go_down"></span>
  102. </div>
  103. <section>
  104. <!--====== WHYUS SECTION START ======-->
  105. <div class="whyUs-section pt-60 pb-60" v-for="(arr,index) in articalArray"
  106. :style="{background:(index % 2 == 1?'#F4F8FD':'#fff')}">
  107. <div class="container">
  108. <div class="section-title text-center both-border pb-20">
  109. <span class="title-tag">{{arr.title}}</span>
  110. <span class="mb-30">{{arr.zhaiyao}}</span>
  111. </div>
  112. <!-- 图文混排 -->
  113. <div class="row" v-if="arr.image" class="aboutOnlyText "
  114. :style="{padding:(index % 2 == 1?'40px 25px':' 40px 25px')}"
  115. style="background-color: #ffff; box-shadow: 0px 10px 20px 10px rgb(179 202 216 / 20%); align-items:center">
  116. <div class="col-md-6 pr-40 aboutImg text-center ">
  117. <img :src="arr.image" alt="">
  118. </div>
  119. <div class="col-md-6" v-html="arr.content">
  120. </div>
  121. </div>
  122. <!-- 只有富文本 -->
  123. <div class="aboutOnlyText row text-center" v-else :style="{padding:(index % 2 == 1?'':'0 ')}"
  124. style="background-color: #ffff;">
  125. <div class=" about-text-image" v-html="arr.content">
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. <!--====== WHYUS SECTION END ======-->
  131. </section>
  132. <!--====== FOOTER PART START ======-->
  133. <footer-com v-if="columnList.length>1&&footerBoolean" :todo="columnList"></footer-com>
  134. <!--====== FOOTER PART END ======-->
  135. </div>
  136. </div>
  137. </body>
  138. </html>