index.vue 9.0 KB

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