123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- @{ Layout = null; }
- @using System.Web.Mvc.Html
- @using Models
- @model Tuple<List<PageLottery>, List<PageLottery>>
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <meta name="description" content="中国彩吧的专业彩票工具|彩票走势图站点|彩票遗漏统计 - 彩吧助手">
- <meta name="keywords" content="彩吧助手,3D在线缩水,P3在线缩水,3D走势图,P3走势图,P5走势图,双色球走势图,大乐透走势图,22选5走势图,七乐彩走势图,3D遗漏分析,P3遗漏分析,双色球遗漏分析">
- <title>彩吧资讯提供福彩开奖结果,字谜太湖钓叟,预测,图谜,胆码,杀码,开机号、试机号、开奖结果、字谜与图谜汇总、杀号定胆等专业彩票信息网站</title>
- @*<link rel="stylesheet/less" type="text/css" href="~/Content/css/kj/kj.less" />*@
- <link href="~/Content/miniCss/kj/kj.css?v=@(DateTime.Now.Millisecond)" rel="stylesheet" />
- <script src="~/Content/lib/jquery-3.2.1.min.js"></script>
- </head>
- <body>
- @Html.Partial("_header1", "KJ")
- <div class="kj-page">
- @*<div id="ads-wrapper">
- <script type="text/javascript">
- /*m.55128.cn联盟广告*/
- var cpro_id = "u3378734";
- </script>
- <script type="text/javascript" src="//cpro.baidustatic.com/cpro/ui/cm.js"></script>
- </div>*@
- <div id="ads-wrapper" style="border:1px solid #eee;">
- <div id="advertisement-top">
- <!--联盟广告-->
- <script src="//pic.55128.cn/ad_js/mobil_advertisement_js.js"></script>
- </div>
- </div>
- <section class="kj-category-wrapper">
- <div class="kj-category kj-active"><span class="tab-text">全国彩</span></div>
- <div class="kj-category"><span class="tab-text">地方彩</span></div>
- <div class="kj-category"><span class="tab-text">高频彩</span></div>
- </section>
- @if (Model != null)
- {
- <section class="kj-wrapper" id="wrapper1">
- @foreach (PageLottery plitem in Model.Item1)
- {
- <div class='kj-item-wrapper @(plitem.Type == "qgc" ? "kj-item-active" : "")'>
- @foreach (LotteryData item in plitem.Data)
- {
- <div class="kj-item-list border-1px-bottom">
- <div class="kj-item-title">
- <span class="kj-item-name">@item.LotteryName</span>
- <span class="kj-item-periods">第@(item.Term)期</span>
- </div>
- <div class="kj-item-ball">
- <div class="ball-wrapper">
- @if (item.RedBall != null && item.RedBall.Length > 0)
- {
- foreach (string ball in item.RedBall)
- {
- <span class="ball-item redBall">@ball</span>
- }
- }
- @if (item.BlueBall != null && item.BlueBall.Length > 0)
- {
- foreach (string ball in item.BlueBall)
- {
- <span class="ball-item blueBall">@ball</span>
- }
- }
- </div>
- <a href="@(item.LotteryText).html">
- <span class="more iconfont icon-right">
- </span>
- </a>
- </div>
- <div class="kj-item-bottom">
- @{
- string moneyPond = "";
- if (item.GetType().GetProperty("MoneyPond") != null)
- {
- moneyPond = item.MoneyPond;
- }
- }
- <span class="kj-item-bl">奖池:<span class="kj-item-jackpot">@(string.IsNullOrWhiteSpace(moneyPond) ? "0.00" : string.Format("{0:N2}", float.Parse(moneyPond)))</span>元</span>
- <div class="kj-item-br">
- <a href="@(item.LotteryText).html"><span class="kj-btn">开奖详情</span></a>
- <a href="@(item.HasLotteryZS==true?"/kjzs/"+item.LotteryText+".html":"#")" class=""><span class="kj-btn">走势图表</span></a>
- </div>
- </div>
- </div>
- }
- </div>
- }
- <div class="kj-item-wrapper">
- <div class="kj-high-lottery-wrapper">
- <div class="kj-high-lottery-left">
- <div class="kj-high-lottery-category kj-active">11选5</div>
- <div class="kj-high-lottery-category">快3</div>
- <div class="kj-high-lottery-category">快乐十分</div>
- <div class="kj-high-lottery-category">快乐12</div>
- <div class="kj-high-lottery-category">更多彩种</div>
- </div>
- <div class="kj-high-lottery-right" id="wrapper">
- <div class="content">
- @foreach (PageLottery plitem in Model.Item2)
- {
- <div class="v-item-list">
- <div class="high-lottery-title border-1px-bottom">@plitem.Name</div>
- @foreach (LotteryData item in plitem.Data)
- {
- <div class="kj-item-list border-1px-bottom">
- <div class="kj-item-title">
- <span class="kj-item-name">@item.LotteryName</span>
- <span class="kj-item-periods">第@(item.Term)期</span>
- </div>
- <div class="kj-item-ball">
- <div class="ball-wrapper">
- @if (item.RedBall != null && item.RedBall.Length > 0)
- {
- foreach (string ball in item.RedBall)
- {
- <span class="ball-item redBall">@ball</span>
- }
- }
- @if (item.BlueBall != null && item.BlueBall.Length > 0)
- {
- foreach (string ball in item.BlueBall)
- {
- <span class="ball-item blueBall">@ball</span>
- }
- }
- @if (item.LotteryType == "GP_KLPK3_ShanDong" && item.Details != null && item.Details.Count > 0)
- {
- foreach (LotteryDetail subitem in item.Details)
- {
- <div class="huase-item @subitem.Label">
- <span class="iconfont icon-@subitem.Label"></span>
- <span class="huase-num">@subitem.Value</span>
- </div>
- }
- }
- </div>
- @*<a href="@(item.LotteryType.ToLower()).html">
- <span class="more iconfont icon-right">
- </span>
- </a>*@
- </div>
- <div class="kj-item-bottom">
- @{
- string moneyPond = "";
- if (item.GetType().GetProperty("MoneyPond") != null)
- {
- moneyPond = item.MoneyPond;
- }
- }
- <span class="kj-item-bl">奖池:<span class="kj-item-jackpot">@(string.IsNullOrWhiteSpace(moneyPond) ? "0.00" : string.Format("{0:N2}", float.Parse(moneyPond)))</span>元</span>
- <div class="kj-item-br">
- @*<a href="@(item.LotteryType.ToLower()).html"><span class="kj-btn">开奖详情</span></a>*@
- <a href="@(item.HasLotteryZS==true?"/kjzs/"+item.LotteryText+".html":"#")" class=""><span class="kj-btn">走势图表</span></a>
- </div>
- </div>
- </div>
- }
- </div>
- }
- </div>
- </div>
- <div style="clear:both;"></div>
- </div>
- </div>
- </section>
- }
- </div>
- @Html.Partial("_footer", "KJ")
- <script src="~/Content/lib/less.min.js"></script>
- <script src="~/Content/lib/jquery-3.2.1.min.js"></script>
- <script src="~/Content/lib/bscroll.js"></script>
- <script src="~/Content/js/kj/kj.js?v=@(DateTime.Now.Millisecond)"></script>
- </body>
- </html>
|