123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="3djmlist.aspx.cs" Inherits="CB.Wap.kjh.shijihao._3djmlist" %>
- <%@ Register Src="/header.ascx" TagName="header" TagPrefix="uc1" %>
- <%@ Register Src="/footer.ascx" TagName="footer" TagPrefix="uc2" %>
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=no" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <meta name="format-detection" content="telephone=no" />
- <meta name="MobileOptimized" content="320" />
- <meta name="screen-orientation" content="portrait" />
- <meta http-equiv="cleartype" content="on" />
- <meta content="telephone=no" name="format-detection" />
- <title>
- <%=navstr%>3d试机号_福彩3d试机号历史查询_开奖助手</title>
- <meta name="Keywords" content="<%=navstr%>3d试机号,福彩3d试机号历史查询" />
- <meta name="description" content="提供<%=navstr%>3d试机号_福彩3d试机号历史查询等内容,让你从历史试机号与开奖号对比中找出中奖规律" />
- <link href="/static/css/base.css" rel="stylesheet" />
- <link href="/static/css/kaijiang.css" rel="stylesheet" />
- <script type="text/javascript" src="/static/js/1.6-min-jquery.js"></script>
- <script type="text/javascript" src="/static/js/wap128.js"></script>
- <script type="text/javascript">
- var selectLottery = function (obj)
- {
- var $val = $(obj).val();
- if ($val === "福彩3D")
- {
- window.location = "/kjh/sdsjh.aspx"; return;
- }
- if ($val === "排列三")
- {
- window.location = "/kjh/p3sjh.aspx"; return;
- }
- }
- </script>
- </head>
- <body>
- <uc1:header ID="header1" runat="server" ColumnName="3D试机号历史" HasDropList="true" />
- <div class="zst-subnav">
- <ul>
- <li><a href="/kjh/">全国彩</a></li>
- <li><a href="/kjh/sdkjh">开机号</a></li>
- <li><a href="/kjh/sdsjh.aspx">试机号</a></li>
- <li><a href="/kjh/3d-zjgz/">玩法</a></li>
- </ul>
- </div>
- <div class="other-nav">
- <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>
- </div>
- <!--广告位m128顶部M区-->
- <div class="lottery-state">
- <div class="lotter fc3d">
- <span></span>
- </div>
- <ul class="lotinfo">
- <li class="title"><span class="slogan fc3d"></span>每日<em>20:30</em>开奖</li>
- <li><span class="lotitle">福彩3D</span> <span class="select">
- <select onchange="selectLottery(this)">
- <option>切换彩种</option>
- <option>福彩3D</option>
- <option>排列三</option>
- </select>
- </span></li>
- </ul>
- </div>
- <div class="periods">
- <div class="per-num">
- <span>历史:</span><%=nav %></div>
- </div>
- <div class="details" style="margin-top: 0">
- <div class="detail">
- <h1>
- 福彩3D近<%=topSize %>期试机号</h1>
- <table>
- <colgroup>
- <col width="" />
- <col width="" />
- <col width="" />
- </colgroup>
- <thead>
- <th>
- 期号
- </th>
- <th class="sjh">
- 试机
- </th>
- <th>
- 关注码
- </th>
- <th class="bold">
- 金码
- </th>
- <th>
- 对应码
- </th>
- <th class="kjh">
- 开奖号
- </th>
- <th>
- 命中
- </th>
- </thead>
- <tbody>
- <%=sp.ToString()%>
- </tbody>
- </table>
- </div>
- </div>
- <script type="text/javascript">
- $(".lottery").find("ul:even").attr('class', 'bg-grey');
- $(function ()
- {
- $('#show-nav').click(function ()
- {
- if ($('.zst-subnav').css("display") == "none")
- {
- $('.zst-subnav').css("display", "block");
- $('#show-nav img').attr({ src: "/static/images/up-icon.png" });
- } else
- {
- $('.zst-subnav').css("display", "none");
- $('#show-nav img').attr({ src: "/static/images/down-icon.png" });
- }
- })
- })
- </script>
- <uc2:footer ID="footer1" runat="server" />
- </body>
- </html>
|