|
@@ -27,9 +27,29 @@
|
|
|
<link rel="stylesheet" href='{{Msg "seo" "cdn"}}/big-member/weixin/css/public.css?v={{Msg "seo" "version"}}'>
|
|
|
<link rel="stylesheet" href='{{Msg "seo" "cdn"}}/big-member/weixin/css/j-icons.css?v={{Msg "seo" "version"}}'>
|
|
|
<style>
|
|
|
- #bidding-page img {
|
|
|
+ body {
|
|
|
+ font-family: PingFang SC;
|
|
|
+ font-style: normal;
|
|
|
+ background-color: #040831;
|
|
|
+ }
|
|
|
+ #bidding-page .content {
|
|
|
+ padding-bottom: 100px;
|
|
|
+ }
|
|
|
+ #bidding-page .content img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
+ .fixed-bottom a {
|
|
|
+ margin-left: 0.24rem;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+ .fixed-bottom .flex-r-c {
|
|
|
+ height: 56px;
|
|
|
+ background: linear-gradient(360deg, rgba(51, 153, 255, 0.9) 0%, rgba(0, 209, 255, 0.9) 100%);
|
|
|
+ backdrop-filter: blur(4px);
|
|
|
+ }
|
|
|
.fixed-bottom {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
@@ -37,185 +57,446 @@
|
|
|
right: 0;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
- .weui-picker__item.is-now-select::after {
|
|
|
- content: "次";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ .flex {
|
|
|
+ width: 100%;
|
|
|
+ flex: 1;
|
|
|
}
|
|
|
|
|
|
- .custom-toast .weui-toast {
|
|
|
- font-size: .3rem;
|
|
|
- padding: 0.2rem;
|
|
|
- width: auto;
|
|
|
- max-width: 6rem;
|
|
|
- min-height: 0;
|
|
|
- height: auto;
|
|
|
- top: 50%;
|
|
|
- left: 50%;
|
|
|
- margin-left: 0;
|
|
|
- margin-top: -0.47rem;
|
|
|
- transform: translateX(-50%) translateY(-50%);
|
|
|
+ .flex-r-c {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+ .flex-r-c.center {
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ .flex-r-c.center.sb {
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+ .flex-r-c.left {
|
|
|
+ justify-content: flex-start;
|
|
|
+ }
|
|
|
+ .flex-r-c.right {
|
|
|
+ justify-content: flex-start;
|
|
|
+ }
|
|
|
+ .flex-r-c .bottom {
|
|
|
+ align-items: flex-end;
|
|
|
+ }
|
|
|
+ .flex-r-c.wrap {
|
|
|
+ flex-wrap: wrap;
|
|
|
}
|
|
|
|
|
|
- .custom-toast .weui-icon_toast {
|
|
|
- display: none;
|
|
|
+ .flex-c-c {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+ .flex-c-c.center {
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ .flex-c-c.right {
|
|
|
+ align-items: flex-end;
|
|
|
+ }
|
|
|
+ .flex-c-c.left {
|
|
|
+ align-items: flex-start;
|
|
|
}
|
|
|
|
|
|
- .custom-toast .weui-toast__content {
|
|
|
- margin: 0;
|
|
|
+
|
|
|
+ #bidding-page .content .icon-s-20,
|
|
|
+ #bidding-page .icon-s-20 {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #bidding-page .content .icon-s-72,
|
|
|
+ #bidding-page .icon-s-72 {
|
|
|
+ width: 72px;
|
|
|
+ height: 72px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .color-title-box {
|
|
|
+ width: 140px;
|
|
|
+ padding: 2px 12px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ background: linear-gradient(90deg, #003CD7 0%, rgba(0, 52, 186, 0) 89.35%);
|
|
|
+ border-radius: 2px;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 18px;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
- #js_dialog .weui-dialog{
|
|
|
+ .top-number-box > .text--h {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 28px;
|
|
|
+ line-height: 39px;
|
|
|
+ text-align: center;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ margin-right: 13px;
|
|
|
+ }
|
|
|
+ .top-number-box {
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin-top: 24px;
|
|
|
+ margin-bottom: 35px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .info-box {
|
|
|
+ width: calc(100% - 24px);
|
|
|
+
|
|
|
+ background-image: url('{{Msg "seo" "cdn"}}/digital_expo/image/bg_center.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: cover;
|
|
|
border-radius: 8px;
|
|
|
- max-width: 6rem;
|
|
|
- /* left: .72rem; */
|
|
|
- /* right: .72rem; */
|
|
|
- }
|
|
|
- #js_dialog .weui-dialog__hd{
|
|
|
- padding: 0.32rem 0;
|
|
|
- color: #171826;
|
|
|
- font-size: .36rem;
|
|
|
- line-height: .52rem;
|
|
|
+ margin: 0 12px;
|
|
|
+ padding-top: 36px;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+ .border-left-box span {
|
|
|
+ margin-left: 10px;
|
|
|
+ }
|
|
|
+ .border-left-box {
|
|
|
+ flex-shrink: 0;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 16px;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ border: 1px solid red;
|
|
|
+ background: url('{{Msg "seo" "cdn"}}/digital_expo/image/border_left.png') no-repeat;
|
|
|
+ background-size: 100% 72px;
|
|
|
+ width: 355px;
|
|
|
+ height: 72px;
|
|
|
+ padding-left: 34px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background-position-y: 4px;
|
|
|
+ margin-left: -12px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .info-box > h3 {
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 34px;
|
|
|
+ margin: 0 0 10px 20px;
|
|
|
+ }
|
|
|
+ .info-box > p {
|
|
|
+ font-style: normal;
|
|
|
font-weight: 500;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 18px;
|
|
|
+ margin: 0 20px;
|
|
|
+ margin-bottom: 12px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .text--h {
|
|
|
+ color: #00F0FF;
|
|
|
+ }
|
|
|
+ .text--y-box .text--y + span {
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 17px;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ color: #FFFFFF;
|
|
|
+
|
|
|
+ }
|
|
|
+ .text--y-box + .text--y-box {
|
|
|
+ margin-left: 28px;
|
|
|
+ }
|
|
|
+ .text--y-box {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 34px;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ color: #FFE660;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .list-info {
|
|
|
+ margin: 0 32px;
|
|
|
+ }
|
|
|
+ .title-box h3 {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 34px;
|
|
|
text-align: center;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
- #js_dialog .weui-dialog__bd{
|
|
|
- padding-bottom: .48rem;
|
|
|
- margin: 0;
|
|
|
- color: #5F5E64;
|
|
|
- font-size: .3rem;
|
|
|
- line-height: 0.44rem;
|
|
|
+ .title-box .progress-box {
|
|
|
+ background: linear-gradient(270deg, rgba(51, 153, 255, 0) 0%, rgba(17, 75, 188, 0.5) 50.52%, rgba(51, 153, 255, 0) 100%);
|
|
|
+ filter: drop-shadow(0px 4px 16px rgba(8, 31, 38, 0.08));
|
|
|
+ border-radius: 17px;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 24px;
|
|
|
text-align: center;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ width: 100%;
|
|
|
+ color: #00F0FF;
|
|
|
+ margin-top: 4px;
|
|
|
}
|
|
|
- #js_dialog .weui-dialog__ft{
|
|
|
- line-height: .92rem;
|
|
|
- min-height: 0;
|
|
|
+
|
|
|
+ .circle-text-box p {
|
|
|
+ margin-left: 8px;
|
|
|
}
|
|
|
- #js_dialog .weui-dialog__btn{
|
|
|
- color: #2ABED1;
|
|
|
- font-size: .36rem;
|
|
|
- font-weight: 500;
|
|
|
+ .circle-text-group .circle-text-box {
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
- #js_dialog .weui-dialog__btn:active {
|
|
|
- background-color: #fff;
|
|
|
+ .circle-text-box {
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 18px;
|
|
|
+ letter-spacing: 0.04em;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
- .icon-jy-check {
|
|
|
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADb0lEQVRoQ+1XT0gUcRT+3jjS9ufi4qFD4AYhu2vtGkUl/Z3VyDJJySKoSG8F3eoSERp4COoadXMPQQcNjYqUcqeDUQeh3ZL9EwYbeAjctg6W6+rOL2ZxaXad0ZmdRVeYPc6+9/2+733v/eYNYZ3/aJ3zhyVgrR20HLAcMFkBq4VMFtB0uuWA6RKaBLAcMFlAzfS6QOisBPaYQHwG1BnzeZ6rBZelA85A8AQHvASIXyT9O+zzVq0LATJ5Ag0RYMsRZkA84vNuL3sBtYEJL4/MGIAtCvIpCRVNMd/O92UtwDUariGa/whgq5I8A2uL+upHtIalLGZAJg9KvyOQ4z9RtgBwHWGN4c3FrbmA2hfj1fxm/gNAO5RVZkTXI4Ln4Uq3nLaAbpF3HrWf4Yhsf+M/n8W7hNRKYEb/d/SJtk019jcADuXlEnrCgveuHjxNAa7R0FMiXFgEGZ5OJM9Nnxdm9IDqiVkkPwigOZ883QsLnlt6MOQYTQHuQHBecQ+DAWOZP/PtX1v3JvSCa8Z1i7zriH2QCKfz2oaxJ5HG+stG8PU6kMOMplOzxydPHZgyckhhrGs09IgIV5XPJWA4SslWCMKCEWxNAQ5RtG2U7P1LqgTEwSqPRRrd340clIt1i6FuMPQUkk9Rsj0uGJ+z5W8hUeTdUlUfiC7lWV2kCJcYuk0MvflYLEj063BYKG6+dF2j7tHQfRBuFlR8KgM0xXzemB4nnGLoCsfgLyzE7OxcQ7xl3w89GGoxugTIiWrWM7CEBL5N6zWfO1BlOZMvhTibk4Toyd3xYskvewupgaqJADAjgXVove7VlzOWSKczDd+a90yaIW9YgJzgFIM3OEYPClohpbazuAOh/QDeGlnOjArS3UJKYLf4+SKY5C94T6Tk3SXi2/VKji12OVsVAVmCgS8tgDSg3NsBtpAhrpOT+DG15Yyhoi0n0ChRrfiiHFAOZ+HHh/yfPNwEqs5rM53LmVFhpgRkZyL7+UcDyj5fQsLAcrbqAuQD6wITByUsDBVWPesGUW9E8NwxSkxvvGkHcgfVjow7+cpKeTXelnsmMeaPNtZ36SVTTFzJBGTb6fUnB23g+gmsnjHyR7jkNaPLmVERJRVg9PBSxFsCSlFFMxiWA2aqV4pcy4FSVNEMhuWAmeqVItdyoBRVNIOx7h34B4JTL0BLvpIQAAAAAElFTkSuQmCC");
|
|
|
- background-size: cover;
|
|
|
+ .icon-circle-index {
|
|
|
display: inline-block;
|
|
|
- width: 0.48rem;
|
|
|
- height: 0.48rem;
|
|
|
+ width: 8px;
|
|
|
+ height: 8px;
|
|
|
+ background: url('{{Msg "seo" "cdn"}}/digital_expo/image/icon_index.png') no-repeat center center;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+
|
|
|
+ .address-info-box img {
|
|
|
+ width: 24px !important;
|
|
|
+ height: 24px !important;
|
|
|
}
|
|
|
- #js_dialog .weui-dialog__hd .icon-jy-check{
|
|
|
- margin-right: 0.08rem;
|
|
|
+ .address-info-box span {
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: 26px;
|
|
|
+ margin-left: 8px;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
- #js_dialog .weui-dialog__hd {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
+ .address-info-box p {
|
|
|
+ margin-top: 12px;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
}
|
|
|
- .back-box {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 0.2rem 0.24rem;
|
|
|
- z-index: 666;
|
|
|
+ .address-info-box {
|
|
|
+ margin-top: 24px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .p-16 {
|
|
|
+ padding: 0 16px;
|
|
|
+ }
|
|
|
+ .m-16 {
|
|
|
+ margin: 0 16px;
|
|
|
+ }
|
|
|
+ .m-t-16 {
|
|
|
+ margin-top: 16px;
|
|
|
}
|
|
|
+ .m-t-24 {
|
|
|
+ margin-top: 24px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
<body class="p13">
|
|
|
<div class="j-container">
|
|
|
- <!-- <div class="back-box">-->
|
|
|
- <!-- <span class="icon-back-white j-icon base-icon"></span>-->
|
|
|
- <!-- </div>-->
|
|
|
- <div class="js_dialog" id="js_dialog" style="opacity: 1;display: none;">
|
|
|
- <div class="weui-mask"></div>
|
|
|
- <div class="weui-dialog">
|
|
|
- <div class="weui-dialog__hd">
|
|
|
- <i class="icon-jy-check"></i>
|
|
|
- <span>兑换成功!</span>
|
|
|
+ <div class="j-main" id="bidding-page">
|
|
|
+ <div class="content">
|
|
|
+ <img src='{{Msg "seo" "cdn"}}/digital_expo/image/bg_top.png' alt="">
|
|
|
+
|
|
|
+ <div class="m-16 m-t-16 color-title-box">最现场</div>
|
|
|
+
|
|
|
+ <div class="flex-r-c center top-number-box">
|
|
|
+ <span class="text--h">300万+</span>
|
|
|
+ <div class="flex-c-c left">
|
|
|
+ <p>投标人选择使用剑鱼标讯</p>
|
|
|
+ <p><span class="text--h">中标</span>就是轻松!</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="flex-c-c info-box">
|
|
|
+ <h3>剑鱼标讯</h3>
|
|
|
+ <p>
|
|
|
+ 基于云计算、大数据和人工智能技术,为企业提供全
|
|
|
+ 国招投标信息检索、订阅、跟踪、市场分析、商机挖
|
|
|
+ 掘等功能,帮助企业及时全面掌握商机信息。
|
|
|
+ </p>
|
|
|
+ <div class="flex-r-c center left border-left-box">
|
|
|
+ <img class="icon-s-20" src='{{Msg "seo" "cdn"}}/digital_expo/image/icon_0.png' alt="">
|
|
|
+ <span>不漏掉一个招标信息,就用剑鱼标讯</span>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center">
|
|
|
+ <div class="flex-c-c center left text--y-box">
|
|
|
+ <h3 class="text--y">10000+</h3>
|
|
|
+ <span>全国政府和企业招标网站</span>
|
|
|
+ </div>
|
|
|
+ <div class="flex-c-c center left text--y-box">
|
|
|
+ <h3 class="text--y">100%</h3>
|
|
|
+ <span>行业和地区覆盖</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left border-left-box">
|
|
|
+ <img class="icon-s-20" src='{{Msg "seo" "cdn"}}/digital_expo/image/icon_1.png' alt="">
|
|
|
+ <span>精准获取项目信息,就用剑鱼标讯</span>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left border-left-box">
|
|
|
+ <img class="icon-s-20" src='{{Msg "seo" "cdn"}}/digital_expo/image/icon_2.png' alt="">
|
|
|
+ <span>快速达成销售目标,就用剑鱼标讯</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="flex-c-c center list-info">
|
|
|
+ <div class="flex title-box flex-c-c center">
|
|
|
+ <h3>商机智能管理</h3>
|
|
|
+ <div class="flex progress-box">充分挖掘潜在商机</div>
|
|
|
+ </div>
|
|
|
+ <div class="flex flex-r-c center sb m-t-24">
|
|
|
+ <img class="icon-s-72" src='{{Msg "seo" "cdn"}}/digital_expo/image/c_1.png' alt="">
|
|
|
+ <img class="icon-s-72" src='{{Msg "seo" "cdn"}}/digital_expo/image/c_2.png' alt="">
|
|
|
+ <img class="icon-s-72" src='{{Msg "seo" "cdn"}}/digital_expo/image/c_3.png' alt="">
|
|
|
+ <img class="icon-s-72" src='{{Msg "seo" "cdn"}}/digital_expo/image/c_4.png' alt="">
|
|
|
+ </div>
|
|
|
+ <div class="flex flex-c-c center left m-t-24 circle-text-group">
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>每日10万商机自动化推送,全面解锁销售机会</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>联系方式全公开,直接对接采购人</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>自动化追踪管理用户招标订阅项目进度</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>创建跟踪列表,追踪结果及时结果反馈</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="flex-c-c center data-info">
|
|
|
+ <div class="flex title-box flex-c-c center">
|
|
|
+ <h3>数据服务</h3>
|
|
|
+ <div class="flex progress-box">企业信息一手掌控</div>
|
|
|
+ </div>
|
|
|
+ <p>基于招标大数据,利用数据可视化、数据分析建模和人工智能等技术,为客户提供数据场景化数据分析。</p>
|
|
|
+ <div class="flex flex-c-c center left m-t-24 circle-text-group">
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>招采信息监测</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>多维度细分数据</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>行业招采情况跟踪</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>辅助企业决策</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>重点客户详细信息分析</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="flex-c-c center class-info">
|
|
|
+ <div class="flex title-box flex-c-c center">
|
|
|
+ <h3>行业解决方案</h3>
|
|
|
+ <div class="flex progress-box">聚焦数据价值变现</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="flex-c-c center gov-info">
|
|
|
+ <div class="flex title-box flex-c-c center">
|
|
|
+ <h3>政府机关应用</h3>
|
|
|
+ <div class="flex progress-box">加强监管,助力廉政建设</div>
|
|
|
+ </div>
|
|
|
+ <div class="flex flex-c-c center left m-t-24 circle-text-group">
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>依托海量数据库,实现信息透明共享,降低管理成本</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>监测预警企业异常,分析监管主体风险,提前干预</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>为查处不正当竞争提供数据支持,助力廉政建设</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-r-c center left circle-text-box">
|
|
|
+ <span class="icon-circle-index"></span>
|
|
|
+ <p>适用于审计、税务、招商、纪检委、司法、监察、工商等政府机关单位</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="weui-dialog__bd">
|
|
|
- <div>请登录剑鱼标讯官网</div>
|
|
|
- <div style="color: #2ABED1">www.jianyu360.com</div>
|
|
|
- <div>点击【招标文件解读】使用</div>
|
|
|
+
|
|
|
+ <div class="m-16 m-t-16 color-title-box">我们的数博会</div>
|
|
|
+ <div class="m-16 m-t-16 color-title-box">数博视点</div>
|
|
|
+ <div class="m-16 m-t-16 color-title-box">多彩数博</div>
|
|
|
+ <div class="m-16 m-t-16 color-title-box">展位交通</div>
|
|
|
+ <div class="flex flex-c-c p-16 m-t-24">
|
|
|
+ <img src='{{Msg "seo" "cdn"}}/digital_expo/image/bg_address_1.png' alt="">
|
|
|
+ <img class="m-t-16" src='{{Msg "seo" "cdn"}}/digital_expo/image/bg_address_2.png' alt="">
|
|
|
+ <div class="flex-c-c left address-info-box">
|
|
|
+ <div class="flex-r-c center left">
|
|
|
+ <img class="icon-s-20" src='{{Msg "seo" "cdn"}}/digital_expo/image/icon_address_1.png' alt="">
|
|
|
+ <span>机场大巴路线</span>
|
|
|
+ </div>
|
|
|
+ <p>贵阳龙洞堡机场-纪念塔-新路口-火车站(可在任意站点下车,换乘公交车到达贵阳国际会展中心)</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-c-c left address-info-box">
|
|
|
+ <div class="flex-r-c center left">
|
|
|
+ <img class="icon-s-20" src='{{Msg "seo" "cdn"}}/digital_expo/image/icon_address_2.png' alt="">
|
|
|
+ <span>火车站至展馆</span>
|
|
|
+ </div>
|
|
|
+ <p>1. 坐1路车、17路车到喷水池站下车,换乘58路到贵阳国际会展中心<br>2. 坐24路车、60路车,换乘208路到贵阳国际会展中心</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-c-c left address-info-box">
|
|
|
+ <div class="flex-r-c center left">
|
|
|
+ <img class="icon-s-20" src='{{Msg "seo" "cdn"}}/digital_expo/image/icon_address_3.png' alt="">
|
|
|
+ <span>直达公交路线</span>
|
|
|
+ </div>
|
|
|
+ <p>贵阳48路、贵阳58路、贵阳208路、贵阳209路、贵阳218路</p>
|
|
|
+ </div>
|
|
|
+ <div class="flex-c-c left address-info-box">
|
|
|
+ <div class="flex-r-c center left">
|
|
|
+ <img class="icon-s-20" src='{{Msg "seo" "cdn"}}/digital_expo/image/icon_address_4.png' alt="">
|
|
|
+ <span>地铁路线</span>
|
|
|
+ </div>
|
|
|
+ <p>在贵阳任意地铁站乘坐地铁1号线,到国际会议生态中心站(C出口)即可到达会场</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="weui-dialog__ft">
|
|
|
- <a href="javascript:" class="weui-dialog__btn weui-dialog__btn_primary know">我知道了</a>
|
|
|
+
|
|
|
+ <div class="m-16 m-t-16 color-title-box">合作伙伴</div>
|
|
|
+ <div class="flex p-16 m-t-24">
|
|
|
+ <img src='{{Msg "seo" "cdn"}}/digital_expo/image/bg_bottom.png' alt="">
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="j-main" id="bidding-page">
|
|
|
- <img src='{{Msg "seo" "cdn"}}/bid-fileinter/h5/image/bg_1.png' alt="">
|
|
|
- <img src='{{Msg "seo" "cdn"}}/bid-fileinter/h5/image/bg_2.png' alt="">
|
|
|
- <img src='{{Msg "seo" "cdn"}}/bid-fileinter/h5/image/bg_3.png' alt="">
|
|
|
- <img src='{{Msg "seo" "cdn"}}/bid-fileinter/h5/image/bg_4.png' alt="">
|
|
|
- <img src='{{Msg "seo" "cdn"}}/bid-fileinter/h5/image/bg_5.png' alt="">
|
|
|
<div class="fixed-bottom">
|
|
|
- <img src='{{Msg "seo" "cdn"}}/bid-fileinter/h5/image/button.png' alt="">
|
|
|
+ <div class="flex-r-c center">
|
|
|
+ <img class="icon-s-20" src='{{Msg "seo" "cdn"}}/digital_expo/image/icon_phone.png' alt="">
|
|
|
+ <a href="tel:400-108-6670">咨询电话:400-108-6670</a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-<script>
|
|
|
- function goBack() {
|
|
|
- history.back()
|
|
|
- window.afterClickBack && window.afterClickBack()
|
|
|
- }
|
|
|
- ;(function () {
|
|
|
- $('.fixed-bottom').on('click', showPicker)
|
|
|
- $('.weui-dialog__btn.know').on('click', toggleShowDialog.bind(this, false))
|
|
|
- function showPicker () {
|
|
|
- weui.picker([1,2,3,4,5,6,7,8,9,10], {
|
|
|
- title: '请选择兑换次数',
|
|
|
- className: 'jymobile-datePicker start',
|
|
|
- container: 'body',
|
|
|
- defaultValue: [1],
|
|
|
- onChange: function (result) {
|
|
|
- var nowTArr = result.map(function (v) {
|
|
|
- return String(v.label)
|
|
|
- })
|
|
|
- $(".jymobile-datePicker.start .weui-picker__item").each(function(){
|
|
|
- var nowT = $(this).text()
|
|
|
- $(this).removeClass('is-now-select')
|
|
|
- if (nowTArr.indexOf(nowT) !== -1) {
|
|
|
- $(this).addClass('is-now-select')
|
|
|
- }
|
|
|
- })
|
|
|
- },
|
|
|
- onConfirm: function (result) {
|
|
|
- ajaxExCount(result[0].value)
|
|
|
- },
|
|
|
- id: 'singleLinePicker'
|
|
|
- });
|
|
|
- }
|
|
|
- function ajaxExCount (count) {
|
|
|
- $.post('/bidfileinter/exchange/bidcount', { count: count }).done(function (r) {
|
|
|
- if (r && r.error_msg === '') {
|
|
|
- toggleShowDialog(true)
|
|
|
- } else {
|
|
|
- location.href = './middle'
|
|
|
- }
|
|
|
- }).fail(function (r) {
|
|
|
- weui.toast('抱歉,请稍后重试', {
|
|
|
- duration: 2000,
|
|
|
- className: 'custom-toast',
|
|
|
- })
|
|
|
- })
|
|
|
- }
|
|
|
- function toggleShowDialog (type) {
|
|
|
- var nDom = $('#js_dialog')
|
|
|
- if (type) {
|
|
|
- nDom.show()
|
|
|
- } else {
|
|
|
- nDom.hide()
|
|
|
- }
|
|
|
- }
|
|
|
- try {
|
|
|
- document.querySelector('.back-box').addEventListener('click', goBack)
|
|
|
- } catch (error) {}
|
|
|
- })()
|
|
|
-</script>
|
|
|
+<script></script>
|
|
|
|
|
|
|
|
|
<!--S-当前页面的资源-->
|