|
@@ -92,7 +92,7 @@
|
|
|
<tbody id="detail_tbody">
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <div id="detail_table_page" style="text-align: center;font-size:30px;margin-top: 10px;"></div>
|
|
|
+ <div id="detail_table_page" style="text-align: center;margin-top: 10px;"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -106,10 +106,10 @@
|
|
|
<script type="text/javascript" src="js/mobile_letterBox.js" charset="utf-8"></script>
|
|
|
<script>
|
|
|
// PC端 移动端 跳转
|
|
|
- // var is_mobi = navigator.userAgent.toLowerCase().match(/(ipod|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null;
|
|
|
- // if (!is_mobi) {
|
|
|
- // window.location.href="index.html"
|
|
|
- // }
|
|
|
+ var is_mobi = navigator.userAgent.toLowerCase().match(/(ipod|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null;
|
|
|
+ if (!is_mobi) {
|
|
|
+ window.location.href="index.html"
|
|
|
+ }
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|