3djmlist.aspx 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="3djmlist.aspx.cs" Inherits="CB.Wap.kjh.shijihao._3djmlist" %>
  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>
  18. <%=navstr%>3d试机号_福彩3d试机号历史查询_开奖助手</title>
  19. <meta name="Keywords" content="<%=navstr%>3d试机号,福彩3d试机号历史查询" />
  20. <meta name="description" content="提供<%=navstr%>3d试机号_福彩3d试机号历史查询等内容,让你从历史试机号与开奖号对比中找出中奖规律" />
  21. <link href="/static/css/base.css" rel="stylesheet" />
  22. <link href="/static/css/kaijiang.css" rel="stylesheet" />
  23. <script type="text/javascript" src="/static/js/1.6-min-jquery.js"></script>
  24. <script type="text/javascript" src="/static/js/wap128.js"></script>
  25. <script type="text/javascript">
  26. var selectLottery = function (obj)
  27. {
  28. var $val = $(obj).val();
  29. if ($val === "福彩3D")
  30. {
  31. window.location = "/kjh/sdsjh.aspx"; return;
  32. }
  33. if ($val === "排列三")
  34. {
  35. window.location = "/kjh/p3sjh.aspx"; return;
  36. }
  37. }
  38. </script>
  39. </head>
  40. <body>
  41. <uc1:header ID="header1" runat="server" ColumnName="3D试机号历史" HasDropList="true" />
  42. <div class="zst-subnav">
  43. <ul>
  44. <li><a href="/kjh/">全国彩</a></li>
  45. <li><a href="/kjh/sdkjh">开机号</a></li>
  46. <li><a href="/kjh/sdsjh.aspx">试机号</a></li>
  47. <li><a href="/kjh/3d-zjgz/">玩法</a></li>
  48. </ul>
  49. </div>
  50. <div class="other-nav">
  51. <a href="/kjh/p3sjh.aspx">试机号</a><a href="/zs/2_14.htm">走势图</a><a href="http://m.55128.cn/index.html#/information/zxzlxq?NewsType=PL3&title=%E6%8E%92%E5%88%97%E4%B8%89">预测</a><a href="/kjh/p3-kaijihao/" class="new-hot">开奖机号</a>
  52. </div>
  53. <!--广告位m128顶部M区-->
  54. <div class="lottery-state">
  55. <div class="lotter fc3d">
  56. <span></span>
  57. </div>
  58. <ul class="lotinfo">
  59. <li class="title"><span class="slogan fc3d"></span>每日<em>20:30</em>开奖</li>
  60. <li><span class="lotitle">福彩3D</span> <span class="select">
  61. <select onchange="selectLottery(this)">
  62. <option>切换彩种</option>
  63. <option>福彩3D</option>
  64. <option>排列三</option>
  65. </select>
  66. </span></li>
  67. </ul>
  68. </div>
  69. <div class="periods">
  70. <div class="per-num">
  71. <span>历史:</span><%=nav %></div>
  72. </div>
  73. <div class="details" style="margin-top: 0">
  74. <div class="detail">
  75. <h1>
  76. 福彩3D近<%=topSize %>期试机号</h1>
  77. <table>
  78. <colgroup>
  79. <col width="" />
  80. <col width="" />
  81. <col width="" />
  82. </colgroup>
  83. <thead>
  84. <th>
  85. 期号
  86. </th>
  87. <th class="sjh">
  88. 试机
  89. </th>
  90. <th>
  91. 关注码
  92. </th>
  93. <th class="bold">
  94. 金码
  95. </th>
  96. <th>
  97. 对应码
  98. </th>
  99. <th class="kjh">
  100. 开奖号
  101. </th>
  102. <th>
  103. 命中
  104. </th>
  105. </thead>
  106. <tbody>
  107. <%=sp.ToString()%>
  108. </tbody>
  109. </table>
  110. </div>
  111. </div>
  112. <script type="text/javascript">
  113. $(".lottery").find("ul:even").attr('class', 'bg-grey');
  114. $(function ()
  115. {
  116. $('#show-nav').click(function ()
  117. {
  118. if ($('.zst-subnav').css("display") == "none")
  119. {
  120. $('.zst-subnav').css("display", "block");
  121. $('#show-nav img').attr({ src: "/static/images/up-icon.png" });
  122. } else
  123. {
  124. $('.zst-subnav').css("display", "none");
  125. $('#show-nav img').attr({ src: "/static/images/down-icon.png" });
  126. }
  127. })
  128. })
  129. </script>
  130. <uc2:footer ID="footer1" runat="server" />
  131. </body>
  132. </html>