|
已转到应用市场下载 https://app.ourphp.net/?cn-productview-49-25.html
下载插件包,把包里的 join 目录整体上传到OURPHP
/clinet/plus/
目录内
后台->运营->插件管理->安装这个插件
前台模板调用查询标签:
- <div class="clear"></div>
- <style type="text/css">
- .ourphp {border:0;}
- .ourphp tr,td {border:0; padding:10px;}
- #ourphp_content_search p{text-align:left;}
- </style>
- [.join id="1" css="ourphp".]
复制代码 (可在任意模板中调用)
效果如图:ekne
新版本修改如下:
电脑端调用:
<style type="text/css">
.ourphp {border:0;}
.ourphp tr,td {border:0; padding:10px;}
#ourphp_content_search p{text-align:left;}
#ourphp_content {width:80%; height:28px;}
#s_province, #s_city, #s_county {width:15%; height:40px;}
#s_diqu {width:35%; height:28px;}
#ourphp_content, #s_province, #s_city, #s_county, #s_county, #s_diqu {border:1px #ccc solid; padding-left:1%;}
.btn {width:15%; height:40px; background:#3795CF; color:#fff; border:0;}
</style>
[.join id="1" css="ourphp".]
手机端调用:
<div class="clear"></div>
<style type="text/css">
.ourphp {border:0;}
.ourphp tr,td {border:0; padding:5px;}
#ourphp_content_search p{text-align:left;}
#ourphp_content {width:80%; height:28px;}
#s_province, #s_city, #s_county {width:31%; height:30px;}
#s_diqu {width:80%; height:28px;}
#ourphp_content, #s_province, #s_city, #s_county, #s_county, #s_diqu {border:1px #ccc solid; padding-left:1%;}
.btn {width:15%; height:28px; background:#3795CF; color:#fff; border:0;}
</style>
[.join id="1" css="ourphp" mobie="1".]
建议引入 YIQI-UI
|
|