123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="article.aspx.cs" Inherits="CB.Wap.kjh.rules.article" %>
- <%@ Register TagPrefix="uc2" TagName="footer" Src="~/footer.ascx" %>
- <%@ Register TagPrefix="uc1" TagName="header" Src="~/kjh/header.ascx" %>
- <!DOCTYPE html PUBLIC >
- <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"/>
- <!--指定的iphone中safari顶端的状态条的样式;-->
- <meta name="format-detection" content="telephone=no"/>
- <!--强制要求手机竖屏显示-->
- <meta name="MobileOptimized" content="320" />
- <meta name="screen-orientation" content="portrait"/>
- <!--告诉设备忽略将页面中的数字识别为电话号码;-->
- <!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
- <meta http-equiv="cleartype" content="on"/>
- <meta content="telephone=no" name="format-detection" />
- <!-- tianlong add -->
- <title><%=LotteryName %>中奖规则_<%=LotteryName %>玩法_中奖助手</title>
- <meta name="keywords" content="<%=LotteryName %>中奖规则,<%=LotteryName %>玩法" />
- <meta name="description" content="为你介绍<%=LotteryName %>中奖规则及奖金,<%=LotteryName %>玩法等内容,想获取更多<%=LotteryName %>玩法及中奖规则请关注开奖助手。" />
- <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 switchRule = function (id, type)
- {
- if (type == 'wfgz')
- {
- $("#wfgz_" + id).show();
- $("#zjgz_" + id).hide();
- }
- else
- {
- $("#wfgz_" + id).hide();
- $("#zjgz_" + id).show();
- }
- $("#rule_" + id).find("a").each(function ()
- {
- if ($(this).attr("class") == "bbline")
- $(this).attr("class", "");
- else $(this).attr("class", "bbline");
- });
- return false;
- }
- var switchL = function (id, e)
- {
- $("div[name=lMenu]").find("a[class!='']").each(function ()
- {
- $(this).attr("class", "");
- });
- $(e).attr("class", "brline");
- $("div[name=rulel]").hide();
- $("div[name=divl]").hide();
- $("#rule_" + id).show();
- $("#content_" + id).show();
- $("#spTitle").text($(e).text() + "玩法规则");
- return false;
- }
- $(document).ready(function (e)
- {
- $(".rights").click(function ()
- {
- var ico = $(".lotternav").children("a");
- var navPos = $(".lotternav").position();
- var widths = ico.width();
- var snavWidth = widths * ico.length - 1;
- var last = snavWidth - (widths * 4);
- if (Math.abs(navPos.left) % widths * 3 == 0)
- {
- if (navPos.left > -last)
- {
- $(".lotternav").css({ left: (navPos.left - (widths * 3)) + "px" });
- $(".lefts").css({ display: "block" });
- } else { $(".rights").css({ display: "none" }); }
- }
- });
- if ($(".lefts").css = "block")
- {
- $(".lefts").click(function ()
- {
- $(".rights").css({ display: "block" })
- var ico = $(".lotternav").children("a");
- var navPos = $(".lotternav").position();
- var widths = ico.width();
- var snavWidth = widths * ico.length - 1;
- var last = snavWidth - (widths * 4);
- if (Math.abs(navPos.left) % widths * 3 == 0)
- {
- if (navPos.left < -widths)
- {
- $(".lotternav").css({ left: (navPos.left + (widths * 3)) + "px" });
- } else { $(".lefts").css({ display: "none" }); }
- }
- })
- }
- });
- $(function ()
- {
- $('#unfold').click(function ()
- {
- $('.zst-subnav').css('display', 'none');
- $('#show-nav img').attr({ src: "/static/images/down-icon.png" });
- })
- $('#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>
- </head>
- <body>
- <div class="topbar" id="header">
- <a class="back" href="javascript:history.go(-1);"></a>
- <h1><span id="show-nav"><%=LotteryName %>玩法规则<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>
- <div class="wrap">
- <div class=" zst-subnav">
- <%=MenuHtml %>
- <div class="unfold-up" id="unfold">
- </div>
- </div>
- </div>
- <%--<uc1:header id="header1" runat="server" />
- <div class="wrap">
- <div class="subnav">
- <ul>
- <li class="sectlt"><a href="/kjh/">全国彩</a></li>
- <li><a href="/kjh/sdkjh.aspx">开机号</a></li>
- <li><a href="/kjh/sdsjh.aspx">试机号</a></li>
- </ul>
- <ul class="enlarge" id="enlarge" style="display: none;">
- <li><a href="/kjh/3d-zjgz/">玩法</a></li>
- </ul>
- <div class="unfold" onclick="unfold()" id="unfold">
- </div>
- </div>
- </div>--%>
-
- <div class="wrap">
- <div class="container">
-
- <div class="ruleInfo">
- <div class="ruleTitle">
- <ul>
- <%=SwitchHtml %>
- </ul>
- </div>
- <%=ContentHtml%>
- </div>
- </div>
- </div>
- <script type="text/javascript">
- showNavSelect();
- </script>
- <uc2:footer id="footer1" runat="server" />
- </body>
- </html>
|