list.aspx 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="list.aspx.cs" Inherits="CB.Wap.zs.list" %>
  2. <%@ Register Src="/header.ascx" TagName="header" TagPrefix="uc1" %>
  3. <%@ Register Src="/footer.ascx" TagName="footer" TagPrefix="uc2" %>
  4. <!doctype html>
  5. <html>
  6. <head>
  7. <meta charset="utf-8" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=no" />
  10. <meta name="apple-mobile-web-app-capable" content="yes" />
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  12. <meta name="format-detection" content="telephone=no" />
  13. <meta name="MobileOptimized" content="320" />
  14. <meta name="screen-orientation" content="portrait" />
  15. <meta http-equiv="cleartype" content="on" />
  16. <meta content="telephone=no" name="format-detection" />
  17. <title><%=hTitle %></title>
  18. <meta name="description" content="<%=hDescription %>" />
  19. <meta name="keywords" content="<%=hKeywords %>" />
  20. <link href="/static/css/base.css" rel="stylesheet" />
  21. <link href="/static/css/zst.css" rel="stylesheet" />
  22. <link href="/static/css/charts.css" rel="stylesheet" />
  23. <script src="/static/js/jquery.js" type="text/javascript"></script>
  24. <script src="/static/js/util.js" type="text/javascript"></script>
  25. <script src="/static/js/wap128.js" type="text/javascript"></script>
  26. <script src="/static/js/trendChart.js" type="text/javascript"></script>
  27. </head>
  28. <body style="zoom: 1;">
  29. <%--<div class="topbar">
  30. <a class="back" href="javascript:history.go(-1);"></a>
  31. <h1><span id="show-nav"><%=lotName %><img src="../static/images/down-icon.png"/></span></h1>
  32. <div class="menubox">
  33. <div class="menu"><a href="/kjh/" class="new-lot"></a><a href="/" class="open"></a></div>
  34. </div>
  35. </div>--%>
  36. <uc1:header ID="header1" runat="server" HasDropList="True" />
  37. <div class="wrap">
  38. <div class="zst-subnav">
  39. <ul>
  40. <%=ShowMenu %>
  41. </ul>
  42. </div>
  43. </div>
  44. <%--<div class="kancl" style="display: block;"></div>
  45. <div class="kancla"><%=CB.Data.RecommendsService.Get(31).Content %></div>--%>
  46. <%=Setting %>
  47. <%if ((new int[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 65, 94 }).Any(p => p == CB.Common.WRequest.GetQueryInt("chartid")))
  48. { %>
  49. <div class="kj-nav">
  50. <a href="/kjh/sdkjh.aspx">开机号</a> <a href="/kjh/sdsjh.aspx">试机号</a> <a href="/kjh/xq_sd.aspx">开奖结果</a><a href="http://m.55128.cn/index.html#/information/zxzlxq?NewsType=FC3D&title=%E7%A6%8F%E5%BD%A93D">3D预测</a>
  51. </div>
  52. <%} %>
  53. <%if (hcid == 2)
  54. { %>
  55. <div class="kj-nav">
  56. <a href="/kjh/p3-kaijihao/">开机号</a><a href="/kjh/p3sjh.aspx">试机号</a><a href="/kjh/xq_p3.aspx">开奖结果</a><a href="http://m.55128.cn/index.html#/information/zxzlxq?NewsType=PL3&title=%E6%8E%92%E5%88%97%E4%B8%89">排列三预测</a>
  57. </div>
  58. <%} %>
  59. <%if (hcid == 4)
  60. { %>
  61. <div class="kj-nav">
  62. <a href="http://m.55128.cn/kjh/ssq-kaijihao/">开机号</a><a href="http://m.55128.cn/index.html#/information/zxzlxq?NewsType=SSQ&title=%E5%8F%8C%E8%89%B2%E7%90%83">双色球预测</a><a href="/kjh/xq_ssq.aspx">开奖结果</a>
  63. </div>
  64. <%} %>
  65. <%if (hcid == 12)
  66. { %>
  67. <div class="kj-nav">
  68. <a href="http://m.55128.cn/kjh/dlt-kaijihao/">开机号</a><a href="http://m.55128.cn/index.html#/information/zxzlxq?NewsType=QT&title=%E5%85%B6%E4%BB%96%E5%BD%A9%E7%A7%8D">大乐透预测</a><a href="/kjh/xq_dlt.aspx">开奖结果</a>
  69. </div>
  70. <%} %>
  71. <section class="demo" id="demo-pointmove" <%-- ontouchstart="hideNav()"--%>>
  72. <%=chartData %>
  73. </section>
  74. <script type="text/javascript">
  75. var _t = $("#demo-pointmove").offset().top;
  76. var _sh = $(window).height() - _t;
  77. var _dh = $(".chart-header").height();
  78. $("#demo-pointmove").css("height", _sh);
  79. $("#doms").css("height", _sh);
  80. $(".qihao .left_tih6").css("height", _dh - 2).css("line-height", (_dh - 2) / 2 + "px");
  81. $(".qihao .left_conh6").css("height", _sh).css("margin-top", _dh + "px");
  82. $(".item").css("padding-top", (_dh - 1) + "px");
  83. var _dw = $(".ci-hmfb").width();
  84. $("#divbody").width(_dw + $(".qihao").width());
  85. $(".banner-text").width($(window).width());
  86. $("#demo-pointmove .banner-text").css("padding", "0");
  87. $("#demo-pointmove .shadow").css("margin", "5px 0");
  88. $(".footer").width($(".chart-control").width());
  89. trendSearch();
  90. trendInit();
  91. </script>
  92. <script type="text/javascript">
  93. /*128m底部悬浮*/
  94. var cpro_id = "u2525297";
  95. </script>
  96. <%--<script src="http://cpro.baidustatic.com/cpro/ui/cm.js" type="text/javascript"></script>--%>
  97. <script>
  98. var _hmt = _hmt || [];
  99. (function () {
  100. var hm = document.createElement("script");
  101. hm.src = "https://hm.baidu.com/hm.js?2e42999316f3fe8331baff2a3aad2243";
  102. var s = document.getElementsByTagName("script")[0];
  103. s.parentNode.insertBefore(hm, s);
  104. })();
  105. </script>
  106. <script src="http://dup.baidustatic.com/js/dm.js"></script>
  107. <script>
  108. (function () {
  109. var s = "_" + Math.random().toString(36).slice(2);
  110. document.write('<div id="' + s + '"></div>');
  111. (window.slotbydup = window.slotbydup || []).push({
  112. id: '3123757',
  113. container: s,
  114. size: '20,3',
  115. display: 'float'
  116. });
  117. })();
  118. </script>
  119. </body>
  120. </html>