|
@@ -1 +1,178 @@
|
|
|
-pc 落地页
|
|
|
+<!doctype html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <title>数据超市</title>
|
|
|
+ <!--引入公共资源头部-->
|
|
|
+ {{include "/big-member/meta.html"}}
|
|
|
+ <!--S-当前页面的css资源-->
|
|
|
+ <link rel="stylesheet" href=//cdn-common.jianyu360.com/cdn/lib/reset-css/5.0.1/reset.min.css />
|
|
|
+ <link rel="stylesheet" href=//cdn-common.jianyu360.com/cdn/lib/vant/2.12.24/lib/index.css />
|
|
|
+ <link rel="stylesheet" href=//cdn-common.jianyu360.com/cdn/lib/vant/2.12.24/lib/icon/local.css />
|
|
|
+ <link rel="stylesheet" href=//cdn-common.jianyu360.com/cdn/assets/iconfont/mobile/22.7.2/iconfont.css />
|
|
|
+ <link rel="stylesheet" href='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/dataSmt/css/index.css?v={{Msg "seo" "version"}}' />
|
|
|
+ <!--E-当前页面的css资源-->
|
|
|
+ <style>
|
|
|
+ .j-container.app > .j-main {
|
|
|
+ margin-top: -21.34vw;
|
|
|
+ }
|
|
|
+ .j-header.transparent-header .header-left, .j-header.transparent-header .header-title{
|
|
|
+ color: #171826 !important;
|
|
|
+ font-size: 18px !important;
|
|
|
+ }
|
|
|
+ .jy-app-header.transparent-header .icon-back{
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .j-header .header-left .j-icon{
|
|
|
+ width: .48rem;
|
|
|
+ height: .48rem;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+<body>
|
|
|
+ <div class="j-container app">
|
|
|
+ {{include "/big-member/header.html"}}
|
|
|
+ <div class="j-main data-sam-main">
|
|
|
+ <div class="header-banner">
|
|
|
+ <img class="header-banner-img" src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/dataSmt/images/header-banner.png' alt="头部背景">
|
|
|
+ <section class="header-box">
|
|
|
+ <p><img class="supermarket-img" src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/dataSmt/images/data-market-text.png' alt="数据超市"></p>
|
|
|
+ <p class="sub-description">提供海量热门行业数据,专业安全合规成品数据一键下载</p>
|
|
|
+ <ul class="example-list">
|
|
|
+ <li>
|
|
|
+ <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/dataSmt/images/icon-1.png' alt="海量数据支持">
|
|
|
+ <span>海量数据支持</span>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/dataSmt/images/icon-1.png' alt="海量数据支持">
|
|
|
+ <span>专业数据团队</span>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/dataSmt/images/icon-1.png' alt="海量数据支持">
|
|
|
+ <span>数据成本低</span>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <img src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/dataSmt/images/icon-1.png' alt="海量数据支持">
|
|
|
+ <span>多种数据获取方式</span>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </section>
|
|
|
+ </div>
|
|
|
+ <div class="content-container">
|
|
|
+ <section class="section-search-com">
|
|
|
+ <div class="search-component">
|
|
|
+ <i class="j-icon base-icon icon-search"></i>
|
|
|
+ <input class="search-input" type="text" onfocus="searchFocus()" placeholder="请输入业务范围,如物业管理">
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
+ <section class="select-component" id="select-component">
|
|
|
+ <div class="cell-left" @click="showTypeHandle">
|
|
|
+ <span>数据类型:</span>
|
|
|
+ <span class="data-type">${typeText}</span>
|
|
|
+ <i class="iconfont icon-youbian"></i>
|
|
|
+ </div>
|
|
|
+ <div class="cell-right" @click="showExplain = true">
|
|
|
+ <span>包含字段</span>
|
|
|
+ <i class="iconfont icon-help1"></i>
|
|
|
+ </div>
|
|
|
+ <van-popup
|
|
|
+ v-model:show="showDataType"
|
|
|
+ closeable
|
|
|
+ round
|
|
|
+ close-icon="clear"
|
|
|
+ position="bottom"
|
|
|
+ :style="{ height: '480px' }"
|
|
|
+ class="custom-pop data-type-pop"
|
|
|
+ >
|
|
|
+ <div class="pop-container">
|
|
|
+ <div class="pop-title">选择数据类型</div>
|
|
|
+ <div class="pop-content">
|
|
|
+ <van-cell v-for="item in typeList" :title="item.label" @click="changeDataType(item)">
|
|
|
+ <template #right-icon v-if="item.value === selectType">
|
|
|
+ <i class="iconfont icon-duihao"></i>
|
|
|
+ </template>
|
|
|
+ </van-cell>
|
|
|
+ </div>
|
|
|
+ <div class="pop-bottom bottom-handle-box">
|
|
|
+ <div class="confirm-btn" @click="typeConfirmHandle">确定</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </van-popup>
|
|
|
+ <van-popup
|
|
|
+ v-model:show="showExplain"
|
|
|
+ closeable
|
|
|
+ round
|
|
|
+ close-icon="clear"
|
|
|
+ position="bottom"
|
|
|
+ :style="{ height: '480px' }"
|
|
|
+ class="custom-pop explain-pop"
|
|
|
+ >
|
|
|
+ <div class="pop-container">
|
|
|
+ <div class="pop-title">字段包含说明</div>
|
|
|
+ <div class="pop-content">
|
|
|
+ <van-cell v-for="item in explainList" :title="item.title" :label="item.label" />
|
|
|
+ </div>
|
|
|
+ <div class="pop-bottom bottom-handle-box">
|
|
|
+ <div class="confirm-btn" @click="showExplain = false">我知道了</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </van-popup>
|
|
|
+ </section>
|
|
|
+ <section class="j-container list-component">
|
|
|
+ <div class="j-main">
|
|
|
+ <div class="list-row">
|
|
|
+ <span class="corner-mark corner-color-1">采购意见</span>
|
|
|
+ <p class="label-info">“新媒体运营”项目,近6个月全国采购意向数据批量下载</p>
|
|
|
+ <div class="row-tags">
|
|
|
+ <span class="tag-item tag-color-1">人工清洗</span>
|
|
|
+ <span class="tag-item tag-color-1">格式:Excel、CSV</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="list-row">
|
|
|
+ <span class="corner-mark corner-color-2">拟建项目</span>
|
|
|
+ <p class="label-info">“新媒体运营”项目,近6个月全国采购意向数据批量下载</p>
|
|
|
+ <div class="row-tags">
|
|
|
+ <span class="tag-item tag-color-1">人工清洗</span>
|
|
|
+ <span class="tag-item tag-color-1">格式:Excel、CSV</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="list-row">
|
|
|
+ <span class="corner-mark corner-color-3">招标数据</span>
|
|
|
+ <p class="label-info">“新媒体运营”项目,近6个月全国采购意向数据批量下载</p>
|
|
|
+ <div class="row-tags">
|
|
|
+ <span class="tag-item tag-color-1">人工清洗</span>
|
|
|
+ <span class="tag-item tag-color-1">格式:Excel、CSV</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="list-row">
|
|
|
+ <span class="corner-mark corner-color-4">中标数据</span>
|
|
|
+ <p class="label-info">“新媒体运营”项目,近6个月全国采购意向数据批量下载</p>
|
|
|
+ <div class="row-tags">
|
|
|
+ <span class="tag-item tag-color-1">人工清洗</span>
|
|
|
+ <span class="tag-item tag-color-1">格式:Excel、CSV</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="bottom-handle-box fixed">
|
|
|
+ <div class="confirm-btn">申请数据定制</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--S-当前页面的资源-->
|
|
|
+ <script src=//cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js></script>
|
|
|
+ <script src=//cdn-common.jianyu360.com/cdn/lib/vant/2.12.24/lib/vant.min.js></script>
|
|
|
+ <script src=//cdn-common.jianyu360.com/cdn/lib/jquery/3.6.0/jquery.min.js></script>
|
|
|
+ <!--E-当前页面的资源-->
|
|
|
+ {{include "/big-member/commonjs.html"}}
|
|
|
+ <script src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/dataSmt/js/index.js?v={{Msg "seo" "version"}}'></script>
|
|
|
+ <script>
|
|
|
+ $(function () {
|
|
|
+ var header = $('.j-header.jy-app-header')
|
|
|
+ header.addClass('transparent-header')
|
|
|
+ })
|
|
|
+ </script>
|
|
|
+ <script>
|
|
|
+
|
|
|
+ </script>
|
|
|
+</body>
|
|
|
+</html>
|