diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 4ac5b2b4b3cdcfd496b2400b9a1e03f81fc29df4..d0f9095b34a8d26948bd64234568212fe21937bc 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -102,6 +102,15 @@ div{ word-break: break-all; white-space: nowrap; } +.text_clip_2 { + text-overflow: -o-ellipsis-lastline; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + line-clamp: 2; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; +} .map_container { background-color: #eee; } diff --git a/src/assets/imgs/shop_ic_fuwuqqcs.png b/src/assets/imgs/shop_ic_fuwuqqcs.png new file mode 100644 index 0000000000000000000000000000000000000000..70dd9a220b1a7ef6583b427409079e8dba6acb69 Binary files /dev/null and b/src/assets/imgs/shop_ic_fuwuqqcs.png differ diff --git a/src/assets/imgs/shop_ic_fuwuzs.png b/src/assets/imgs/shop_ic_fuwuzs.png new file mode 100644 index 0000000000000000000000000000000000000000..48ed8b6676b999457a4d6253dcd82707eda65047 Binary files /dev/null and b/src/assets/imgs/shop_ic_fuwuzs.png differ diff --git a/src/assets/imgs/shop_ic_huoqu.png b/src/assets/imgs/shop_ic_huoqu.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb9a91a533a88db1db4ebb7656f3f51d1720856 Binary files /dev/null and b/src/assets/imgs/shop_ic_huoqu.png differ diff --git a/src/assets/imgs/shop_ic_jierujg.png b/src/assets/imgs/shop_ic_jierujg.png new file mode 100644 index 0000000000000000000000000000000000000000..42f7a48493622d2a2724cbd5d16f8d466cdba3dd Binary files /dev/null and b/src/assets/imgs/shop_ic_jierujg.png differ diff --git a/src/assets/imgs/shop_ic_jieruxt.png b/src/assets/imgs/shop_ic_jieruxt.png new file mode 100644 index 0000000000000000000000000000000000000000..2ddb4908c6f83529056e83570555cfdd1af07e8d Binary files /dev/null and b/src/assets/imgs/shop_ic_jieruxt.png differ diff --git a/src/assets/imgs/shop_ic_star.png b/src/assets/imgs/shop_ic_star.png new file mode 100644 index 0000000000000000000000000000000000000000..ed474653fec68021a9594b8997fb1a437631af17 Binary files /dev/null and b/src/assets/imgs/shop_ic_star.png differ diff --git a/src/assets/imgs/shop_ic_updatetime.png b/src/assets/imgs/shop_ic_updatetime.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc80b6452da12425c6400cad1f0397f3596e493 Binary files /dev/null and b/src/assets/imgs/shop_ic_updatetime.png differ diff --git a/src/assets/imgs/shop_ic_yonghuzs.png b/src/assets/imgs/shop_ic_yonghuzs.png new file mode 100644 index 0000000000000000000000000000000000000000..f8a20c5f40060302d447c6315e7785bc46ba22b4 Binary files /dev/null and b/src/assets/imgs/shop_ic_yonghuzs.png differ diff --git a/src/assets/imgs/shop_icon_liulan.png b/src/assets/imgs/shop_icon_liulan.png new file mode 100644 index 0000000000000000000000000000000000000000..6c966c360643420b16f291e66754eee3a7e8bf14 Binary files /dev/null and b/src/assets/imgs/shop_icon_liulan.png differ diff --git a/src/assets/imgs/shop_img_banner_test.png b/src/assets/imgs/shop_img_banner_test.png new file mode 100644 index 0000000000000000000000000000000000000000..ef890c93811e525cdcf81c58b48db565e4802a97 Binary files /dev/null and b/src/assets/imgs/shop_img_banner_test.png differ diff --git a/src/components/shop-card.vue b/src/components/shop-card.vue new file mode 100644 index 0000000000000000000000000000000000000000..49af668015c9ff324d188c49dea34d64c8c71589 --- /dev/null +++ b/src/components/shop-card.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/src/components/shop-list.vue b/src/components/shop-list.vue new file mode 100644 index 0000000000000000000000000000000000000000..e1eacd253b646c3bdff332ab00db38165e5921e9 --- /dev/null +++ b/src/components/shop-list.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index c3827cf8d18a253608f37ab7bd9fa36c0296b8cd..241f68ee4be1b78db9587d1cbbd78b6f81614e32 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,6 +1,6 @@ diff --git a/src/pages/services_shop.vue b/src/pages/services_shop.vue new file mode 100644 index 0000000000000000000000000000000000000000..a5ad8e6bdc1f24262dc8dceda79f166f0a6d1a3a --- /dev/null +++ b/src/pages/services_shop.vue @@ -0,0 +1,208 @@ + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 819d452e89d978b5856a2e35fddd911ad3542904..ae2a1e47f8f1c06c495d09de558f2d52b2c1faf0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -143,6 +143,11 @@ export default new Router({ name: "workPlace", component: () => import("@/pages/workPlace"), }, + { + path: "/services_shop", + name: "services_shop", + component: () => import("@/pages/services_shop"), + }, ], }, { diff --git a/static/serviceshop.json b/static/serviceshop.json new file mode 100644 index 0000000000000000000000000000000000000000..1b7001c04381638be0aabba1121dec051a8cfafe --- /dev/null +++ b/static/serviceshop.json @@ -0,0 +1,191 @@ +{ + "banners": [ + "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg" + ], + "servicesShopInfo": [ + { + "name": "服务总数", + "value": "80.5" + }, + { + "name": "用户总数", + "value": "12,980.5" + }, + { + "name": "接入机构", + "value": "2,980" + }, + { + "name": "接入系统", + "value": "980" + }, + { + "name": "服务请求次数", + "value": "1.2" + } + ], + "hot_datas": [ + { + "id": 0, + "title": "水路货物周转量情况", + "state": 0, + "resourceSummary": "提供水路货物周转量排名和同比增长的专题数据服务提供水路货物周转量排名和同比增长的专题数据服务提供水路货物周转量排名和同比增长的专题数据服务", + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698755", + "viewCount": 999, + "rate": 3 + }, + { + "id": 1, + "title": "水路货物周转量情况水路货物周转量情况", + "state": 2, + "resourceSummary": "提供水路货物周转量排名和同比增长的专题数据服务提供水路货物周转量排名和同比增长的专题数据服务提供水路货物周转量排名和同比增长的专题数据服务", + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698745", + "viewCount": 999, + "rate": 3.4 + }, + { + "id": 2, + "title": "水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况", + "state": 1, + "resourceSummary": "提供水路货物周转量排名和同比增长的专题数据服务提供水路货物周转量排名和同比增长的专题数据服务提供水路货物周转量排名和同比增长的专题数据服务", + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698455", + "viewCount": 999, + "rate": 2.5 + }, + { + "id": 3, + "title": "水路货物周转量情况", + "state": 0, + "resourceSummary": "提供水路货物周转量排名和同比增长的专题数据服务提供水路货物周转量排名和同比增长的专题数据服务提供水路货物周转量排名和同比增长的专题数据服务", + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "267455", + "viewCount": 999, + "rate": 3.7 + } + ], + "map_datas": [ + { + "id": 0, + "img": "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "title": "水路货物周转量情况", + "state": 0, + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698755", + "viewCount": 999, + "rate": 3 + }, + { + "id": 1, + "img": "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "title": "水路货物周转量情况水路货物周转量情况", + "state": 2, + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698745", + "viewCount": 999, + "rate": 3.4 + }, + { + "id": 2, + "img": "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "title": "水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况", + "state": 1, + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698455", + "viewCount": 999, + "rate": 2.5 + }, + { + "id": 3, + "img": "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "title": "水路货物周转量情况", + "state": 0, + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "267455", + "viewCount": 999, + "rate": 3.7 + } + ], + "comprehensive_datas": [ + { + "id": 0, + "img": "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "title": "水路货物周转量情况", + "state": 0, + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698755", + "viewCount": 999, + "rate": 3 + }, + { + "id": 1, + "img": "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "title": "水路货物周转量情况水路货物周转量情况", + "state": 2, + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698745", + "viewCount": 999, + "rate": 3.4 + }, + { + "id": 2, + "img": "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "title": "水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况水路货物周转量情况", + "state": 1, + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "2698455", + "viewCount": 999, + "rate": 2.5 + }, + { + "id": 3, + "img": "https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg", + "title": "水路货物周转量情况", + "state": 0, + "provider": "提供机构提供机构提供机构", + "dataField": "经济建设", + "serviceType": "数据服务 专题数据服务 企业专题数据服务", + "updateTime": "2020-03-12 18:31:12", + "numberOfMonth": "267455", + "viewCount": 999, + "rate": 3.7 + } + ] +}