123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="list.aspx.cs" Inherits="CB.Wap.zs.list" %>
- <%@ 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><%=hTitle %></title>
- <meta name="description" content="<%=hDescription %>" />
- <meta name="keywords" content="<%=hKeywords %>" />
- <link href="/static/css/base.css" rel="stylesheet" />
- <link href="/static/css/zst.css" rel="stylesheet" />
- <link href="/static/css/charts.css" rel="stylesheet" />
- <script src="/static/js/jquery.js" type="text/javascript"></script>
- <script src="/static/js/util.js" type="text/javascript"></script>
- <script src="/static/js/wap128.js" type="text/javascript"></script>
- <script src="/static/js/trendChart.js" type="text/javascript"></script>
- </head>
- <body style="zoom: 1;">
- <%--<div class="topbar">
-
- <a class="back" href="javascript:history.go(-1);"></a>
- <h1><span id="show-nav"><%=lotName %><img src="../static/images/down-icon.png"/></span></h1>
- <div class="menubox">
- <div class="menu"><a href="/kjh/" class="new-lot"></a><a href="/" class="open"></a></div>
- </div>
- </div>--%>
- <uc1:header ID="header1" runat="server" HasDropList="True" />
- <div class="wrap">
- <div class="zst-subnav">
- <ul>
- <%=ShowMenu %>
- </ul>
- </div>
- </div>
- <%--<div class="kancl" style="display: block;"></div>
- <div class="kancla"><%=CB.Data.RecommendsService.Get(31).Content %></div>--%>
- <%=Setting %>
- <%if ((new int[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 65, 94 }).Any(p => p == CB.Common.WRequest.GetQueryInt("chartid")))
- { %>
- <div class="kj-nav">
- <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>
- </div>
- <%} %>
- <%if (hcid == 2)
- { %>
- <div class="kj-nav">
- <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>
- </div>
- <%} %>
- <%if (hcid == 4)
- { %>
- <div class="kj-nav">
- <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>
- </div>
- <%} %>
- <%if (hcid == 12)
- { %>
- <div class="kj-nav">
- <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>
- </div>
- <%} %>
- <section class="demo" id="demo-pointmove" <%-- ontouchstart="hideNav()"--%>>
- <%=chartData %>
- </section>
- <script type="text/javascript">
- var _t = $("#demo-pointmove").offset().top;
- var _sh = $(window).height() - _t;
- var _dh = $(".chart-header").height();
- $("#demo-pointmove").css("height", _sh);
- $("#doms").css("height", _sh);
- $(".qihao .left_tih6").css("height", _dh - 2).css("line-height", (_dh - 2) / 2 + "px");
- $(".qihao .left_conh6").css("height", _sh).css("margin-top", _dh + "px");
- $(".item").css("padding-top", (_dh - 1) + "px");
- var _dw = $(".ci-hmfb").width();
- $("#divbody").width(_dw + $(".qihao").width());
- $(".banner-text").width($(window).width());
- $("#demo-pointmove .banner-text").css("padding", "0");
- $("#demo-pointmove .shadow").css("margin", "5px 0");
- $(".footer").width($(".chart-control").width());
- trendSearch();
- trendInit();
- </script>
- <script type="text/javascript">
- /*128m底部悬浮*/
- var cpro_id = "u2525297";
- </script>
- <%--<script src="http://cpro.baidustatic.com/cpro/ui/cm.js" type="text/javascript"></script>--%>
- <script>
- var _hmt = _hmt || [];
- (function () {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?2e42999316f3fe8331baff2a3aad2243";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <script src="http://dup.baidustatic.com/js/dm.js"></script>
- <script>
- (function () {
- var s = "_" + Math.random().toString(36).slice(2);
- document.write('<div id="' + s + '"></div>');
- (window.slotbydup = window.slotbydup || []).push({
- id: '3123757',
- container: s,
- size: '20,3',
- display: 'float'
- });
- })();
- </script>
- </body>
- </html>
|