index.vue 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. <template>
  2. <view class="page">
  3. <image src="../../static/imgs/home_top.png" mode="widthFix" class="home_top"></image>
  4. <view class="content">
  5. <image src="../../static/imgs/home_title.png" mode="widthFix" class="title"></image>
  6. <view class="intro">
  7. 合肥市传秀科技有限公司成立于<span>2013</span>年。公司专注于工业互联网平台及行业应用产品技术研发和服务,为<span>城市安全、零碳园区、智慧校园、智能工厂、行业数字化转型、大数据管理服务、专业化信息化运维服务等两化融合、两业融合等提供整体解决方案。</span>目前已服务于全国10+省级政府部门,50+制造(工业)园区,拥有20+化工、新材料、新能源等企业客户,沉淀了千万级工业互联网平台用户。以科技赋能“智”造 ,引领行业标杆,争做产业智慧化的领先者 ,智慧产业化的创新者!
  8. </view>
  9. <view class="solutions">
  10. <view class="s_header">
  11. <view class="sh_top">
  12. <image src="../../static/imgs/icon_home_left.png"></image>
  13. <p>产品服务</p>
  14. <image src="../../static/imgs/icon_home_right.png"></image>
  15. </view>
  16. <view class="sh_tip">以数赋智,为客户深挖更大价值</view>
  17. </view>
  18. <view class="list">
  19. <view class="item" v-for="(item,index) in solutionList" :key="index" @click="toTurn(item.path)">
  20. <image class="img" :src="item.img"></image>
  21. <view class="texts">
  22. <view class="name">{{item.name}}</view>
  23. <view class="memo">{{item.memo}}</view>
  24. </view>
  25. </view>
  26. </view>
  27. </view>
  28. </view>
  29. <tabbar :tabbarIndex="0"></tabbar>
  30. </view>
  31. </template>
  32. <script>
  33. export default {
  34. data() {
  35. return {
  36. solutionList: [{
  37. img: '../../static/imgs/home_type1.png',
  38. name: 'FMCS厂务系统',
  39. memo: '提升工厂运营管理效率',
  40. path: '/pages/solution/fmcs'
  41. },
  42. {
  43. img: '../../static/imgs/home_type31.png',
  44. name: '智能化维保管理系统',
  45. memo: '解决维修、保养、点检管理…',
  46. path: '/pages/solution/zhwb'
  47. },
  48. {
  49. img: '../../static/imgs/home_type3.png',
  50. name: '智慧视频',
  51. memo: 'AI算法,视频安防管理更智能',
  52. path: '/pages/solution/smartVideo'
  53. },
  54. {
  55. img: '../../static/imgs/home_type4.png',
  56. name: '仓储管理平台',
  57. memo: '数字化智能仓储,一体化应…'
  58. },
  59. {
  60. img: '../../static/imgs/home_type30.png',
  61. name: '安灯系统',
  62. memo: '可快速实现设备异常自动呼…',
  63. path: '/pages/solution/lampSms'
  64. },
  65. {
  66. img: '../../static/imgs/home_type6.png',
  67. name: '智能排产系统',
  68. memo: '按需生产,精益制造,柔性…'
  69. },
  70. {
  71. img: '../../static/imgs/home_type7.png',
  72. name: '智慧园区解决方案',
  73. memo: '智慧安防/智慧消防/...'
  74. },
  75. {
  76. img: '../../static/imgs/home_type2.png',
  77. name: '智慧运维系统',
  78. memo: '设备管理、物联网安全',
  79. path: '/pages/solution/smartOpration'
  80. },
  81. {
  82. img: '../../static/imgs/home_type9.png',
  83. name: '生产园区综合安全解决方案',
  84. memo: '智慧通行/智慧安防'
  85. },
  86. {
  87. img: '../../static/imgs/home_type10.png',
  88. name: '智慧校园解决方案',
  89. memo: '智慧安防/智慧消防'
  90. },
  91. {
  92. img: '../../static/imgs/home_type11.png',
  93. name: '智慧楼宇解决方案',
  94. memo: '智慧安防/设备设施'
  95. },
  96. {
  97. img: '../../static/imgs/home_type12.png',
  98. name: '传秀 X-Link物联平台',
  99. memo: 'AloT平台'
  100. },
  101. {
  102. img: '../../static/imgs/home_type13.png',
  103. name: '智慧视频通用安防解决方案',
  104. memo: 'AI智能/智慧安防/人...'
  105. },
  106. {
  107. img: '../../static/imgs/home_type14.png',
  108. name: '智慧能耗管理解决方案',
  109. memo: '智慧能耗/设备设施/…'
  110. },
  111. {
  112. img: '../../static/imgs/home_type15.png',
  113. name: '物流园区解决方案',
  114. memo: '智慧安防/智慧消防'
  115. },
  116. {
  117. img: '../../static/imgs/home_type16.png',
  118. name: '空间数字孪生IOC解决方案',
  119. memo: '智慧安防/智慧消防/...'
  120. },
  121. {
  122. img: '../../static/imgs/home_type17.png',
  123. name: '智慧商业管理平台',
  124. memo: '智慧安防/智慧消防/...'
  125. },
  126. {
  127. img: '../../static/imgs/home_type18.png',
  128. name: '街道社区智能化改造解决…',
  129. memo: '智慧安防/智慧消防/...'
  130. },
  131. {
  132. img: '../../static/imgs/home_type19.png',
  133. name: '智慧通行管理平台',
  134. memo: '智慧通行'
  135. },
  136. {
  137. img: '../../static/imgs/home_type20.png',
  138. name: '双碳能耗管理平台',
  139. memo: '智慧能耗'
  140. },
  141. {
  142. img: '../../static/imgs/home_type21.png',
  143. name: 'C-X 应用中台',
  144. memo: 'AloT平台'
  145. },
  146. {
  147. img: '../../static/imgs/home_type22.png',
  148. name: '智慧停车业务运营解决方案',
  149. memo: '智慧通行'
  150. },
  151. {
  152. img: '../../static/imgs/home_type23.png',
  153. name: 'C-X智慧运维管理平台',
  154. memo: '设备设施'
  155. },
  156. {
  157. img: '../../static/imgs/home_type24.png',
  158. name: '智慧消防综合解决方案',
  159. memo: '智慧消防/设备设施'
  160. },
  161. {
  162. img: '../../static/imgs/home_type25.png',
  163. name: '烟雾识别监测',
  164. memo: 'AI智能/智慧安防/...'
  165. },
  166. {
  167. img: '../../static/imgs/home_type26.png',
  168. name: '区域人员密度超标告警',
  169. memo: 'AI智能/智慧安防/社...'
  170. },
  171. {
  172. img: '../../static/imgs/home_type27.png',
  173. name: '人员跌倒监测解决方案',
  174. memo: 'AI智能/智慧安防/社...'
  175. },
  176. {
  177. img: '../../static/imgs/home_type28.png',
  178. name: '人员区域入侵监测解决方案',
  179. memo: 'AI智能/智慧安防/人...'
  180. }
  181. ]
  182. }
  183. },
  184. methods: {
  185. toTurn(url) {
  186. if (!url) return
  187. uni.navigateTo({
  188. url
  189. })
  190. }
  191. }
  192. }
  193. </script>
  194. <style scoped lang="less">
  195. .page {
  196. background: #E1EDFF;
  197. .home_top {
  198. width: 100%;
  199. }
  200. .content {
  201. width: 100%;
  202. padding: 0 24rpx;
  203. box-sizing: border-box;
  204. background: url(../../static/imgs/home_bg.png) no-repeat;
  205. background-position: top left;
  206. background-size: contain;
  207. display: flex;
  208. flex-direction: column;
  209. align-items: center;
  210. margin-top: -12rpx;
  211. .title {
  212. width: 288rpx;
  213. }
  214. .intro {
  215. margin-top: 16rpx;
  216. width: 100%;
  217. padding: 0 12rpx;
  218. box-sizing: border-box;
  219. font-family: PingFangSC, PingFang SC;
  220. font-weight: 400;
  221. font-size: 28rpx;
  222. color: #FFFFFF;
  223. line-height: 42rpx;
  224. text-align: justify;
  225. font-style: normal;
  226. text-indent: 2rem;
  227. letter-spacing: 2rpx;
  228. span {
  229. color: #67F1FF;
  230. font-weight: bold;
  231. }
  232. }
  233. .solutions {
  234. margin-top: 60rpx;
  235. display: flex;
  236. flex-direction: column;
  237. align-items: center;
  238. .s_header {
  239. display: flex;
  240. flex-direction: column;
  241. align-items: center;
  242. .sh_top {
  243. display: flex;
  244. align-items: center;
  245. image {
  246. width: 36rpx;
  247. height: 27rpx;
  248. }
  249. p {
  250. font-family: PingFang-SC, PingFang-SC;
  251. font-weight: bold;
  252. font-size: 36rpx;
  253. color: #FFFFFF;
  254. line-height: 50rpx;
  255. text-align: center;
  256. font-style: normal;
  257. margin: 0 10rpx;
  258. }
  259. }
  260. .sh_tip {
  261. font-family: PingFangSC, PingFang SC;
  262. font-weight: 400;
  263. font-size: 26rpx;
  264. color: #FFFFFF;
  265. line-height: 37rpx;
  266. text-align: center;
  267. font-style: normal;
  268. margin-top: 5rpx;
  269. }
  270. }
  271. .list {
  272. width: 100%;
  273. margin-top: 3rpx;
  274. display: flex;
  275. justify-content: space-between;
  276. flex-wrap: wrap;
  277. .item {
  278. width: calc(50% - 9rpx);
  279. background: #FFFFFF;
  280. border-radius: 12rpx;
  281. margin-top: 24rpx;
  282. .img {
  283. width: 100%;
  284. height: 186rpx;
  285. border-radius: 12rpx 12rpx 0 0;
  286. }
  287. .texts {
  288. width: 100%;
  289. padding: 14rpx 14rpx 16rpx;
  290. box-sizing: border-box;
  291. .name {
  292. font-family: PingFang-SC, PingFang-SC;
  293. font-weight: bold;
  294. font-size: 26rpx;
  295. color: #111111;
  296. line-height: 36rpx;
  297. text-align: left;
  298. overflow: hidden;
  299. text-overflow: ellipsis;
  300. white-space: nowrap;
  301. }
  302. .memo {
  303. font-family: PingFangSC, PingFang SC;
  304. font-weight: 400;
  305. font-size: 24rpx;
  306. color: #777777;
  307. line-height: 32rpx;
  308. text-align: left;
  309. margin-top: 8rpx;
  310. overflow: hidden;
  311. text-overflow: ellipsis;
  312. white-space: nowrap;
  313. }
  314. }
  315. }
  316. }
  317. }
  318. }
  319. }
  320. </style>