2066 changed files with 245721 additions and 0 deletions
-
27mobile/404.php
-
72mobile/about/agreement.html
-
72mobile/about/contact.html
-
72mobile/about/copyright.html
-
72mobile/about/index.html
-
7mobile/ad/index.php
-
7mobile/ad/list.php
-
7mobile/ad/show.php
-
14mobile/ajax.php
-
7mobile/announce/index.php
-
7mobile/announce/list.php
-
7mobile/announce/show.php
-
20mobile/api/about.php
-
6mobile/api/address.php
-
19mobile/api/area.php
-
6mobile/api/attach.php
-
12mobile/api/category.php
-
39mobile/api/city.php
-
31mobile/api/contact.inc.php
-
26mobile/api/content.inc.php
-
11mobile/api/device.php
-
1mobile/api/index.html
-
67mobile/api/redirect.php
-
10mobile/api/report.php
-
32mobile/api/search.php
-
74mobile/api/setting.php
-
6mobile/api/share.php
-
27mobile/api/task.js.php
-
6mobile/api/view.php
-
149mobile/api/weixin.php
-
6mobile/api/wx.php
-
57mobile/app.php
-
BINmobile/apple-touch-icon-precomposed.png
-
3mobile/brand/ajax.php
-
7mobile/brand/index.php
-
7mobile/brand/list.php
-
7mobile/brand/message.php
-
7mobile/brand/search.php
-
7mobile/brand/show.php
-
3mobile/buy/ajax.php
-
7mobile/buy/index.php
-
7mobile/buy/list.php
-
7mobile/buy/price.php
-
7mobile/buy/search.php
-
7mobile/buy/show.php
-
7mobile/channel.php
-
3mobile/club/ajax.php
-
7mobile/club/chat.php
-
7mobile/club/fans.php
-
6mobile/club/goto.php
-
7mobile/club/index.php
-
7mobile/club/list.php
-
7mobile/club/search.php
-
7mobile/club/show.php
-
7mobile/comment/index.php
-
260mobile/company/1/index.html
-
260mobile/company/1/list1.html
-
220mobile/company/1/list2.html
-
196mobile/company/15/index.html
-
196mobile/company/15/list1.html
-
212mobile/company/16/index.html
-
212mobile/company/16/list1.html
-
3mobile/company/ajax.php
-
6mobile/company/guest.php
-
6mobile/company/home.php
-
7mobile/company/index.php
-
7mobile/company/list.php
-
8mobile/company/news.php
-
7mobile/company/search.php
-
6mobile/company/tour.php
-
3mobile/down/ajax.php
-
7mobile/down/down.php
-
7mobile/down/index.php
-
7mobile/down/list.php
-
7mobile/down/search.php
-
7mobile/down/show.php
-
3mobile/exhibit/ajax.php
-
158mobile/exhibit/index.html
-
7mobile/exhibit/index.php
-
7mobile/exhibit/list.php
-
7mobile/exhibit/search.php
-
7mobile/exhibit/show.php
-
7mobile/exhibit/sign.php
-
140mobile/exhibit/zhanhui/index.html
-
140mobile/exhibit/zhanhui/list1.html
-
124mobile/exhibit/zhanhui/list2.html
-
BINmobile/favicon.ico
-
6mobile/feed/index.php
-
7mobile/form/index.php
-
7mobile/form/list.php
-
7mobile/form/show.php
-
7mobile/gift/index.php
-
7mobile/gift/list.php
-
7mobile/gift/show.php
-
3mobile/group/ajax.php
-
7mobile/group/buy.php
-
7mobile/group/index.php
-
7mobile/group/list.php
-
7mobile/group/search.php
-
7mobile/group/show.php
@ -0,0 +1,27 @@ |
|||||
|
<?php |
||||
|
require '../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
if(strpos($_SERVER['QUERY_STRING'], '404;') !== false) { |
||||
|
$DT_URL = str_replace('404;', '', $_SERVER['QUERY_STRING']); |
||||
|
$DT_URL = str_replace(':80', '', $DT_URL); |
||||
|
} |
||||
|
if($DT['log_404'] && strpos($DT_URL, '/404.php') === false) { |
||||
|
$url = addslashes(dhtmlspecialchars($DT_URL)); |
||||
|
$refer = addslashes(dhtmlspecialchars($DT_REF)); |
||||
|
$time = $DT_TIME - 86400; |
||||
|
$r = $db->get_one("SELECT itemid FROM {$DT_PRE}404 WHERE addtime>$time AND url='$url'"); |
||||
|
if(!$r) { |
||||
|
require DT_ROOT.'/include/client.func.php'; |
||||
|
$robot = is_robot() ? get_robot() : ''; |
||||
|
$ua = addslashes(dhtmlspecialchars(strip_sql(strip_tags(DT_UA)))); |
||||
|
$os = get_os(); |
||||
|
$bs = get_bs(); |
||||
|
$db->query("INSERT INTO {$DT_PRE}404 (url,refer,robot,username,ip,pc,ua,os,bs,addtime) VALUES ('$url','$refer','$robot','$_username','$DT_IP','$DT_PC','$ua','$os','$bs','$DT_TIME')"); |
||||
|
} |
||||
|
} |
||||
|
if($DT_BOT) dhttp(404, $DT_BOT); |
||||
|
$head_title = '404 Not Found'; |
||||
|
if($sns_app) $seo_title = $site_name; |
||||
|
$foot = ''; |
||||
|
include template('404', 'message'); |
||||
|
?>
|
||||
72
mobile/about/agreement.html
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,72 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>联系方式_找标牌网</title> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fabout%2Fcontact.html'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-nOFT2979"></div> |
||||
|
<div class="ui-mask" id="mask-nOFT2979"></div> |
||||
|
<div class="ui-sheet" id="sheet-nOFT2979"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-nOFT2979" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">联系方式</div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-nOFT2979" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-nOFT2979"></div> |
||||
|
</div> |
||||
|
<div class="content" data-content="nOFT2979"> |
||||
|
<p>客服QQ:121594097 微信号:17155295366 电话:17155295366 展会合作或投稿邮箱:121594097@qq.com</p></div> |
||||
|
<div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'nOFT2979'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Ditem(js_pageid); |
||||
|
Dtask('moduleid=3&html=webpage&itemid=2', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,72 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>版权隐私_找标牌网</title> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fabout%2Fcopyright.html'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-hNCD2979"></div> |
||||
|
<div class="ui-mask" id="mask-hNCD2979"></div> |
||||
|
<div class="ui-sheet" id="sheet-hNCD2979"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-hNCD2979" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">版权隐私</div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-hNCD2979" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-hNCD2979"></div> |
||||
|
</div> |
||||
|
<div class="content" data-content="hNCD2979"> |
||||
|
<p>欢迎访问找标牌网!我们以本隐私申明声明对访问者隐私保护的许诺。以下文字公开我站(www.zhaobiaopai.com)对信息收集和使用的情况。本站的隐私申明正在不断改进中,随着我站服务范围的扩大,我们会随时更新我们的隐私申明。我们欢迎您随时会来查看本申明。请向121594097@qq.com反馈您的意见。</p><p><br/></p><p>在同意找标牌网服务协议(“协议”)之时,你已经同意我们按照本隐私申明来使用和披露您的个人信息。本隐私申明的全部条款属于该协议的一部份。</p><p><br/></p><p><strong>未成年人的特别注意事项 </strong>如果您未满18周岁,您无权使用公司服务,因此我们希望您不要向我们提供任何个人信息。如果您未满18周岁,您只能在父母或监护人的陪同下才可以使用公司服务。</p><p><br/></p><p><strong>用户名和密码 </strong>当您打算注册成会员后,我们要求您选择一个用户名和密码,还要提供密码提示问题及其答案以便在您丢失密码后我们可以确认您的身份。您只能通过您的密码来使用您的帐号。如果您泄漏了密码,您可能丢失了您的个人识别信息,并且有可能导致对您不利的司法行为。因此不管任何原因使您的密码安全受到危及,您应该立即通过121594097@qq.com和我们取得联系。</p><p><br/></p><p><strong>注册信息 </strong>当您在注册为会员时,我们要求您填写一张注册表。注册表要求提供您的真实姓名,地址,国籍,电话号码,和电子邮件地址。另外,您还被要求提供您的公司的地址,电话号码和贵公司的服务和产品的简短说明等信息。您还有权选择来填写附加信息。这些信息可能但不限于您公司所在的省份和城市,时区和邮政编码,传真号码,主页和您的职务。我们使用注册信息来获得会员的统计资料。我们将会用这些统计数据来给我们的会员分类,例如年龄、产业和国家,以便有针对性地向我们的会员提供新的服务和机会。我们会通过您的邮件地址来通知您这些新的服务和机会。</p><p><br/></p><p><strong>您的交易行为 </strong>我们跟踪IP地址仅仅只是为了安全的必要。如果我们没有发现任何安全问题,我们会及时删除我们收集到的IP地址。我们还跟踪全天的页面访问数据。全天页面访问数据被用来反映网站的流量,一是我们可以为未来的发展制定计划(例如,增加服务器)。</p><p><br/></p><p><strong>广告 </strong>我们会对个人身份数据进行综合统计,并为销售和奖励的需要将该综合统计向广告主披露。</p><p><br/></p><p><strong>Cookie的使用 </strong>我们使用cookie来使我们的网站对用户更友好。它可以帮您省去为使用我们的服务而重复输入注册信息和跟踪您的浏览器的状态。</p><p><br/></p><p><strong>第三方 </strong>我们的网站公布了用户提交的商业机会和报价,而其他用户可以查询这些报价和商业机会。我们不会向任何第三方提供,出售,出租,分享和交易用户的个人信息,除非第三方和找标牌网一起为网站和会员提供服务并且在该服务结束后将被禁止访问包括其以前能够访问的所有这些资料。当我们被法律强制或依照政府要求提供您的信息时我们将善意地披露您的资料。</p><p><br/></p><p><strong>信息的存储和交换 </strong>用户信息和资料被收集和存储在放置于中国的服务器上。只有为了做备份的需要时,我们才可能需要将您的资料传送到别国的服务器上。</p><p><br/></p><p><strong>外部链接 </strong>本站含有到其他网站的链接。找标牌网对那些网站的隐私保护措施不负任何责任。我们可能在任何需要的时候增加商业伙伴或共用品牌的网站,但是提供给他们的将仅仅是综合信息,我们将不会公开您的身份。</p><p><br/></p><p><strong>公开的交易信息 </strong>您提供发布的供贸易的物品信息或报价将被显示在公共区域,对任何用户来说是公开的。请注意所有在这些场所公开的信息会成为公共信息,请您在决定公布您的个人信息前仔细考虑。</p><p><br/></p><p><strong>安全 </strong>我们网站有相应的安全措施来确保我们掌握的信息不丢失,不被滥用和变造。这些安全措施包括向其它服务器备份数据和对用户密码加密。尽管我们有这些安全措施,但请注意在因特网上不存在“完善的安全措施”。</p></div> |
||||
|
<div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'hNCD2979'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Ditem(js_pageid); |
||||
|
Dtask('moduleid=3&html=webpage&itemid=4', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,72 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>关于我们_找标牌网</title> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fabout%2Findex.html'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-Fnts2979"></div> |
||||
|
<div class="ui-mask" id="mask-Fnts2979"></div> |
||||
|
<div class="ui-sheet" id="sheet-Fnts2979"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-Fnts2979" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">关于我们</div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-Fnts2979" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-Fnts2979"></div> |
||||
|
</div> |
||||
|
<div class="content" data-content="Fnts2979"> |
||||
|
<p>找标牌网是全国权威的标牌产品,标牌技术,标牌资讯的专业标牌行业网站,是标牌生产商,经销商,工程商及行业用户沟通的平台。 通过找标牌网的标牌行业频道,您可以全盘掌握全国最新,最全,最准确的标牌行业信息和标牌设计制作及周边产品资讯。 让您的企业提前掌握商机,拔得头筹!</p><p><br/><strong>服务宗旨</strong><br/><br/>奉行技术领先,产品超群的产业政策,致力于标牌行业电子商务服务,企业形象宣传与产品推广。<br/><br/><strong>服务体系<br/></strong><br/>我们的核心业务就是围绕标牌企业的需求(OA,AV,企业,政府,学校,标牌资讯,各地代理商名单,各地标牌企业名单),依托互联网,提供线上和线下全面标牌商务咨询服务,使标牌行业的企业电子商务化,提供专业型标识标牌展示窗口。</p></div> |
||||
|
<div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'Fnts2979'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Ditem(js_pageid); |
||||
|
Dtask('moduleid=3&html=webpage&itemid=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/ad.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/ad.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/ad.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,14 @@ |
|||||
|
<?php |
||||
|
/* |
||||
|
DESTOON Copyright (C)2008-2099 www.destoon.com |
||||
|
This is NOT a freeware,Use is subject to license.txt |
||||
|
*/ |
||||
|
require '../common.inc.php'; |
||||
|
if($DT_BOT) dhttp(403); |
||||
|
if($action != 'mobile') { |
||||
|
check_referer() or exit; |
||||
|
} |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/include/post.func.php'; |
||||
|
@include DT_ROOT.'/api/ajax/'.$action.'.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/announce.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/announce.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/announce.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,20 @@ |
|||||
|
<?php |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
$table = $DT_PRE.'webpage'; |
||||
|
(isset($item) && check_name($item)) or $item = '1'; |
||||
|
$lists = array(); |
||||
|
$result = $db->query("SELECT * FROM {$table} WHERE item='$item' ORDER BY listorder DESC,itemid DESC LIMIT 50", 'CACHE'); |
||||
|
while($r = $db->fetch_array($result)) { |
||||
|
if(!$r['islink']) { |
||||
|
$linkurl = $r['domain'] ? $r['domain'] : linkurl($r['linkurl'], 1); |
||||
|
$r['linkurl'] = str_replace(DT_PATH, DT_MOB, $linkurl); |
||||
|
} |
||||
|
$lists[] = $r; |
||||
|
} |
||||
|
$db->free_result($result); |
||||
|
$head_title = $head_name = $L['about_title']; |
||||
|
if($sns_app) $seo_title = $site_name;; |
||||
|
$foot = $DT['max_cart'] > 0 ? 'my' : 'more'; |
||||
|
include template('about', 'mobile'); |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/address.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,19 @@ |
|||||
|
<?php |
||||
|
/* |
||||
|
DESTOON Copyright (C)2008-2099 www.destoon.com |
||||
|
This is NOT a freeware,Use is subject to license.txt |
||||
|
*/ |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
if($moduleid < 4) $moduleid = 4; |
||||
|
$AREA = cache_read('area.php'); |
||||
|
$pid = isset($pid) ? intval($pid) : 0; |
||||
|
$lists = array(); |
||||
|
foreach($AREA as $a) { |
||||
|
if($a['parentid'] == $pid) $lists[] = $a; |
||||
|
} |
||||
|
include DT_ROOT.'/include/seo.inc.php'; |
||||
|
$seo_title = $MOD['name'].$L['area_title'] .$seo_delimiter.$seo_modulename.$seo_delimiter.$seo_sitename; |
||||
|
if($sns_app) $seo_title = $site_name;; |
||||
|
include template('area', 'mobile'); |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/attach.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,12 @@ |
|||||
|
<?php |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
if($moduleid < 4) $moduleid = 4; |
||||
|
$pid = isset($pid) ? intval($pid) : 0; |
||||
|
if($pid) $P = get_cat($pid); |
||||
|
$lists = get_maincat($pid, $moduleid); |
||||
|
include DT_ROOT.'/include/seo.inc.php'; |
||||
|
$seo_title = $MOD['name'].$L['cate_title'].$seo_delimiter.$seo_modulename.$seo_delimiter.$seo_sitename; |
||||
|
if($sns_app) $seo_title = $site_name;; |
||||
|
include template('category', 'mobile'); |
||||
|
?>
|
||||
@ -0,0 +1,39 @@ |
|||||
|
<?php |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
$areaid = isset($areaid) ? intval($areaid) : 0; |
||||
|
if($areaid) { |
||||
|
if($areaid == -2) { |
||||
|
$iparea = ip2area($DT_IP); |
||||
|
$result = $db->query("SELECT * FROM {$DT_PRE}city"); |
||||
|
while($r = $db->fetch_array($result)) { |
||||
|
if(preg_match("/".$r['name'].($r['iparea'] ? '|'.$r['iparea'] : '')."/i", $iparea)) { |
||||
|
set_cookie('city', $r['areaid'].'|'.$r['domain'], $DT_TIME + 30*86400); |
||||
|
if($r['domain']) exit($r['domain'].'mobile/'); |
||||
|
exit($EXT['mobile_domain'] ? $EXT['mobile_domain'] : DT_PATH.'mobile/'); |
||||
|
} |
||||
|
} |
||||
|
} else if($areaid == -1) { |
||||
|
set_cookie('city', '0|', $DT_TIME + 30*86400); |
||||
|
exit($EXT['mobile_domain'] ? $EXT['mobile_domain'] : DT_PATH.'mobile/'); |
||||
|
} else { |
||||
|
$r = $db->get_one("SELECT areaid,name,domain,template FROM {$DT_PRE}city WHERE areaid=$areaid"); |
||||
|
if($r) { |
||||
|
set_cookie('city', $r['areaid'].'|'.$r['domain'], $DT_TIME + 30*86400); |
||||
|
if($r['domain']) exit($r['domain'].'mobile/'); |
||||
|
exit($EXT['mobile_domain'] ? $EXT['mobile_domain'] : DT_PATH.'mobile/'); |
||||
|
} |
||||
|
} |
||||
|
exit('ko'); |
||||
|
} |
||||
|
$lists = array(); |
||||
|
$result = $db->query("SELECT areaid,name,style,domain,letter FROM {$DT_PRE}city ORDER BY letter,listorder"); |
||||
|
while($r = $db->fetch_array($result)) { |
||||
|
$r['linkurl'] = $r['domain'] ? $r['domain'].'mobile/' : ''; |
||||
|
$lists[strtoupper($r['letter'])][] = $r; |
||||
|
} |
||||
|
$head_title = $head_name = $L['city_title']; |
||||
|
if($sns_app) $seo_title = $site_name;; |
||||
|
$foot = ''; |
||||
|
include template('city', 'city'); |
||||
|
?>
|
||||
@ -0,0 +1,31 @@ |
|||||
|
<?php |
||||
|
/* |
||||
|
DESTOON Copyright (C)2008-2099 www.destoon.com |
||||
|
This is NOT a freeware,Use is subject to license.txt |
||||
|
*/ |
||||
|
defined('IN_DESTOON') or exit('Access Denied'); |
||||
|
$currency = $MOD['fee_currency']; |
||||
|
$fee_unit = $currency == 'money' ? $DT['money_unit'] : $DT['credit_unit']; |
||||
|
$fee_name = $currency == 'money' ? $DT['money_name'] : $DT['credit_name']; |
||||
|
if(check_group($_groupid, $MOD['group_contact'])) { |
||||
|
if($fee) { |
||||
|
$user_status = 4; |
||||
|
$destoon_task = "moduleid=$moduleid&html=show&itemid=$itemid"; |
||||
|
$description = ''; |
||||
|
} else { |
||||
|
$user_status = 3; |
||||
|
} |
||||
|
} else { |
||||
|
$user_status = $_userid ? 1 : 0; |
||||
|
if($_username && $item['username'] == $_username) $user_status = 3; |
||||
|
} |
||||
|
if($_username && $_username == $item['username']) $user_status = 3; |
||||
|
if($user_status == 3) $member = $item['username'] ? userinfo($item['username']) : array(); |
||||
|
if($MOD['module'] == 'job' && $item['username']) { |
||||
|
foreach(array('truename', 'telephone','mobile','address', 'qq', 'wx') as $v) { |
||||
|
$member[$v] = $item[$v]; |
||||
|
} |
||||
|
$member['mail'] = $item['email']; |
||||
|
} |
||||
|
$fee_back = $currency == 'money' ? dround($fee*intval($MOD['fee_back'])/100) : ceil($fee*intval($MOD['fee_back'])/100); |
||||
|
?>
|
||||
@ -0,0 +1,26 @@ |
|||||
|
<?php |
||||
|
/* |
||||
|
DESTOON Copyright (C)2008-2099 www.destoon.com |
||||
|
This is NOT a freeware,Use is subject to license.txt |
||||
|
*/ |
||||
|
defined('IN_DESTOON') or exit('Access Denied'); |
||||
|
$currency = $MOD['fee_currency']; |
||||
|
$fee_unit = $currency == 'money' ? $DT['money_unit'] : $DT['credit_unit']; |
||||
|
$fee_name = $currency == 'money' ? $DT['money_name'] : $DT['credit_name']; |
||||
|
if(check_group($_groupid, $MOD['group_show'])) { |
||||
|
if($fee) { |
||||
|
$user_status = 4; |
||||
|
$destoon_task = "moduleid=$moduleid&html=show&itemid=$itemid"; |
||||
|
$description = ''; |
||||
|
} else { |
||||
|
$user_status = 3; |
||||
|
} |
||||
|
} else { |
||||
|
$user_status = $_userid ? 1 : 0; |
||||
|
if($_username && $item['username'] == $_username) $user_status = 3; |
||||
|
} |
||||
|
if($module == 'know') { |
||||
|
if($_username && $best && $_username == $best['username']) $user_status = 3; |
||||
|
} |
||||
|
$fee_back = $currency == 'money' ? dround($fee*intval($MOD['fee_back'])/100) : ceil($fee*intval($MOD['fee_back'])/100); |
||||
|
?>
|
||||
@ -0,0 +1,11 @@ |
|||||
|
<?php |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/include/post.func.php'; |
||||
|
set_cookie('mobile', 'pc'); |
||||
|
$uri = isset($uri) && is_url($uri) ? $uri : DT_PATH; |
||||
|
$head_title = $head_name = $L['device_title']; |
||||
|
if($sns_app) $seo_title = $site_name;; |
||||
|
$foot = ''; |
||||
|
include template('device', 'mobile'); |
||||
|
?>
|
||||
@ -0,0 +1 @@ |
|||||
|
<meta http-equiv="refresh" content="0;url=../"> |
||||
@ -0,0 +1,67 @@ |
|||||
|
<?php |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/include/module.func.php'; |
||||
|
$url = isset($url) ? fix_link($url) : DT_MOB; |
||||
|
if(isset($username)) { |
||||
|
if(check_name($username)) { |
||||
|
$r = $db->get_one("SELECT linkurl FROM {$DT_PRE}company WHERE username='$username'"); |
||||
|
$url = $r ? $r['linkurl'] : userurl($username); |
||||
|
} |
||||
|
} else if(isset($aid)) { |
||||
|
$aid = intval($aid); |
||||
|
if($aid) { |
||||
|
$r = $db->get_one("SELECT * FROM {$DT_PRE}ad WHERE aid=$aid"); |
||||
|
if($r && $r['fromtime'] < DT_TIME && $r['totime'] > DT_TIME) { |
||||
|
if($r['key_moduleid'] && $r['typeid'] > 5) { |
||||
|
$url = 'redirect.php?mid='.$r['key_moduleid'].'&itemid='.$r['key_id']; |
||||
|
} else if($r['url']) { |
||||
|
$url = $r['url']; |
||||
|
} |
||||
|
if($r['stats']) { |
||||
|
require DT_ROOT.'/include/client.func.php'; |
||||
|
$ua = addslashes(dhtmlspecialchars(strip_sql(strip_tags(DT_UA)))); |
||||
|
$os = get_os(); |
||||
|
$bs = get_bs(); |
||||
|
$pid = $r['pid']; |
||||
|
$db->query("INSERT INTO {$DT_PRE}ad_stats (pid,aid,os,bs,ua,username,ip,pc,addtime) VALUES ('$pid','$aid','$os','$bs','$ua','$_username','$DT_IP','$DT_PC','$DT_TIME')"); |
||||
|
$db->query("UPDATE LOW_PRIORITY {$DT_PRE}ad SET hits=hits+1 WHERE aid=$aid", 'UNBUFFERED'); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} else if($mid) { |
||||
|
if(isset($MODULE[$mid]) && !$MODULE[$mid]['islink'] && $itemid && $mid > 3) { |
||||
|
$condition = $mid == 4 ? "userid=$itemid" : "itemid=$itemid"; |
||||
|
$table = get_table($mid); |
||||
|
if($MODULE[$mid]['module'] == 'job' && $page == 2) $table = $DT_PRE.'job_resume_'.$mid; |
||||
|
$r = $db->get_one("SELECT * FROM {$table} WHERE $condition"); |
||||
|
if($r) { |
||||
|
$url = strpos($r['linkurl'], '://') === false ? $MODULE[$mid]['mobile'].$r['linkurl'] : $r['linkurl']; |
||||
|
if($sum) $url = $MODULE[2]['mobile'].'pay.php?mid='.$mid.'&itemid='.$itemid; |
||||
|
} |
||||
|
} else if($mid == 3) { |
||||
|
isset($tb) or $tb = ''; |
||||
|
if($itemid && in_array($tb, array('announce', 'webpage', 'link', 'gift', 'vote', 'poll', 'form'))) { |
||||
|
$r = $db->get_one("SELECT * FROM {$DT_PRE}{$tb} WHERE itemid=$itemid"); |
||||
|
if($r && $r['linkurl']) { |
||||
|
if($tb == 'webpage') { |
||||
|
$url = strpos($r['linkurl'], '://') === false ? DT_MOB.$r['linkurl'] : $r['linkurl']; |
||||
|
} else { |
||||
|
$k = $tb.'_mob'; |
||||
|
$url = strpos($r['linkurl'], '://') === false ? $EXT[$k].$r['linkurl'] : $r['linkurl']; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} else if($mid == 2) { |
||||
|
isset($tb) or $tb = ''; |
||||
|
if($itemid && in_array($tb, array('news', 'honor', 'page'))) { |
||||
|
$r = $db->get_one("SELECT * FROM {$DT_PRE}{$tb} WHERE itemid=$itemid"); |
||||
|
if($r && $r['linkurl']) $url = $r['linkurl']; |
||||
|
} |
||||
|
} |
||||
|
} else { |
||||
|
check_referer() or $url = DT_MOB; |
||||
|
$url = str_replace('unionpay.com', 'unionpay.com', $url); |
||||
|
} |
||||
|
dheader($url); |
||||
|
?>
|
||||
@ -0,0 +1,10 @@ |
|||||
|
<?php |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
$action = 'add'; |
||||
|
$report = 1; |
||||
|
$content = isset($content) ? stripslashes($content) : ''; |
||||
|
if($content) $content = strip_tags($content); |
||||
|
require DT_ROOT.'/module/'.$module.'/guestbook.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,32 @@ |
|||||
|
<?php |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/include/post.func.php'; |
||||
|
$file = DT_ROOT.'/file/user/'.dalloc($_userid).'/'.$_userid.'/mobile-search.php'; |
||||
|
if($action == 'clear') { |
||||
|
if($_userid) { |
||||
|
file_del($file); |
||||
|
exit('ok'); |
||||
|
} |
||||
|
exit('ko'); |
||||
|
} |
||||
|
$minprice = isset($minprice) ? dround($minprice) : ''; |
||||
|
$minprice or $minprice = ''; |
||||
|
$maxprice = isset($maxprice) ? dround($maxprice) : ''; |
||||
|
$maxprice or $maxprice = ''; |
||||
|
$lists = array(); |
||||
|
if($_userid) { |
||||
|
$data = file_get($file); |
||||
|
if($data) { |
||||
|
$data = trim(substr($data, 13)); |
||||
|
foreach(explode("\n", $data) as $v) { |
||||
|
list($_k, $_m) = explode('|', $v); |
||||
|
$lists[] = array('kw' => $_k, 'mid' => $_m); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
$head_title = $head_name = ($mid > 3 ? $MODULE[$mid]['name'] : '').$L['search_title']; |
||||
|
if($sns_app) $seo_title = $site_name;; |
||||
|
$foot = 'channel'; |
||||
|
include template('search', 'mobile'); |
||||
|
?>
|
||||
@ -0,0 +1,74 @@ |
|||||
|
<?php |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
$file = DT_ROOT.'/file/user/'.dalloc($_userid).'/'.$_userid.'/mobile-setting.php'; |
||||
|
$local = get_cookie('mobile_setting'); |
||||
|
$MOB_MOD = array(); |
||||
|
foreach($MODULE as $m) { |
||||
|
if($m['moduleid'] > 3 && $m['ismenu'] && !$m['islink']) $MOB_MOD[$m['moduleid']] = $m; |
||||
|
} |
||||
|
if($action == 'sync') { |
||||
|
isset($id) or $id = ''; |
||||
|
if($id == 'clear') { |
||||
|
if($_userid) file_del($file); |
||||
|
set_cookie('mobile_setting', ''); |
||||
|
exit('ok'); |
||||
|
} else { |
||||
|
$ids = ''; |
||||
|
foreach(explode(',', $id) as $mid) { |
||||
|
$mid = intval($mid); |
||||
|
if(isset($MOB_MOD[$mid])) $ids .= ','.$mid; |
||||
|
} |
||||
|
if($ids) $ids = substr($ids, 1); |
||||
|
if(substr_count($ids, ',') > 3) { |
||||
|
if($_userid) file_put($file, '<?php exit;?>'.$ids); |
||||
|
set_cookie('mobile_setting', $ids, $DT_TIME + 30*86400); |
||||
|
exit('ok'); |
||||
|
} |
||||
|
} |
||||
|
exit('ko'); |
||||
|
} |
||||
|
if($_userid) { |
||||
|
$data = file_get($file); |
||||
|
$data = $data ? substr($data, 13) : $local; |
||||
|
} else { |
||||
|
$data = $local; |
||||
|
} |
||||
|
if($data) { |
||||
|
$my_str = $rm_str = ''; |
||||
|
foreach(explode(',', $data) as $id) { |
||||
|
if(isset($MOB_MOD[$id])) $my_str .= ','.$id; |
||||
|
} |
||||
|
if($my_str) $my_str = substr($my_str, 1); |
||||
|
$my_arr = explode(',', $my_str); |
||||
|
if(count($my_arr) > 1) { |
||||
|
foreach($MOB_MODULE as $m) { |
||||
|
if(!in_array($m['moduleid'], $my_arr)) $rm_str .= ','.$m['moduleid']; |
||||
|
} |
||||
|
if($rm_str) $rm_str = substr($rm_str, 1); |
||||
|
$rm_arr = $rm_str ? explode(',', $rm_str) : array(); |
||||
|
} else { |
||||
|
if($_userid) file_del($file); |
||||
|
set_cookie('mobile_setting', ''); |
||||
|
$my_str = $rm_str = ''; |
||||
|
foreach($MOB_MODULE as $m) { |
||||
|
$my_str .= ','.$m['moduleid']; |
||||
|
} |
||||
|
if($my_str) $my_str = substr($my_str, 1); |
||||
|
$my_arr = explode(',', $my_str); |
||||
|
$rm_arr = array(); |
||||
|
} |
||||
|
} else { |
||||
|
$my_str = $rm_str = ''; |
||||
|
foreach($MOB_MODULE as $m) { |
||||
|
$my_str .= ','.$m['moduleid']; |
||||
|
} |
||||
|
if($my_str) $my_str = substr($my_str, 1); |
||||
|
$my_arr = explode(',', $my_str); |
||||
|
$rm_arr = array(); |
||||
|
} |
||||
|
$head_title = $head_name = $L['setting_title']; |
||||
|
if($sns_app) $seo_title = $site_name;; |
||||
|
$foot = ''; |
||||
|
include template('setting', 'mobile'); |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/share.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,27 @@ |
|||||
|
<?php |
||||
|
@set_time_limit(0); |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
#check_referer() or exit;
|
||||
|
if($DT_BOT) exit; |
||||
|
@header("Content-type:text/javascript"); |
||||
|
include template('line', 'chip'); |
||||
|
$db->linked or exit; |
||||
|
isset($html) or $html = ''; |
||||
|
if($html) { |
||||
|
$task_index = $task_list = $task_item = 0; |
||||
|
if($moduleid == 1) { |
||||
|
//
|
||||
|
} else { |
||||
|
$MOD['index_html'] = 0; |
||||
|
include DT_ROOT.'/module/'.$module.'/common.inc.php'; |
||||
|
include DT_ROOT.'/module/'.$module.'/task.inc.php'; |
||||
|
} |
||||
|
} |
||||
|
#include DT_ROOT.'/api/cron.inc.php';
|
||||
|
if($DT['stats']) { |
||||
|
$DT_URL = $DT_REF; |
||||
|
$DT_REF = (isset($refer) && is_url($refer)) ? $refer : ''; |
||||
|
include DT_ROOT.'/api/stats.inc.php'; |
||||
|
} |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/view.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,149 @@ |
|||||
|
<?php |
||||
|
require '../../common.inc.php'; |
||||
|
in_array($DT_MBS, array('weixin', 'wxxcx')) or exit('Not IN WeiXin'); |
||||
|
if($action == 'login') { |
||||
|
$openid = get_cookie('weixin_openid'); |
||||
|
$url = get_cookie('weixin_url'); |
||||
|
$forward = $url ? $url : DT_MOB.'my.php'; |
||||
|
if($openid) { |
||||
|
$openid = decrypt($openid, DT_KEY.'WXID'); |
||||
|
if(is_openid($openid)) { |
||||
|
$U = $db->get_one("SELECT * FROM {$DT_PRE}weixin_user WHERE openid='$openid'"); |
||||
|
if($U) { |
||||
|
include load('member.lang'); |
||||
|
$MOD = cache_read('module-2.php'); |
||||
|
include DT_ROOT.'/include/post.func.php'; |
||||
|
include DT_ROOT.'/include/module.func.php'; |
||||
|
include DT_ROOT.'/module/member/member.class.php'; |
||||
|
$do = new member; |
||||
|
if($U['username']) { |
||||
|
$user = $do->login($U['username'], '', 0, 'weixin'); |
||||
|
$db->query("UPDATE {$DT_PRE}weixin_user SET logintime=$DT_TIME,logintimes=logintimes+1 WHERE openid='$openid'"); |
||||
|
if($user) { |
||||
|
$api_msg = ''; |
||||
|
if(in_array($MOD['passport'], array('sso', 'uc'))) { |
||||
|
$action = 'oauth'; |
||||
|
$uc_username = $user['username']; |
||||
|
include DT_ROOT.'/api/'.$MOD['passport'].'.inc.php'; |
||||
|
} |
||||
|
if($api_msg) { |
||||
|
preg_match_all("/src=\"([^\"]+)\"/i", $api_msg, $matches); |
||||
|
if($matches) { |
||||
|
$api_img = ''; |
||||
|
foreach($matches[1] as $src) { |
||||
|
$api_img .= '<img src="'.$src.'"/>'; |
||||
|
} |
||||
|
if($api_img) message($api_img, $forward, -1); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} else { |
||||
|
if(strpos($url, 'action=bind') !== false) dheader($MODULE[2]['mobile'].'oauth.php?action=bind'); |
||||
|
$post = array(); |
||||
|
$post['groupid'] = $post['regid'] = 5; |
||||
|
$post['username'] = 'uid-'.get_uid(); |
||||
|
$post['passport'] = $U['nickname']; |
||||
|
$post['password'] = $post['cpassword'] = random(10); |
||||
|
$post['email'] = $post['username'].'@weixin.sns'; |
||||
|
if(!$do->is_passport($post['passport'], 1)) $post['passport'] = $post['username']; |
||||
|
if($do->pass($post, 1)) { |
||||
|
if($do->add($post)) { |
||||
|
$db->query("UPDATE {$DT_PRE}weixin_user SET username='$post[username]' WHERE itemid=$U[itemid]"); |
||||
|
$user = $do->login($post['username'], '', 0, 'weixin'); |
||||
|
if($user) { |
||||
|
$api_msg = ''; |
||||
|
if(in_array($MOD['passport'], array('sso', 'uc'))) { |
||||
|
$action = 'oauth'; |
||||
|
$uc_username = $user['username']; |
||||
|
include DT_ROOT.'/api/'.$MOD['passport'].'.inc.php'; |
||||
|
} |
||||
|
if($api_msg) { |
||||
|
preg_match_all("/src=\"([^\"]+)\"/i", $api_msg, $matches); |
||||
|
if($matches) { |
||||
|
$api_img = ''; |
||||
|
foreach($matches[1] as $src) { |
||||
|
$api_img .= '<img src="'.$src.'"/>'; |
||||
|
} |
||||
|
if($api_img) message($api_img, $forward, -1); |
||||
|
} |
||||
|
} |
||||
|
dheader($forward); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
dheader($MODULE[2]['mobile'].'oauth.php?action=bind'); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
dheader($forward); |
||||
|
} else if($action == 'member') { |
||||
|
isset($auth) or $auth = ''; |
||||
|
if($auth) { |
||||
|
$openid = decrypt($auth, DT_KEY.'WXID'); |
||||
|
if(is_openid($openid)) { |
||||
|
set_cookie('weixin_openid', $auth); |
||||
|
set_cookie('weixin_url', DT_MOB.'my.php?action=bind'); |
||||
|
dheader(DT_MOB.'api/weixin.php?action=login&reload='.$DT_TIME); |
||||
|
} |
||||
|
} |
||||
|
} else if($action == 'callback') { |
||||
|
if($code) { |
||||
|
include DT_ROOT.'/api/weixin/config.inc.php'; |
||||
|
$url = 'https://api.weixin.qq.com/sns/oauth2/access_token?appid='.WX_APPID.'&secret='.WX_APPSECRET.'&code='.$code.'&grant_type=authorization_code'; |
||||
|
$rec = dcurl($url); |
||||
|
$arr = json_decode($rec, true); |
||||
|
if($arr['openid'] && is_openid($arr['openid'])) { |
||||
|
$openid = $arr['openid']; |
||||
|
$U = $db->get_one("SELECT * FROM {$DT_PRE}weixin_user WHERE openid='$openid'"); |
||||
|
if($U) { |
||||
|
$itemid = $U['itemid']; |
||||
|
if($U['nickname']) $arr['access_token'] = ''; |
||||
|
if($_userid) { |
||||
|
if($U['username']) { |
||||
|
if($U['username'] != $_username) { |
||||
|
$db->query("UPDATE {$DT_PRE}weixin_user SET username='' WHERE username='$_username'"); |
||||
|
$db->query("UPDATE {$DT_PRE}weixin_user SET username='$_username' WHERE itemid=$itemid"); |
||||
|
} |
||||
|
} else { |
||||
|
$db->query("UPDATE {$DT_PRE}weixin_user SET username='' WHERE username='$_username'"); |
||||
|
$db->query("UPDATE {$DT_PRE}weixin_user SET username='$_username' WHERE itemid=$itemid"); |
||||
|
} |
||||
|
} |
||||
|
} else { |
||||
|
$db->query("INSERT INTO {$DT_PRE}weixin_user (username,openid,subscribe,addtime,edittime) VALUES ('$_username','$openid','2','$DT_TIME','$DT_TIME')"); |
||||
|
$itemid = $db->insert_id(); |
||||
|
} |
||||
|
if($_userid) { |
||||
|
$url = get_cookie('weixin_url'); |
||||
|
if(strpos($url, 'openid.php') !== false) dheader($url); |
||||
|
} |
||||
|
if($arr['access_token']) { |
||||
|
$url = 'https://api.weixin.qq.com/sns/userinfo?access_token='.$arr['access_token'].'&openid='.$openid.'&lang=zh_CN'; |
||||
|
$rec = dcurl($url); |
||||
|
$info = json_decode($rec, true); |
||||
|
$sql = "edittime=$DT_TIME"; |
||||
|
if(isset($info['nickname'])) { |
||||
|
foreach(array('nickname', 'sex', 'city', 'province', 'country', 'language', 'headimgurl') as $v) { |
||||
|
if(isset($info[$v])) $sql .= ",".$v."='".addslashes($info[$v])."'"; |
||||
|
} |
||||
|
} |
||||
|
$db->query("UPDATE {$DT_PRE}weixin_user SET $sql WHERE itemid=$itemid"); |
||||
|
} |
||||
|
set_cookie('weixin_openid', encrypt($openid, DT_KEY.'WXID')); |
||||
|
dheader(DT_MOB.'api/weixin.php?action=login&reload='.$DT_TIME); |
||||
|
} |
||||
|
} |
||||
|
} else { |
||||
|
isset($url) or $url = DT_MOB.'my.php'; |
||||
|
if($url == 'bind') $url = DT_MOB.'my.php?action=bind'; |
||||
|
if($moduleid > 3) $url = $MODULE[$moduleid]['mobile']; |
||||
|
if($_userid && strpos($url, 'openid.php') === false) dheader($url); |
||||
|
set_cookie('weixin_url', $url); |
||||
|
if(get_cookie('weixin_openid')) dheader(DT_MOB.'api/weixin.php?action=login&reload='.$DT_TIME); |
||||
|
include DT_ROOT.'/api/weixin/config.inc.php'; |
||||
|
$scope = $action == 'connect' ? 'snsapi_userinfo' : 'snsapi_base'; |
||||
|
dheader('https://open.weixin.qq.com/connect/oauth2/authorize?appid='.WX_APPID.'&redirect_uri='.urlencode(($EXT['mobile_domain'] ? $EXT['mobile_domain'] : DT_PATH.'mobile/').'api/weixin.php?action=callback').'&response_type=code&scope='.$scope.'&state=1#wechat_redirect'); |
||||
|
} |
||||
|
dheader(DT_MOB.'index.php?reload='.$DT_TIME); |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/wx.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,57 @@ |
|||||
|
<?php |
||||
|
/* |
||||
|
DESTOON Copyright (C)2008-2099 www.destoon.com |
||||
|
This is NOT a freeware,Use is subject to license.txt |
||||
|
*/ |
||||
|
require '../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
($DT_MOB == 'ios' || $DT_MOB == 'android') or dheader('index.php?reload='.$DT_TIME); |
||||
|
if($action == 'b2b') { |
||||
|
if(get_cookie('mobile') != 'b2b') set_cookie('mobile', 'b2b'); |
||||
|
$DT_MBS = 'b2b'; |
||||
|
if(isset($url) && strpos($url, $EXT['mobile_url']) === 0) dheader($url); |
||||
|
} else { |
||||
|
if(get_cookie('mobile') != 'web') set_cookie('mobile', 'web'); |
||||
|
$DT_MBS = 'web'; |
||||
|
} |
||||
|
$ads = array(); |
||||
|
$pid = intval($EXT['mobile_pid']); |
||||
|
if($pid > 0) { |
||||
|
$condition = "pid=$pid AND status=3 AND totime>$DT_TIME"; |
||||
|
if($cityid) { |
||||
|
$areaid = $cityid; |
||||
|
$ARE = get_area($areaid); |
||||
|
$condition .= $ARE['child'] ? " AND areaid IN (".$ARE['arrchildid'].")" : " AND areaid=$areaid"; |
||||
|
} |
||||
|
$result = $db->query("SELECT * FROM {$DT_PRE}ad WHERE {$condition} ORDER BY listorder ASC,addtime ASC LIMIT 10", 'CACHE'); |
||||
|
} |
||||
|
$MOD_MY = array(); |
||||
|
$data = ''; |
||||
|
$local = get_cookie('mobile_setting'); |
||||
|
if($local) { |
||||
|
$data = $local; |
||||
|
} else if($_userid) { |
||||
|
$data = file_get(DT_ROOT.'/file/user/'.dalloc($_userid).'/'.$_userid.'/mobile-setting.php'); |
||||
|
if($data) { |
||||
|
$data = substr($data, 13); |
||||
|
set_cookie('mobile_setting', $data, $DT_TIME + 30*86400); |
||||
|
} |
||||
|
} |
||||
|
if($data) { |
||||
|
$MOB_MOD = array(); |
||||
|
foreach($MOB_MODULE as $m) { |
||||
|
$MOB_MOD[$m['moduleid']] = $m; |
||||
|
} |
||||
|
foreach(explode(',', $data) as $id) { |
||||
|
if(isset($MOB_MOD[$id])) $MOD_MY[] = $MOB_MOD[$id]; |
||||
|
} |
||||
|
} |
||||
|
if(count($MOD_MY) < 2) $MOD_MY = $MOB_MODULE; |
||||
|
$head_title = $head_name = $site_name;; |
||||
|
$seo_title = $sns_app ? $site_name : $DT['seo_title']; |
||||
|
$seo_title = $DT['seo_title']; |
||||
|
$head_keywords = $DT['seo_keywords']; |
||||
|
$head_description = $DT['seo_description']; |
||||
|
$foot = 'home'; |
||||
|
include template('index'); |
||||
|
?>
|
||||
|
After Width: 512 | Height: 512 | Size: 29 KiB |
@ -0,0 +1,3 @@ |
|||||
|
<?php |
||||
|
include '../ajax.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 13; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/index.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 13; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/list.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 13; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/message.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 13; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/search.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 13; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/show.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,3 @@ |
|||||
|
<?php |
||||
|
include '../ajax.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 6; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/index.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 6; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/list.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 6; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/price.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 6; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/search.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 6; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/show.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
require '../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
$head_title = $head_name = $L['channel_title']; |
||||
|
$foot = 'channel'; |
||||
|
include template('channel', 'mobile'); |
||||
|
?>
|
||||
@ -0,0 +1,3 @@ |
|||||
|
<?php |
||||
|
include '../ajax.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 18; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/chat.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 18; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/fans.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 18; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/goto.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 18; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/index.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 18; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/list.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 18; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/search.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 18; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/show.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/comment.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,260 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>传统标牌厂商_公司_找标牌网</title> |
||||
|
<meta name="keywords" content="传统标牌厂商,公司找标牌网标牌,标牌制作,标牌设计,数字标牌,标识标牌"/> |
||||
|
<meta name="description" content="找标牌网(www.zhaobiaopai.com)致力于打造标识标牌行业专业信息平台,专注于标牌,数字标牌领域企业服务的门户网站.找标识标牌厂家,标牌制作,标牌设计,数字标牌厂家及产品的专业网站.找标牌网公司传统标牌厂商 "/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fcompany%2F1%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-pcKQ3071"></div> |
||||
|
<div class="ui-mask" id="mask-pcKQ3071"></div> |
||||
|
<div class="ui-sheet" id="sheet-pcKQ3071"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-pcKQ3071" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">传统标牌厂商</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('pcKQ3071');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-pcKQ3071" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-pcKQ3071"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?elite=1&catid=3&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<b class="on">综合</b> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dhits&catid=3&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dcomments&catid=3&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dvip&catid=3&areaid=0"><i class="ui-filter-ord">VIP</i></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-pcKQ3071"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php">公司搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=4">公司分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/" data-direction="reverse">公司首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-pcKQ3071" class="main"><div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc444/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc444/" rel="external"><strong class="vip">重庆市特驰科技有限公司</strong></a></li> |
||||
|
<li><div>硕方、普贴、爱普生</div></li> |
||||
|
<li><p><i class="ui-ico-area">重庆</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/capelabel0820/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/capelabel0820/" rel="external"><strong>北京第欧丽标科技有限公司</strong></a></li> |
||||
|
<li><div>线号机,标牌机,色带,打标机,标签机,激光标识打印机</div></li> |
||||
|
<li><p><i class="ui-ico-area">北京</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/cz_mingdao/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202311/29/1255016676.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/cz_mingdao/" rel="external"><strong>常州明道标识有限公司</strong></a></li> |
||||
|
<li><div>各类导视系统、垃圾箱、垃圾分类亭、候车亭、精神堡垒、党建宣传牌、乡村标识、宣传栏、导视牌、科室牌、资料架、广告灯箱等</div></li> |
||||
|
<li><p><i class="ui-ico-area">江苏常州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/dahuabiaoshi/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202311/10/1139447874.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/dahuabiaoshi/" rel="external"><strong>河南大华伟业广告有限公司</strong></a></li> |
||||
|
<li><div>标识标牌、导视系统、灯箱、花草牌等</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/cwzl/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/cwzl/" rel="external"><strong>上海昶文展览服务有限公司</strong></a></li> |
||||
|
<li><div>展览会博览会</div></li> |
||||
|
<li><p><i class="ui-ico-area">上海</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/ymzh5188/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/ymzh5188/" rel="external"><strong>三合标牌制作有限公司</strong></a></li> |
||||
|
<li><div>承接:同行喷绘写真设计、制作、安装、标识标牌制作、LED显示屏及亮化工程,展厅设计制作 、三面翻工程</div></li> |
||||
|
<li><p><i class="ui-ico-area">重庆</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/runjieguanggao/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/runjieguanggao/" rel="external"><strong>河北润杰广告制作有限公司</strong></a></li> |
||||
|
<li><div>各类标识标牌,各类发光字,平板UV打印,广告灯箱,喷绘写真,亚克力雕刻字等。</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北廊坊市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202305/11/2055446050.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><strong>佛山市壹捌捌广告有限公司</strong></a></li> |
||||
|
<li><div> led发光字,平面发光字,LED点阵发光字,LED冲孔发光字,树脂字,无边发光字,超级发光字,3D发光字,通体发光字,全彩发光字,炫彩发光字,迷你发光字,树脂发光字,特大铝板或其他金属板发光字,特大楼盘挂网发光字,LED亮化工程,港式精工字,金属烤漆字,水晶字及其他字;各类户内标识标牌,各类户外标识标牌,软膜灯箱,腐蚀丝印标识;喷绘写真,灯布喷绘,室内高精写真,户外高精写真,板材UV喷绘,展架等。</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东佛山市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/huiheng/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202206/11/1435377336.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/huiheng/" rel="external"><strong>河南辉恒标牌标识有限公司</strong></a></li> |
||||
|
<li><div>宣传栏 信报箱 精神堡垒</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc021/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc021/" rel="external"><strong>郑州密码柯商贸有限公司</strong></a></li> |
||||
|
<li><div>办公设备耗材销售;办公设备销售;化工产品销售;印刷专用设备制造</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc020/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc020/" rel="external"><strong>深圳市大和油墨科技有限公司</strong></a></li> |
||||
|
<li><div>环保印刷器材、油墨的技术开发、销售</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc019/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc019/" rel="external"><strong>深圳市生彩广告有限公司</strong></a></li> |
||||
|
<li><div>喷绘、展示器材、展览展示器材的购销及其他国内贸易</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc018/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc018/" rel="external"><strong>安平县淮盛丝网制品有限公司</strong></a></li> |
||||
|
<li><div>网片、爬架网、丝网制品及进出口业务</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北衡水市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc017/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc017/" rel="external"><strong>河南索恩文化传播有限公司</strong></a></li> |
||||
|
<li><div>广告制作;广告发布;会议及展览服务</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc016/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc016/" rel="external"><strong>河南华熠文化传媒有限公司</strong></a></li> |
||||
|
<li><div>标识标牌设计、制作、安装及销售、展览展示服务</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc015/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc015/" rel="external"><strong>广州展宝展示器材有限公司</strong></a></li> |
||||
|
<li><div>标识、标志牌制造</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc014/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc014/" rel="external"><strong>合肥仲泰广告设备有限公司</strong></a></li> |
||||
|
<li><div>国内广告设计、制作及安装</div></li> |
||||
|
<li><p><i class="ui-ico-area">安徽合肥市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc013/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc013/" rel="external"><strong>郑州普康智能设备有限公司</strong></a></li> |
||||
|
<li><div>智能设备、包装设备、印刷设备、包装材料、机械设备及配件</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc012/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/215332971.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc012/" rel="external"><strong>郑州奥德利数控设备有限公司</strong></a></li> |
||||
|
<li><div>数控设备、电子产品</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc011/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/214046781.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc011/" rel="external"><strong>武汉宇阳博创科技有限公司</strong></a></li> |
||||
|
<li><div>数码影像、平面设计、广告艺术、数码印花、标志标识设备的销售和服务</div></li> |
||||
|
<li><p><i class="ui-ico-area">湖北武汉市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-pcKQ3071" class="ui-load"></div> |
||||
|
<div class="pages" id="pages-pcKQ3071"><a href="http://www.zhaobiaopai.com/mobile/company/1/list2.html" data-transition="none" id="page-prev">« 上一页</a> <a href="javascript:GoPage(2, 35, 'http://www.zhaobiaopai.com/mobile/company/1/list{destoon_page}.html');" id="page-goto"><b>1</b>/2</a> <a href="http://www.zhaobiaopai.com/mobile/company/1/list2.html" data-transition="none" id="page-next">下一页 »</a> </div><div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'pcKQ3071'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/company/search.php?job=ajax&catid=3'); |
||||
|
Dtask('moduleid=4&html=list&catid=3&page=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,260 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>传统标牌厂商_公司_找标牌网</title> |
||||
|
<meta name="keywords" content="传统标牌厂商,公司找标牌网标牌,标牌制作,标牌设计,数字标牌,标识标牌"/> |
||||
|
<meta name="description" content="找标牌网(www.zhaobiaopai.com)致力于打造标识标牌行业专业信息平台,专注于标牌,数字标牌领域企业服务的门户网站.找标识标牌厂家,标牌制作,标牌设计,数字标牌厂家及产品的专业网站.找标牌网公司传统标牌厂商 "/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fcompany%2F1%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-pcKQ3071"></div> |
||||
|
<div class="ui-mask" id="mask-pcKQ3071"></div> |
||||
|
<div class="ui-sheet" id="sheet-pcKQ3071"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-pcKQ3071" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">传统标牌厂商</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('pcKQ3071');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-pcKQ3071" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-pcKQ3071"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?elite=1&catid=3&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<b class="on">综合</b> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dhits&catid=3&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dcomments&catid=3&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dvip&catid=3&areaid=0"><i class="ui-filter-ord">VIP</i></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-pcKQ3071"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php">公司搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=4">公司分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/" data-direction="reverse">公司首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-pcKQ3071" class="main"><div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc444/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc444/" rel="external"><strong class="vip">重庆市特驰科技有限公司</strong></a></li> |
||||
|
<li><div>硕方、普贴、爱普生</div></li> |
||||
|
<li><p><i class="ui-ico-area">重庆</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/capelabel0820/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/capelabel0820/" rel="external"><strong>北京第欧丽标科技有限公司</strong></a></li> |
||||
|
<li><div>线号机,标牌机,色带,打标机,标签机,激光标识打印机</div></li> |
||||
|
<li><p><i class="ui-ico-area">北京</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/cz_mingdao/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202311/29/1255016676.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/cz_mingdao/" rel="external"><strong>常州明道标识有限公司</strong></a></li> |
||||
|
<li><div>各类导视系统、垃圾箱、垃圾分类亭、候车亭、精神堡垒、党建宣传牌、乡村标识、宣传栏、导视牌、科室牌、资料架、广告灯箱等</div></li> |
||||
|
<li><p><i class="ui-ico-area">江苏常州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/dahuabiaoshi/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202311/10/1139447874.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/dahuabiaoshi/" rel="external"><strong>河南大华伟业广告有限公司</strong></a></li> |
||||
|
<li><div>标识标牌、导视系统、灯箱、花草牌等</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/cwzl/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/cwzl/" rel="external"><strong>上海昶文展览服务有限公司</strong></a></li> |
||||
|
<li><div>展览会博览会</div></li> |
||||
|
<li><p><i class="ui-ico-area">上海</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/ymzh5188/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/ymzh5188/" rel="external"><strong>三合标牌制作有限公司</strong></a></li> |
||||
|
<li><div>承接:同行喷绘写真设计、制作、安装、标识标牌制作、LED显示屏及亮化工程,展厅设计制作 、三面翻工程</div></li> |
||||
|
<li><p><i class="ui-ico-area">重庆</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/runjieguanggao/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/runjieguanggao/" rel="external"><strong>河北润杰广告制作有限公司</strong></a></li> |
||||
|
<li><div>各类标识标牌,各类发光字,平板UV打印,广告灯箱,喷绘写真,亚克力雕刻字等。</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北廊坊市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202305/11/2055446050.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><strong>佛山市壹捌捌广告有限公司</strong></a></li> |
||||
|
<li><div> led发光字,平面发光字,LED点阵发光字,LED冲孔发光字,树脂字,无边发光字,超级发光字,3D发光字,通体发光字,全彩发光字,炫彩发光字,迷你发光字,树脂发光字,特大铝板或其他金属板发光字,特大楼盘挂网发光字,LED亮化工程,港式精工字,金属烤漆字,水晶字及其他字;各类户内标识标牌,各类户外标识标牌,软膜灯箱,腐蚀丝印标识;喷绘写真,灯布喷绘,室内高精写真,户外高精写真,板材UV喷绘,展架等。</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东佛山市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/huiheng/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202206/11/1435377336.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/huiheng/" rel="external"><strong>河南辉恒标牌标识有限公司</strong></a></li> |
||||
|
<li><div>宣传栏 信报箱 精神堡垒</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc021/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc021/" rel="external"><strong>郑州密码柯商贸有限公司</strong></a></li> |
||||
|
<li><div>办公设备耗材销售;办公设备销售;化工产品销售;印刷专用设备制造</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc020/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc020/" rel="external"><strong>深圳市大和油墨科技有限公司</strong></a></li> |
||||
|
<li><div>环保印刷器材、油墨的技术开发、销售</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc019/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc019/" rel="external"><strong>深圳市生彩广告有限公司</strong></a></li> |
||||
|
<li><div>喷绘、展示器材、展览展示器材的购销及其他国内贸易</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc018/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc018/" rel="external"><strong>安平县淮盛丝网制品有限公司</strong></a></li> |
||||
|
<li><div>网片、爬架网、丝网制品及进出口业务</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北衡水市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc017/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc017/" rel="external"><strong>河南索恩文化传播有限公司</strong></a></li> |
||||
|
<li><div>广告制作;广告发布;会议及展览服务</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc016/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc016/" rel="external"><strong>河南华熠文化传媒有限公司</strong></a></li> |
||||
|
<li><div>标识标牌设计、制作、安装及销售、展览展示服务</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc015/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc015/" rel="external"><strong>广州展宝展示器材有限公司</strong></a></li> |
||||
|
<li><div>标识、标志牌制造</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc014/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc014/" rel="external"><strong>合肥仲泰广告设备有限公司</strong></a></li> |
||||
|
<li><div>国内广告设计、制作及安装</div></li> |
||||
|
<li><p><i class="ui-ico-area">安徽合肥市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc013/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc013/" rel="external"><strong>郑州普康智能设备有限公司</strong></a></li> |
||||
|
<li><div>智能设备、包装设备、印刷设备、包装材料、机械设备及配件</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc012/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/215332971.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc012/" rel="external"><strong>郑州奥德利数控设备有限公司</strong></a></li> |
||||
|
<li><div>数控设备、电子产品</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc011/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/214046781.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc011/" rel="external"><strong>武汉宇阳博创科技有限公司</strong></a></li> |
||||
|
<li><div>数码影像、平面设计、广告艺术、数码印花、标志标识设备的销售和服务</div></li> |
||||
|
<li><p><i class="ui-ico-area">湖北武汉市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-pcKQ3071" class="ui-load"></div> |
||||
|
<div class="pages" id="pages-pcKQ3071"><a href="http://www.zhaobiaopai.com/mobile/company/1/list2.html" data-transition="none" id="page-prev">« 上一页</a> <a href="javascript:GoPage(2, 35, 'http://www.zhaobiaopai.com/mobile/company/1/list{destoon_page}.html');" id="page-goto"><b>1</b>/2</a> <a href="http://www.zhaobiaopai.com/mobile/company/1/list2.html" data-transition="none" id="page-next">下一页 »</a> </div><div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'pcKQ3071'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/company/search.php?job=ajax&catid=3'); |
||||
|
Dtask('moduleid=4&html=list&catid=3&page=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,220 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>传统标牌厂商_第2页_公司_找标牌网</title> |
||||
|
<meta name="keywords" content="传统标牌厂商,公司找标牌网标牌,标牌制作,标牌设计,数字标牌,标识标牌"/> |
||||
|
<meta name="description" content="找标牌网(www.zhaobiaopai.com)致力于打造标识标牌行业专业信息平台,专注于标牌,数字标牌领域企业服务的门户网站.找标识标牌厂家,标牌制作,标牌设计,数字标牌厂家及产品的专业网站.找标牌网公司传统标牌厂商 "/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fcompany%2F1%2Flist2.html'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-Hxmv3071"></div> |
||||
|
<div class="ui-mask" id="mask-Hxmv3071"></div> |
||||
|
<div class="ui-sheet" id="sheet-Hxmv3071"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-Hxmv3071" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">传统标牌厂商</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('Hxmv3071');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-Hxmv3071" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-Hxmv3071"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?elite=1&catid=3&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<b class="on">综合</b> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dhits&catid=3&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dcomments&catid=3&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dvip&catid=3&areaid=0"><i class="ui-filter-ord">VIP</i></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-Hxmv3071"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php">公司搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=4">公司分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/" data-direction="reverse">公司首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-Hxmv3071" class="main"><div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc010/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/211302631.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc010/" rel="external"><strong>济南万彩数控设备有限公司</strong></a></li> |
||||
|
<li><div>雕刻机、打印机、喷绘机</div></li> |
||||
|
<li><p><i class="ui-ico-area">山东济南市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc009/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/161321461.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc009/" rel="external"><strong>宁波瑞利时数控科技有限公司</strong></a></li> |
||||
|
<li><div>自动化设备、机器人、电子产品、机械设备、机电一体化设备</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江宁波市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc008/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/155717991.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc008/" rel="external"><strong>济南锐诚自动化设备有限公司</strong></a></li> |
||||
|
<li><div>气动打标机 工业打标机 激光打标机 激光流水线作业 铭牌打标机</div></li> |
||||
|
<li><p><i class="ui-ico-area">山东济南市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc007/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/115532771.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc007/" rel="external"><strong>廊坊久升图文广告有限公司</strong></a></li> |
||||
|
<li><div>户外标牌、灯箱的制作;企业形象策划</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北廊坊市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc006/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/02/234741391.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc006/" rel="external"><strong>青岛嘉扬盛世广告装饰公司</strong></a></li> |
||||
|
<li><div>广告设计 代理 广告制作 广告发布</div></li> |
||||
|
<li><p><i class="ui-ico-area">山东青岛市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc005/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc005/" rel="external"><strong>广州市三杰数码图像有限公司</strong></a></li> |
||||
|
<li><div>uv打印机 标识铭牌uv数码打印机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc004/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc004/" rel="external"><strong>曲阜市ENKE机械有限公司</strong></a></li> |
||||
|
<li><div>激光打标机 气动打标机</div></li> |
||||
|
<li><p><i class="ui-ico-area">山东济宁市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc003/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc003/" rel="external"><strong>山东亿鸿激光科技有限公司</strong></a></li> |
||||
|
<li><div>光纤激光打标机、二氧化碳激光打标机、紫外激光打标机、激光焊接机、激光切割机</div></li> |
||||
|
<li><p><i class="ui-ico-area">山东淄博市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc002/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc002/" rel="external"><strong>黄骅市晟杰面板有限公司</strong></a></li> |
||||
|
<li><div>制造标牌、电子元件、机箱、电路板、冲压件、标签、面板</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北沧州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc001/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc001/" rel="external"><strong>黄骅市福顺科技有限公司</strong></a></li> |
||||
|
<li><div>金属标牌;标签印刷;印刷金属;金属面板;机箱外壳;机械测量;警示标签</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北沧州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc999/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc999/" rel="external"><strong>盐城晶茂光电科技有限公司</strong></a></li> |
||||
|
<li><div>LCD、LED显示屏、照明灯具、标牌制作及销售</div></li> |
||||
|
<li><p><i class="ui-ico-area">江苏盐城市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc888/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc888/" rel="external"><strong>温州慧邦标牌有限公司</strong></a></li> |
||||
|
<li><div>标牌、塑料包装制品、金属制品、工艺品、警示牌、反光标牌</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江温州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc777/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc777/" rel="external"><strong>郑州骊越标识标牌有限公司</strong></a></li> |
||||
|
<li><div>标牌厂家 标示标牌制作 骊越标识</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc333/" rel="external"><img src="http://www.zhaobiaopai.com/file/avatar/a0/cc/_abc333.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc333/" rel="external"><strong>武汉贝瑞克机械制造有限公司</strong></a></li> |
||||
|
<li><div>标志牌铆钉机 自穿刺铆钉机</div></li> |
||||
|
<li><p><i class="ui-ico-area">湖北武汉市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc222/" rel="external"><img src="http://www.zhaobiaopai.com/file/avatar/c1/79/_abc222.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc222/" rel="external"><strong>深圳市峰业信息技术有限公司</strong></a></li> |
||||
|
<li><div>标签打印机、条码扫描器、不干胶标签纸、碳带</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-Hxmv3071" class="ui-load"></div> |
||||
|
<div class="pages" id="pages-Hxmv3071"><a href="http://www.zhaobiaopai.com/mobile/company/1/list1.html" data-transition="none" id="page-prev">« 上一页</a> <a href="javascript:GoPage(2, 35, 'http://www.zhaobiaopai.com/mobile/company/1/list{destoon_page}.html');" id="page-goto"><b>2</b>/2</a> <a href="http://www.zhaobiaopai.com/mobile/company/1/list1.html" data-transition="none" id="page-next">下一页 »</a> </div><div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 2,js_pageid = 'Hxmv3071'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/company/search.php?job=ajax&catid=3'); |
||||
|
Dtask('moduleid=4&html=list&catid=3&page=2', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,196 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>数字标牌厂商_公司_找标牌网</title> |
||||
|
<meta name="keywords" content="数字标牌厂商,公司找标牌网标牌,标牌制作,标牌设计,数字标牌,标识标牌"/> |
||||
|
<meta name="description" content="找标牌网(www.zhaobiaopai.com)致力于打造标识标牌行业专业信息平台,专注于标牌,数字标牌领域企业服务的门户网站.找标识标牌厂家,标牌制作,标牌设计,数字标牌厂家及产品的专业网站.找标牌网公司数字标牌厂商 "/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fcompany%2F15%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-xJoi3072"></div> |
||||
|
<div class="ui-mask" id="mask-xJoi3072"></div> |
||||
|
<div class="ui-sheet" id="sheet-xJoi3072"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-xJoi3072" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">数字标牌厂商</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('xJoi3072');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-xJoi3072" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-xJoi3072"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?elite=1&catid=15&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<b class="on">综合</b> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dhits&catid=15&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dcomments&catid=15&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dvip&catid=15&areaid=0"><i class="ui-filter-ord">VIP</i></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-xJoi3072"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php">公司搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=4">公司分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/" data-direction="reverse">公司首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-xJoi3072" class="main"><div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc444/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc444/" rel="external"><strong class="vip">重庆市特驰科技有限公司</strong></a></li> |
||||
|
<li><div>硕方、普贴、爱普生</div></li> |
||||
|
<li><p><i class="ui-ico-area">重庆</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/kingpek2025/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202503/06/14362257121.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/kingpek2025/" rel="external"><strong>深圳市君派伟业有限公司</strong></a></li> |
||||
|
<li><div> 机械设备、非标设备、热转印便携式标签打印机、热转印胶带、热转印碳带的研发、销售 经营电子商务;网上经营、网上贸易、网上咨询、网络商务服务; </div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/zjhyzk/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/zjhyzk/" rel="external"><strong>浙江华源智控科技有限公司</strong></a></li> |
||||
|
<li><div>交通设施,雾天公路行车安全诱导装置,激光警示灯,定向喇叭,太阳能道钉,来车预警系统,声光报警器,太阳能施工假人,GPS同步边缘警示灯,太阳能爆闪灯,太阳能警示灯,太阳能移动红绿灯,太阳能回转灯,太阳能交通标志牌,太阳能导向灯,太阳能黄闪指示灯,太阳能线性诱导标志,太阳能施工标志牌,轮廓标,太阳能警示柱,便携式全天候主动警示牌,led袖标,led背心,led充电肩灯,便携式led显示屏,led箭头灯,反光雨衣</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江台州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/bjxgyf/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202403/01/1615045583.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/bjxgyf/" rel="external"><strong>北京新格永发科技发展有限公司</strong></a></li> |
||||
|
<li><div>工业用金属标牌铭牌腐牌,丝印牌,打标机打码机的设计研发销售</div></li> |
||||
|
<li><p><i class="ui-ico-area">北京</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202305/11/2055446050.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><strong>佛山市壹捌捌广告有限公司</strong></a></li> |
||||
|
<li><div> led发光字,平面发光字,LED点阵发光字,LED冲孔发光字,树脂字,无边发光字,超级发光字,3D发光字,通体发光字,全彩发光字,炫彩发光字,迷你发光字,树脂发光字,特大铝板或其他金属板发光字,特大楼盘挂网发光字,LED亮化工程,港式精工字,金属烤漆字,水晶字及其他字;各类户内标识标牌,各类户外标识标牌,软膜灯箱,腐蚀丝印标识;喷绘写真,灯布喷绘,室内高精写真,户外高精写真,板材UV喷绘,展架等。</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东佛山市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc022/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/18/155340681.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc022/" rel="external"><strong>深圳市华创佳科技有限公司</strong></a></li> |
||||
|
<li><div>数字标牌、广告机、户外广告机、户外广告机套料</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc666/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc666/" rel="external"><strong>深圳市容大彩晶科技有限公司</strong></a></li> |
||||
|
<li><div>液晶广告机、数字标牌、楼宇广告机、高清车载广告机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc555/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202204/28/155345421.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc555/" rel="external"><strong>武汉艾德蒙科技股份有限公司</strong></a></li> |
||||
|
<li><div>会议平板,网络广告机,数字标牌商业显示</div></li> |
||||
|
<li><p><i class="ui-ico-area">湖北武汉市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc111/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc111/" rel="external"><strong>广州市傲彩机械设备有限公司</strong></a></li> |
||||
|
<li><div>傲彩打印机、UV平板打印机、平面UV打印机、6090打印机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc789/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc789/" rel="external"><strong>深圳市福斯特电子有限公司</strong></a></li> |
||||
|
<li><div>液晶广告机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc456/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc456/" rel="external"><strong>深圳康荣电子有限公司</strong></a></li> |
||||
|
<li><div>网络广告机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc123/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc123/" rel="external"><strong>深圳市安致兰德科技有限公司</strong></a></li> |
||||
|
<li><div>网络广告机,多媒体信息发布系统</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-xJoi3072" class="ui-load"></div> |
||||
|
<div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'xJoi3072'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/company/search.php?job=ajax&catid=15'); |
||||
|
Dtask('moduleid=4&html=list&catid=15&page=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,196 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>数字标牌厂商_公司_找标牌网</title> |
||||
|
<meta name="keywords" content="数字标牌厂商,公司找标牌网标牌,标牌制作,标牌设计,数字标牌,标识标牌"/> |
||||
|
<meta name="description" content="找标牌网(www.zhaobiaopai.com)致力于打造标识标牌行业专业信息平台,专注于标牌,数字标牌领域企业服务的门户网站.找标识标牌厂家,标牌制作,标牌设计,数字标牌厂家及产品的专业网站.找标牌网公司数字标牌厂商 "/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fcompany%2F15%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-xJoi3072"></div> |
||||
|
<div class="ui-mask" id="mask-xJoi3072"></div> |
||||
|
<div class="ui-sheet" id="sheet-xJoi3072"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-xJoi3072" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">数字标牌厂商</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('xJoi3072');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-xJoi3072" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-xJoi3072"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?elite=1&catid=15&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<b class="on">综合</b> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dhits&catid=15&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dcomments&catid=15&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dvip&catid=15&areaid=0"><i class="ui-filter-ord">VIP</i></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-xJoi3072"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php">公司搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=4">公司分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/" data-direction="reverse">公司首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-xJoi3072" class="main"><div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc444/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc444/" rel="external"><strong class="vip">重庆市特驰科技有限公司</strong></a></li> |
||||
|
<li><div>硕方、普贴、爱普生</div></li> |
||||
|
<li><p><i class="ui-ico-area">重庆</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/kingpek2025/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202503/06/14362257121.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/kingpek2025/" rel="external"><strong>深圳市君派伟业有限公司</strong></a></li> |
||||
|
<li><div> 机械设备、非标设备、热转印便携式标签打印机、热转印胶带、热转印碳带的研发、销售 经营电子商务;网上经营、网上贸易、网上咨询、网络商务服务; </div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/zjhyzk/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/zjhyzk/" rel="external"><strong>浙江华源智控科技有限公司</strong></a></li> |
||||
|
<li><div>交通设施,雾天公路行车安全诱导装置,激光警示灯,定向喇叭,太阳能道钉,来车预警系统,声光报警器,太阳能施工假人,GPS同步边缘警示灯,太阳能爆闪灯,太阳能警示灯,太阳能移动红绿灯,太阳能回转灯,太阳能交通标志牌,太阳能导向灯,太阳能黄闪指示灯,太阳能线性诱导标志,太阳能施工标志牌,轮廓标,太阳能警示柱,便携式全天候主动警示牌,led袖标,led背心,led充电肩灯,便携式led显示屏,led箭头灯,反光雨衣</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江台州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/bjxgyf/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202403/01/1615045583.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/bjxgyf/" rel="external"><strong>北京新格永发科技发展有限公司</strong></a></li> |
||||
|
<li><div>工业用金属标牌铭牌腐牌,丝印牌,打标机打码机的设计研发销售</div></li> |
||||
|
<li><p><i class="ui-ico-area">北京</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202305/11/2055446050.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><strong>佛山市壹捌捌广告有限公司</strong></a></li> |
||||
|
<li><div> led发光字,平面发光字,LED点阵发光字,LED冲孔发光字,树脂字,无边发光字,超级发光字,3D发光字,通体发光字,全彩发光字,炫彩发光字,迷你发光字,树脂发光字,特大铝板或其他金属板发光字,特大楼盘挂网发光字,LED亮化工程,港式精工字,金属烤漆字,水晶字及其他字;各类户内标识标牌,各类户外标识标牌,软膜灯箱,腐蚀丝印标识;喷绘写真,灯布喷绘,室内高精写真,户外高精写真,板材UV喷绘,展架等。</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东佛山市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc022/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/18/155340681.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc022/" rel="external"><strong>深圳市华创佳科技有限公司</strong></a></li> |
||||
|
<li><div>数字标牌、广告机、户外广告机、户外广告机套料</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc666/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc666/" rel="external"><strong>深圳市容大彩晶科技有限公司</strong></a></li> |
||||
|
<li><div>液晶广告机、数字标牌、楼宇广告机、高清车载广告机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc555/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202204/28/155345421.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc555/" rel="external"><strong>武汉艾德蒙科技股份有限公司</strong></a></li> |
||||
|
<li><div>会议平板,网络广告机,数字标牌商业显示</div></li> |
||||
|
<li><p><i class="ui-ico-area">湖北武汉市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc111/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc111/" rel="external"><strong>广州市傲彩机械设备有限公司</strong></a></li> |
||||
|
<li><div>傲彩打印机、UV平板打印机、平面UV打印机、6090打印机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc789/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc789/" rel="external"><strong>深圳市福斯特电子有限公司</strong></a></li> |
||||
|
<li><div>液晶广告机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc456/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc456/" rel="external"><strong>深圳康荣电子有限公司</strong></a></li> |
||||
|
<li><div>网络广告机</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc123/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc123/" rel="external"><strong>深圳市安致兰德科技有限公司</strong></a></li> |
||||
|
<li><div>网络广告机,多媒体信息发布系统</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东深圳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-xJoi3072" class="ui-load"></div> |
||||
|
<div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'xJoi3072'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/company/search.php?job=ajax&catid=15'); |
||||
|
Dtask('moduleid=4&html=list&catid=15&page=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,212 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>广告商/服务商_公司_找标牌网</title> |
||||
|
<meta name="keywords" content="广告商/服务商,公司找标牌网标牌,标牌制作,标牌设计,数字标牌,标识标牌"/> |
||||
|
<meta name="description" content="找标牌网(www.zhaobiaopai.com)致力于打造标识标牌行业专业信息平台,专注于标牌,数字标牌领域企业服务的门户网站.找标识标牌厂家,标牌制作,标牌设计,数字标牌厂家及产品的专业网站.找标牌网公司广告商/服务商 "/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fcompany%2F16%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-flao3074"></div> |
||||
|
<div class="ui-mask" id="mask-flao3074"></div> |
||||
|
<div class="ui-sheet" id="sheet-flao3074"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-flao3074" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">广告商/服务商</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('flao3074');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-flao3074" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-flao3074"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?elite=1&catid=16&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<b class="on">综合</b> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dhits&catid=16&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dcomments&catid=16&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dvip&catid=16&areaid=0"><i class="ui-filter-ord">VIP</i></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-flao3074"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php">公司搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=4">公司分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/" data-direction="reverse">公司首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-flao3074" class="main"><div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/oem19354316967/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202511/10/15334480188.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/oem19354316967/" rel="external"><strong>山东素源堂生物科技有限公司</strong></a></li> |
||||
|
<li><div>固体饮料</div></li> |
||||
|
<li><p><i class="ui-ico-area">山东济宁市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/epson888/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202509/28/13464920178.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/epson888/" rel="external"><strong>爱普生(中国)有限公司广州分公司</strong></a></li> |
||||
|
<li><div>压电写真机喷头,喷绘机喷头,写真机喷头,打印头,爱普生喷头</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/ylzl2025/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/ylzl2025/" rel="external"><strong>广东亚联展览股份有限公司</strong></a></li> |
||||
|
<li><div>机械装备、机床模具、工业自动化、机器人、印刷包装、轻工机械、机械装备、服装、食品、房地产、汽车、动漫、游戏游艺等多个领域 </div></li> |
||||
|
<li><p><i class="ui-ico-area">广东中山市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/zqcaidon/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/zqcaidon/" rel="external"><strong>广东凯顿新材料科技有限公司</strong></a></li> |
||||
|
<li><div>润滑硅脂,阻尼脂,高温润滑脂,塑胶齿轮脂,塑料齿轮润滑脂,导电润滑脂,电触点润滑脂,高真空硅脂,消音润滑脂,轴承润滑脂,阀门密封润滑脂,汽车附件润滑脂,轨道润滑脂,微电机脂,风扇脂,减速机脂,食品级润滑脂,氟脂,铜膏,铁氟龙喷剂,二硫化钼喷剂,皮带防滑剂,不锈钢光亮剂</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东肇庆市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/jhzl0816/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/jhzl0816/" rel="external"><strong>际华展览服务(宁波)有限公司</strong></a></li> |
||||
|
<li><div>一般项目:会议及展览服务:礼仪服务;企业管理咨询:信息咨询服务(不含许可类信息咨询服务):数字文化创意内容应用服务:大数据服务:项目策划与公关服务:组织文化艺术交流活动;企业形象策划:医文设计制作:广告设计、代理:广告制作:专业设计服务;国内货物运输代理:旅客票务代理:机械设备租赁:软件开发:信息技术咨询服务(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)。</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江宁波市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/jh123/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202412/11/10075796110.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/jh123/" rel="external"><strong>际华展览服务有限公司</strong></a></li> |
||||
|
<li><div>一般项目:会议及展览服务:礼仪服务;企业管理咨询:信息咨询服务(不含许可类信息咨询服务):数字文化创意内容应用服务:大数据服务:项目策划与公关服务:组织文化艺术交流活动;企业形象策划:医文设计制作:广告设计、代理:广告制作:专业设计服务;国内货物运输代理:旅客票务代理:机械设备租赁:软件开发:信息技术咨询服务(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)。</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江宁波市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/dahuabiaoshi/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202311/10/1139447874.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/dahuabiaoshi/" rel="external"><strong>河南大华伟业广告有限公司</strong></a></li> |
||||
|
<li><div>标识标牌、导视系统、灯箱、花草牌等</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/aimrui0571/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/aimrui0571/" rel="external"><strong>杭州艾美瑞广告设计有限公司</strong></a></li> |
||||
|
<li><div>广告设计,平面设计,广告制作</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江杭州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/capelabel/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202309/22/1018272067.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/capelabel/" rel="external"><strong>北京第欧丽标科技发展有限公司</strong></a></li> |
||||
|
<li><div>生产热转印打印设备;研发热转印打印设备;销售自产产品;提供自产产品的技术服务、技术咨询、技术培训。</div></li> |
||||
|
<li><p><i class="ui-ico-area">北京</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/auqfdwfg/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202308/25/1019367562.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/auqfdwfg/" rel="external"><strong>广州环之球会展服务有限公司</strong></a></li> |
||||
|
<li><div>广州图文快印展</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202305/11/2055446050.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><strong>佛山市壹捌捌广告有限公司</strong></a></li> |
||||
|
<li><div> led发光字,平面发光字,LED点阵发光字,LED冲孔发光字,树脂字,无边发光字,超级发光字,3D发光字,通体发光字,全彩发光字,炫彩发光字,迷你发光字,树脂发光字,特大铝板或其他金属板发光字,特大楼盘挂网发光字,LED亮化工程,港式精工字,金属烤漆字,水晶字及其他字;各类户内标识标牌,各类户外标识标牌,软膜灯箱,腐蚀丝印标识;喷绘写真,灯布喷绘,室内高精写真,户外高精写真,板材UV喷绘,展架等。</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东佛山市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/syfzdk/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/syfzdk/" rel="external"><strong>沈阳市皇姑区方之正标牌设计制作经营部</strong></a></li> |
||||
|
<li><div>标牌,奖牌,门牌,牌匾</div></li> |
||||
|
<li><p><i class="ui-ico-area">辽宁沈阳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/zhongshe123/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/zhongshe123/" rel="external"><strong>安徽中设致和会展有限公司</strong></a></li> |
||||
|
<li><div>策划、组织、主办、承办会议与展览会展场馆、文体场馆、商业场所运营管理;展览展示陈列工程设计与施工;装修装饰工程设计与施工;教育、娱乐、文化、体育活动的组织与承办国内广告设计、制作、代理、发布;新媒体开发与运营多媒体设计与制作文化旅游、体育健康、农业林业、信息科技项目创意策划与市场开发;商务、贸易信息咨询;市场调查;软硬件技术开发、销售互联网推广活动;互联网信息服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)</div></li> |
||||
|
<li><p><i class="ui-ico-area">安徽合肥市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc007/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/115532771.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc007/" rel="external"><strong>廊坊久升图文广告有限公司</strong></a></li> |
||||
|
<li><div>户外标牌、灯箱的制作;企业形象策划</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北廊坊市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-flao3074" class="ui-load"></div> |
||||
|
<div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'flao3074'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/company/search.php?job=ajax&catid=16'); |
||||
|
Dtask('moduleid=4&html=list&catid=16&page=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,212 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>广告商/服务商_公司_找标牌网</title> |
||||
|
<meta name="keywords" content="广告商/服务商,公司找标牌网标牌,标牌制作,标牌设计,数字标牌,标识标牌"/> |
||||
|
<meta name="description" content="找标牌网(www.zhaobiaopai.com)致力于打造标识标牌行业专业信息平台,专注于标牌,数字标牌领域企业服务的门户网站.找标识标牌厂家,标牌制作,标牌设计,数字标牌厂家及产品的专业网站.找标牌网公司广告商/服务商 "/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fcompany%2F16%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-flao3074"></div> |
||||
|
<div class="ui-mask" id="mask-flao3074"></div> |
||||
|
<div class="ui-sheet" id="sheet-flao3074"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-flao3074" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">广告商/服务商</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('flao3074');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-flao3074" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-flao3074"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?elite=1&catid=16&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<b class="on">综合</b> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dhits&catid=16&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dcomments&catid=16&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php?orderby=dvip&catid=16&areaid=0"><i class="ui-filter-ord">VIP</i></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-flao3074"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/search.php">公司搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=4">公司分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/company/" data-direction="reverse">公司首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-flao3074" class="main"><div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/oem19354316967/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202511/10/15334480188.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/oem19354316967/" rel="external"><strong>山东素源堂生物科技有限公司</strong></a></li> |
||||
|
<li><div>固体饮料</div></li> |
||||
|
<li><p><i class="ui-ico-area">山东济宁市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/epson888/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202509/28/13464920178.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/epson888/" rel="external"><strong>爱普生(中国)有限公司广州分公司</strong></a></li> |
||||
|
<li><div>压电写真机喷头,喷绘机喷头,写真机喷头,打印头,爱普生喷头</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/ylzl2025/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/ylzl2025/" rel="external"><strong>广东亚联展览股份有限公司</strong></a></li> |
||||
|
<li><div>机械装备、机床模具、工业自动化、机器人、印刷包装、轻工机械、机械装备、服装、食品、房地产、汽车、动漫、游戏游艺等多个领域 </div></li> |
||||
|
<li><p><i class="ui-ico-area">广东中山市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/zqcaidon/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/zqcaidon/" rel="external"><strong>广东凯顿新材料科技有限公司</strong></a></li> |
||||
|
<li><div>润滑硅脂,阻尼脂,高温润滑脂,塑胶齿轮脂,塑料齿轮润滑脂,导电润滑脂,电触点润滑脂,高真空硅脂,消音润滑脂,轴承润滑脂,阀门密封润滑脂,汽车附件润滑脂,轨道润滑脂,微电机脂,风扇脂,减速机脂,食品级润滑脂,氟脂,铜膏,铁氟龙喷剂,二硫化钼喷剂,皮带防滑剂,不锈钢光亮剂</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东肇庆市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/jhzl0816/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/jhzl0816/" rel="external"><strong>际华展览服务(宁波)有限公司</strong></a></li> |
||||
|
<li><div>一般项目:会议及展览服务:礼仪服务;企业管理咨询:信息咨询服务(不含许可类信息咨询服务):数字文化创意内容应用服务:大数据服务:项目策划与公关服务:组织文化艺术交流活动;企业形象策划:医文设计制作:广告设计、代理:广告制作:专业设计服务;国内货物运输代理:旅客票务代理:机械设备租赁:软件开发:信息技术咨询服务(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)。</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江宁波市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/jh123/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202412/11/10075796110.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/jh123/" rel="external"><strong>际华展览服务有限公司</strong></a></li> |
||||
|
<li><div>一般项目:会议及展览服务:礼仪服务;企业管理咨询:信息咨询服务(不含许可类信息咨询服务):数字文化创意内容应用服务:大数据服务:项目策划与公关服务:组织文化艺术交流活动;企业形象策划:医文设计制作:广告设计、代理:广告制作:专业设计服务;国内货物运输代理:旅客票务代理:机械设备租赁:软件开发:信息技术咨询服务(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)。</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江宁波市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/dahuabiaoshi/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202311/10/1139447874.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/dahuabiaoshi/" rel="external"><strong>河南大华伟业广告有限公司</strong></a></li> |
||||
|
<li><div>标识标牌、导视系统、灯箱、花草牌等</div></li> |
||||
|
<li><p><i class="ui-ico-area">河南郑州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/aimrui0571/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/aimrui0571/" rel="external"><strong>杭州艾美瑞广告设计有限公司</strong></a></li> |
||||
|
<li><div>广告设计,平面设计,广告制作</div></li> |
||||
|
<li><p><i class="ui-ico-area">浙江杭州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/capelabel/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202309/22/1018272067.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/capelabel/" rel="external"><strong>北京第欧丽标科技发展有限公司</strong></a></li> |
||||
|
<li><div>生产热转印打印设备;研发热转印打印设备;销售自产产品;提供自产产品的技术服务、技术咨询、技术培训。</div></li> |
||||
|
<li><p><i class="ui-ico-area">北京</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/auqfdwfg/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202308/25/1019367562.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/auqfdwfg/" rel="external"><strong>广州环之球会展服务有限公司</strong></a></li> |
||||
|
<li><div>广州图文快印展</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东广州市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202305/11/2055446050.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/fs188/" rel="external"><strong>佛山市壹捌捌广告有限公司</strong></a></li> |
||||
|
<li><div> led发光字,平面发光字,LED点阵发光字,LED冲孔发光字,树脂字,无边发光字,超级发光字,3D发光字,通体发光字,全彩发光字,炫彩发光字,迷你发光字,树脂发光字,特大铝板或其他金属板发光字,特大楼盘挂网发光字,LED亮化工程,港式精工字,金属烤漆字,水晶字及其他字;各类户内标识标牌,各类户外标识标牌,软膜灯箱,腐蚀丝印标识;喷绘写真,灯布喷绘,室内高精写真,户外高精写真,板材UV喷绘,展架等。</div></li> |
||||
|
<li><p><i class="ui-ico-area">广东佛山市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/syfzdk/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/syfzdk/" rel="external"><strong>沈阳市皇姑区方之正标牌设计制作经营部</strong></a></li> |
||||
|
<li><div>标牌,奖牌,门牌,牌匾</div></li> |
||||
|
<li><p><i class="ui-ico-area">辽宁沈阳市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/zhongshe123/" rel="external"><img src="http://www.zhaobiaopai.com/mobile/static/img/80x60.png" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/zhongshe123/" rel="external"><strong>安徽中设致和会展有限公司</strong></a></li> |
||||
|
<li><div>策划、组织、主办、承办会议与展览会展场馆、文体场馆、商业场所运营管理;展览展示陈列工程设计与施工;装修装饰工程设计与施工;教育、娱乐、文化、体育活动的组织与承办国内广告设计、制作、代理、发布;新媒体开发与运营多媒体设计与制作文化旅游、体育健康、农业林业、信息科技项目创意策划与市场开发;商务、贸易信息咨询;市场调查;软硬件技术开发、销售互联网推广活动;互联网信息服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)</div></li> |
||||
|
<li><p><i class="ui-ico-area">安徽合肥市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<div class="ui-list-mix"> |
||||
|
<a href="http://www.zhaobiaopai.com/com/abc007/" rel="external"><img src="http://www.zhaobiaopai.com/file/upload/202205/03/115532771.jpg" alt=""/></a> |
||||
|
<ul> |
||||
|
<li><a href="http://www.zhaobiaopai.com/com/abc007/" rel="external"><strong>廊坊久升图文广告有限公司</strong></a></li> |
||||
|
<li><div>户外标牌、灯箱的制作;企业形象策划</div></li> |
||||
|
<li><p><i class="ui-ico-area">河北廊坊市</i></p></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-flao3074" class="ui-load"></div> |
||||
|
<div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'flao3074'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/company/search.php?job=ajax&catid=16'); |
||||
|
Dtask('moduleid=4&html=list&catid=16&page=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,3 @@ |
|||||
|
<?php |
||||
|
include '../ajax.php'; |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 4; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/guest.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 4; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/home.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 4; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/index.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 4; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/list.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,8 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 4; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
$action = 'company'; |
||||
|
require DT_ROOT.'/module/'.$module.'/news.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 4; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/search.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 4; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/tour.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,3 @@ |
|||||
|
<?php |
||||
|
include '../ajax.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 15; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/down.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 15; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/index.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 15; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/list.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 15; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/search.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 15; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/show.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,3 @@ |
|||||
|
<?php |
||||
|
include '../ajax.php'; |
||||
|
?>
|
||||
@ -0,0 +1,158 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>标识标牌展会,广告展会,数字标牌展会_找标牌网</title> |
||||
|
<meta name="keywords" content="标识标牌展会,广告展会,数字标牌展会"/> |
||||
|
<meta name="description" content="找标牌网行业展会频道为您提供最新的广告展,广告设备,广告材料,标识标牌,数字标牌等相关行业展览会信息."/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fexhibit%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-TdqY3077"></div> |
||||
|
<div class="ui-mask" id="mask-TdqY3077"></div> |
||||
|
<div class="ui-sheet" id="sheet-TdqY3077"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-TdqY3077" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<form action="http://www.zhaobiaopai.com/mobile/exhibit/search.php"> |
||||
|
<div class="head-bar-title"><input type="search" name="kw" value="" placeholder="展会搜索"/></div> |
||||
|
</form> |
||||
|
<div class="head-bar-right"><a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=8"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sort.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-TdqY3077" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-TdqY3077"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?elite=1&catid=0&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<i class="ui-filter-dsc on">综合</i> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dhits&catid=0&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dcomments&catid=0&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dorders&catid=0&areaid=0"><b>报名</b></a> |
||||
|
</div> |
||||
|
<div id="list-TdqY3077" class="main"><div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s43.html"><strong>2026中山工业博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">中山市</i><i class="ui-ico-time">2026-06-25 至 2026-08-27</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s42.html"><strong>2026第十四届江门先进制造业博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">江门市</i><i class="ui-ico-time">2026-04-23 至 2026-04-25</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s40.html"><strong>2026第12届广州国际数码印刷、图文快印展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">广州</i><i class="ui-ico-time">2026-04-09 至 2026-04-11</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s39.html"><strong>邀请函|2025惠州国际工业博览会邀您共话智造未来</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">惠州市</i><i class="ui-ico-time">2025-12-04 至 2025-12-06</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s38.html"><strong>2025中山小榄轻工机械展二十周年盛典,展位预定火爆进行中</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">中山市</i><i class="ui-ico-time">2025-10-23 至 2025-10-25</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s15.html"><strong>2024第10届广州国际数码印刷、图文快印展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">广州</i><i class="ui-ico-time">2024-04-12 至 2024-04-14</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s14.html"><strong>2023中国(北京)国际数字标牌展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">北京</i><i class="ui-ico-time">2023-10-19 至 2023-10-21</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s10.html"><strong>DIC EXPO 2022国际显示技术及应用创新展</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">上海</i><i class="ui-ico-time">2022-07-06 至 2022-07-08</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s9.html"><strong>2022第五届深圳(国际)智慧显示系统产业应用博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">深圳</i><i class="ui-ico-time">2022-09-15 至 2022-09-17</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s8.html"><strong>2022深圳国际全触与显示展(2022深圳全触展)</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">深圳</i><i class="ui-ico-time">2022-10-12 至 2022-10-14</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s7.html"><strong>2022中国(南京)标识产业博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">南京</i><i class="ui-ico-time">2022-05-20 至 2022-05-22</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s6.html"><strong>ISLE国际智慧显示及系统集成展、国际标识及LED展</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">深圳</i><i class="ui-ico-time">2022-08-04 至 2022-08-06</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s5.html"><strong>2022第三十届上海国际广告技术设备展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">上海</i><i class="ui-ico-time">2022-07-19 至 2022-07-22</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s4.html"><strong>2022杭州数字标识及显示技术展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">杭州</i><i class="ui-ico-time">2022-05-12 至 2022-05-14</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s3.html"><strong>2022上海国际数字标牌展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">上海</i><i class="ui-ico-time">2022-09-06 至 2022-09-08</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s2.html"><strong>2022西宁国际广告节</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">西宁市</i><i class="ui-ico-time">2022-05-14 至 2022-05-16</i></p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-TdqY3077" class="ui-load"></div> |
||||
|
<div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'TdqY3077'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/exhibit/search.php?job=ajax'); |
||||
|
Dtask('moduleid=8&html=index', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 8; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/index.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 8; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/list.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 8; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/search.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 8; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/show.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 8; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/sign.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,140 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>标牌行业展会_找标牌网</title> |
||||
|
<meta name="keywords" content="标识展会,标牌展会,广告展会"/> |
||||
|
<meta name="description" content="找标牌网为您查找到最新的国内标识展会,标牌展会,广告展会等信息,找标牌行业展会就来找标牌网."/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fexhibit%2Fzhanhui%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-RvPD3078"></div> |
||||
|
<div class="ui-mask" id="mask-RvPD3078"></div> |
||||
|
<div class="ui-sheet" id="sheet-RvPD3078"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-RvPD3078" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">国内展会</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('RvPD3078');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-RvPD3078" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-RvPD3078"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?elite=1&catid=69&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<i class="ui-filter-dsc on">综合</i> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dhits&catid=69&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dcomments&catid=69&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dorders&catid=69&areaid=0"><b>报名</b></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-RvPD3078"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php">展会搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=8">展会分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/" data-direction="reverse">展会首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-RvPD3078" class="main"><div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s43.html"><strong>2026中山工业博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">中山市</i><i class="ui-ico-time">2026-06-25 至 2026-08-27</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s42.html"><strong>2026第十四届江门先进制造业博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">江门市</i><i class="ui-ico-time">2026-04-23 至 2026-04-25</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s40.html"><strong>2026第12届广州国际数码印刷、图文快印展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">广州</i><i class="ui-ico-time">2026-04-09 至 2026-04-11</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s39.html"><strong>邀请函|2025惠州国际工业博览会邀您共话智造未来</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">惠州市</i><i class="ui-ico-time">2025-12-04 至 2025-12-06</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s38.html"><strong>2025中山小榄轻工机械展二十周年盛典,展位预定火爆进行中</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">中山市</i><i class="ui-ico-time">2025-10-23 至 2025-10-25</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s15.html"><strong>2024第10届广州国际数码印刷、图文快印展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">广州</i><i class="ui-ico-time">2024-04-12 至 2024-04-14</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s14.html"><strong>2023中国(北京)国际数字标牌展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">北京</i><i class="ui-ico-time">2023-10-19 至 2023-10-21</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s10.html"><strong>DIC EXPO 2022国际显示技术及应用创新展</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">上海</i><i class="ui-ico-time">2022-07-06 至 2022-07-08</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s9.html"><strong>2022第五届深圳(国际)智慧显示系统产业应用博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">深圳</i><i class="ui-ico-time">2022-09-15 至 2022-09-17</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s8.html"><strong>2022深圳国际全触与显示展(2022深圳全触展)</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">深圳</i><i class="ui-ico-time">2022-10-12 至 2022-10-14</i></p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-RvPD3078" class="ui-load"></div> |
||||
|
<div class="pages" id="pages-RvPD3078"><a href="http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list2.html" data-transition="none" id="page-prev">« 上一页</a> <a href="javascript:GoPage(2, 16, 'http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list{destoon_page}.html');" id="page-goto"><b>1</b>/2</a> <a href="http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list2.html" data-transition="none" id="page-next">下一页 »</a> </div><div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'RvPD3078'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/exhibit/search.php?job=ajax&catid=69'); |
||||
|
Dtask('moduleid=8&html=list&catid=69&page=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,140 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>标牌行业展会_找标牌网</title> |
||||
|
<meta name="keywords" content="标识展会,标牌展会,广告展会"/> |
||||
|
<meta name="description" content="找标牌网为您查找到最新的国内标识展会,标牌展会,广告展会等信息,找标牌行业展会就来找标牌网."/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fexhibit%2Fzhanhui%2F'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-RvPD3078"></div> |
||||
|
<div class="ui-mask" id="mask-RvPD3078"></div> |
||||
|
<div class="ui-sheet" id="sheet-RvPD3078"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-RvPD3078" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">国内展会</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('RvPD3078');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-RvPD3078" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-RvPD3078"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?elite=1&catid=69&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<i class="ui-filter-dsc on">综合</i> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dhits&catid=69&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dcomments&catid=69&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dorders&catid=69&areaid=0"><b>报名</b></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-RvPD3078"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php">展会搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=8">展会分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/" data-direction="reverse">展会首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-RvPD3078" class="main"><div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s43.html"><strong>2026中山工业博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">中山市</i><i class="ui-ico-time">2026-06-25 至 2026-08-27</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s42.html"><strong>2026第十四届江门先进制造业博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">江门市</i><i class="ui-ico-time">2026-04-23 至 2026-04-25</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s40.html"><strong>2026第12届广州国际数码印刷、图文快印展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">广州</i><i class="ui-ico-time">2026-04-09 至 2026-04-11</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s39.html"><strong>邀请函|2025惠州国际工业博览会邀您共话智造未来</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">惠州市</i><i class="ui-ico-time">2025-12-04 至 2025-12-06</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s38.html"><strong>2025中山小榄轻工机械展二十周年盛典,展位预定火爆进行中</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">中山市</i><i class="ui-ico-time">2025-10-23 至 2025-10-25</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s15.html"><strong>2024第10届广州国际数码印刷、图文快印展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">广州</i><i class="ui-ico-time">2024-04-12 至 2024-04-14</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s14.html"><strong>2023中国(北京)国际数字标牌展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">北京</i><i class="ui-ico-time">2023-10-19 至 2023-10-21</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s10.html"><strong>DIC EXPO 2022国际显示技术及应用创新展</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">上海</i><i class="ui-ico-time">2022-07-06 至 2022-07-08</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s9.html"><strong>2022第五届深圳(国际)智慧显示系统产业应用博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">深圳</i><i class="ui-ico-time">2022-09-15 至 2022-09-17</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s8.html"><strong>2022深圳国际全触与显示展(2022深圳全触展)</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">深圳</i><i class="ui-ico-time">2022-10-12 至 2022-10-14</i></p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-RvPD3078" class="ui-load"></div> |
||||
|
<div class="pages" id="pages-RvPD3078"><a href="http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list2.html" data-transition="none" id="page-prev">« 上一页</a> <a href="javascript:GoPage(2, 16, 'http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list{destoon_page}.html');" id="page-goto"><b>1</b>/2</a> <a href="http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list2.html" data-transition="none" id="page-next">下一页 »</a> </div><div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 1,js_pageid = 'RvPD3078'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/exhibit/search.php?job=ajax&catid=69'); |
||||
|
Dtask('moduleid=8&html=list&catid=69&page=1', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,124 @@ |
|||||
|
<!doctype html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<meta charset="UTF-8"/> |
||||
|
<title>标牌行业展会_找标牌网</title> |
||||
|
<meta name="keywords" content="标识展会,标牌展会,广告展会"/> |
||||
|
<meta name="description" content="找标牌网为您查找到最新的国内标识展会,标牌展会,广告展会等信息,找标牌行业展会就来找标牌网."/> |
||||
|
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width"/> |
||||
|
<meta http-equiv="Cache-Control" content="no-siteapp"/> |
||||
|
<meta name="generator" content="找标牌网 - m.zhaobiaopai.com"/> |
||||
|
<meta name="format-detection" content="telephone=no"/> |
||||
|
<meta name="apple-mobile-web-app-capable" content="yes"/> |
||||
|
<meta name="apple-mobile-web-app-title" content="找标牌网"/> |
||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/> |
||||
|
<link rel="apple-touch-icon-precomposed" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"/> |
||||
|
<meta name="mobile-web-app-capable" content="yes"> |
||||
|
<link rel="icon" sizes="128x128" href="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileImage" content="http://www.zhaobiaopai.com/mobile/apple-touch-icon-precomposed.png"> |
||||
|
<meta name="msapplication-TileColor" content="#007AFF"> |
||||
|
<link rel="shortcut icon" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="bookmark" type="image/x-icon" href="http://www.zhaobiaopai.com/favicon.ico"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.structure.min.css?v=4ea149"/> |
||||
|
<link rel="stylesheet" type="text/css" href="http://www.zhaobiaopai.com/mobile/static/style.css?v=4ea149"/> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/lang/zh-cn/lang.mobile.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/file/script/config.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery-2.1.1.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript"> |
||||
|
$(document).bind("mobileinit", function() { |
||||
|
$.mobile.defaultPageTransition = 'slide'; |
||||
|
}); |
||||
|
var Dbrowser = ''; |
||||
|
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='http://www.zhaobiaopai.com/mobile/api/device.php?uri=http%3A%2F%2Fwww.zhaobiaopai.com%2Fexhibit%2Fzhanhui%2Flist2.html'; |
||||
|
</script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/lib/jquery/jquery.mobile.custom.min.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/common.js?v=4ea149"></script> |
||||
|
<script type="text/javascript" src="http://www.zhaobiaopai.com/mobile/static/js/fix.js?v=4ea149"></script> |
||||
|
</head> |
||||
|
<body> |
||||
|
<div data-role="page"> |
||||
|
<div class="ui-toast" id="toast-Oxpd3078"></div> |
||||
|
<div class="ui-mask" id="mask-Oxpd3078"></div> |
||||
|
<div class="ui-sheet" id="sheet-Oxpd3078"></div> |
||||
|
<div id="head-bar"> |
||||
|
<div class="head-bar"> |
||||
|
<div class="head-bar-back"><a href="javascript:Dback();" id="back-Oxpd3078" data-direction="reverse"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-back.png" width="24" height="24"/></a></div> |
||||
|
<div class="head-bar-title">国内展会</div> |
||||
|
<div class="head-bar-right"><a href="javascript:Dpop('Oxpd3078');"><img src="http://www.zhaobiaopai.com/mobile/static/img/icon-sheet.png" width="24" height="24"/></a></div> |
||||
|
</div> |
||||
|
<div class="head-bar-fix" id="load-fix-Oxpd3078" style="height:0;"></div> |
||||
|
<div class="head-bar-fix" id="head-fix-Oxpd3078"></div> |
||||
|
</div> |
||||
|
<div class="ui-filter"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?elite=1&catid=69&areaid=0"><i class="ui-filter-box ui-fr">推荐</i></a> |
||||
|
<i class="ui-filter-dsc on">综合</i> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dhits&catid=69&areaid=0"><b>人气</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dcomments&catid=69&areaid=0"><b>评论</b></a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php?orderby=dorders&catid=69&areaid=0"><b>报名</b></a> |
||||
|
</div> |
||||
|
<div class="ui-pop" id="pop-Oxpd3078"> |
||||
|
<i></i> |
||||
|
<div> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/search.php">展会搜索</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/api/category.php?moduleid=8">展会分类</a> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/" data-direction="reverse">展会首页</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="list-Oxpd3078" class="main"><div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s7.html"><strong>2022中国(南京)标识产业博览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">南京</i><i class="ui-ico-time">2022-05-20 至 2022-05-22</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s6.html"><strong>ISLE国际智慧显示及系统集成展、国际标识及LED展</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">深圳</i><i class="ui-ico-time">2022-08-04 至 2022-08-06</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s5.html"><strong>2022第三十届上海国际广告技术设备展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">上海</i><i class="ui-ico-time">2022-07-19 至 2022-07-22</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s4.html"><strong>2022杭州数字标识及显示技术展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">杭州</i><i class="ui-ico-time">2022-05-12 至 2022-05-14</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s3.html"><strong>2022上海国际数字标牌展览会</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">上海</i><i class="ui-ico-time">2022-09-06 至 2022-09-08</i></p> |
||||
|
</div> |
||||
|
<div class="ui-list-txt"> |
||||
|
<a href="http://www.zhaobiaopai.com/mobile/exhibit/s2.html"><strong>2022西宁国际广告节</strong></a> |
||||
|
<p><i class="ui-ico-area ui-fr">西宁市</i><i class="ui-ico-time">2022-05-14 至 2022-05-16</i></p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div id="load-Oxpd3078" class="ui-load"></div> |
||||
|
<div class="pages" id="pages-Oxpd3078"><a href="http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list1.html" data-transition="none" id="page-prev">« 上一页</a> <a href="javascript:GoPage(2, 16, 'http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list{destoon_page}.html');" id="page-goto"><b>2</b>/2</a> <a href="http://www.zhaobiaopai.com/mobile/exhibit/zhanhui/list1.html" data-transition="none" id="page-next">下一页 »</a> </div><div class="share_icon"><img src="http://www.zhaobiaopai.com/apple-touch-icon-precomposed.png"/></div><div class="back2top"><a href="javascript:$('html, body').animate({scrollTop:0}, 200);void(0);"> </a></div> |
||||
|
<div class="foot-bar-fix"></div> |
||||
|
<div class="foot-bar"> |
||||
|
<ul> |
||||
|
<li class="icon-home"><a href="http://www.zhaobiaopai.com/mobile/" data-ajax="false"><span>首页</span></a></li> |
||||
|
<li class="icon-channel-on"><a href="http://www.zhaobiaopai.com/mobile/channel.php" data-transition="none"><span>频道</span></a></li> |
||||
|
<li class="icon-cart" id="destoon-cart"><a href="http://www.zhaobiaopai.com/mobile/member/cart.php" data-transition="none"><span>购物车</span></a></li> |
||||
|
<li class="icon-message" id="destoon-message"><a href="http://www.zhaobiaopai.com/mobile/member/message.php" data-ajax="false"><span>消息</span></a></li> |
||||
|
<li class="icon-my"><a href="http://www.zhaobiaopai.com/mobile/my.php" data-transition="none"><span>我的</span></a></li> |
||||
|
</ul> |
||||
|
</div> |
||||
|
<script type="text/javascript"> |
||||
|
var js_page = 2,js_pageid = 'Oxpd3078'; |
||||
|
$(function(){ |
||||
|
Dhistory(js_pageid); |
||||
|
Dpull(js_pageid); |
||||
|
Dload(js_pageid, 'http://www.zhaobiaopai.com/mobile/exhibit/search.php?job=ajax&catid=69'); |
||||
|
Dtask('moduleid=8&html=list&catid=69&page=2', 0); |
||||
|
}); |
||||
|
</script> |
||||
|
</div> |
||||
|
<script> |
||||
|
var _hmt = _hmt || []; |
||||
|
(function() { |
||||
|
var hm = document.createElement("script"); |
||||
|
hm.src = "https://hm.baidu.com/hm.js?e11617d18ef482b7d4e115c722381e1c"; |
||||
|
var s = document.getElementsByTagName("script")[0]; |
||||
|
s.parentNode.insertBefore(hm, s); |
||||
|
})(); |
||||
|
</script> |
||||
|
</body> |
||||
|
</html> |
||||
@ -0,0 +1,6 @@ |
|||||
|
<?php |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/feed.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/form.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/form.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/form.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/gift.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/gift.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 3; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/gift.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,3 @@ |
|||||
|
<?php |
||||
|
include '../ajax.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 17; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/buy.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 17; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/index.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 17; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/list.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 17; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/search.inc.php'; |
||||
|
?>
|
||||
@ -0,0 +1,7 @@ |
|||||
|
<?php |
||||
|
define('DT_REWRITE', true); |
||||
|
$moduleid = 17; |
||||
|
require '../../common.inc.php'; |
||||
|
require DT_ROOT.'/include/mobile.inc.php'; |
||||
|
require DT_ROOT.'/module/'.$module.'/show.inc.php'; |
||||
|
?>
|
||||
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue