123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509 |
- @using Models
- @using KJH55128_Rec.ViewModels
- @using Common
- @model LotteryData
- @{
- string nav = "";
- string lotterytype = "";
- LotterySupply lotterySuppley = null;
- if (ViewBag.area == "qgc")//全国彩
- {
- nav = "lotterynav";
- lotterytype = "QGC";
- }
- if (ViewBag.area == "dfc")//地方彩
- {
- nav = "lotterynav";
- lotterytype = "DFC";
- }
- if (ViewBag.lotterysu != null)
- {
- lotterySuppley = new LotterySupply();
- lotterySuppley = ViewBag.lotterysu;
- }
- string ze = Model.MoneyPond == null ? "0.00" : Model.MoneyCount;
- if (Model.MoneyCount != null && Model.MoneyCount.IndexOf(" ") != -1)
- {
- ze = Model.MoneyCount.Replace(" ", "");
- }
- }
- <!DOCTYPE html>
- <html>
- <head>
- @if (ViewBag.tdk != null)
- {
- <title>@(ViewBag.tdk.Tags)</title>
- if (string.IsNullOrEmpty(ViewBag.tdk.Tags))
- {
- <title>@(Model.LotteryName)开奖结果_@(Model.LotteryName)开奖结果查询_@(Model.LotteryName)开奖结果今天_开奖助手</title>
- }
- }
- else
- {
- <title>@(Model.LotteryName)开奖结果_@(Model.LotteryName)开奖结果查询_@(Model.LotteryName)开奖结果今天_开奖助手</title>
- }
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- @*<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">*@
- @if (ViewBag.tdk != null)
- {
- <meta name="Description" content="@(ViewBag.tdk.Description)">
- <meta name="Keywords" content="@(ViewBag.tdk.Keywords)">
- }
- else
- {
- <meta name="Description" content="@(Model.LotteryName)开奖结果提供中国福利彩票@(Model.LotteryName)开奖结果查询,包括福利彩票@(Model.LotteryName)开奖结果今天、开奖号码等内容,查询@(Model.LotteryName)开奖结果就上开奖助手">
- <meta name="tags" content="开奖助手-双色球,大乐透,体彩,福彩,高频彩,时时彩,走势图,全国彩票开奖结果">
- <meta name="Keywords" content="@(Model.LotteryName)开奖结果,@(Model.LotteryName)开奖结果查询">
- }
- <meta charset="UTF-8">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
- <link rel="stylesheet" type="text/css" href="~/Content/css/kaijdetail.css?v=@(DateTime.Now.Millisecond)">
- @*<link rel="stylesheet" type="text/less" href="~/public/css/kaijdetail.less?v=@(DateTime.Now.Millisecond)" />*@
- <link rel="icon" type="image/x-icon" href="~/Content/images/favicon.ico" mce_href="/images/favicon.ico">
- <style type="text/css">
- .logo-left {
- line-height: 1 !important;
- padding-left: 0 !important;
- }
- </style>
- </head>
- <body>
- @Html.Action("header", "Shared")
- <div class="main">
- @Html.Action(nav, "Shared", new { type = lotterytype })
- @Html.Action("ads", "Shared", new { className = "lg-margin" })
- <section class="mainContent row">
- <section class="typecell-wrapper col-xs-12 col-sm-7 col-md-9">
- <div class="detail-wrapper">
- <div class="row kaijbox-padding">
- <div class="col-12">
- <div class="row" id="kj">
- <div class="col-2">
- <div class="kaij-icon">
- <div class="text-center">
- <span class="iconfont icon-@(Model.LotteryType) icon-shadow"></span>
- </div>
- <span class="kaij-text text-center">@Model.LotteryName</span>
- </div>
- </div>
- <div class="col-10">
- <div class="kaij-data">
- <div class="kaij-title">
- <span class="kaij-name">@(Model.LotteryName)</span>第
- <div class="qs-select-wrapper">
- <div class="caret"></div>
- <p class="qs-select-box">@Model.Term</p>
- <ul class="qs-select">
- @{ int qs = int.Parse(Model.Term);}
- @for (int i = 1; i < 15; i++)
- {
- if ((qs - i).ToString().IndexOf("000") == -1)
- {
- <li>
- <a href="/kjxq/@(ViewBag.area)-@(Model.LotteryText)-@(qs - i).html" target="_blank">@(qs - i)</a>
- </li>
- }
- else
- {
- int lastqs = StringHelper.GetLastTermOfLastYear(Model.KJTime);
- int year = StringHelper.GetLastYear(Model.Term);
- for (int j = 0; j < 6; j++)
- {
- <li>
- <a href="/kjxq/@(ViewBag.area)-@(Model.LotteryText)-@(year)@(lastqs- j).html" target="_blank">@(year)@(lastqs - j)</a>
- </li>
- }
- break;
- }
- }
- </ul>
- </div>
- 期开奖结果
- @*<span class="kaij-name">@(Model.LotteryName)</span>第<span class="kaij-qs">@(Model.Term)</span> 期开奖结果*@
- <span style="margin-left: 10px;">
- 开奖时间:<span style="margin-right: 4px;">@string.Format("{0:yyyy年MM月dd日}", Convert.ToDateTime(Model.OpenTime))</span>|
- 兑奖截止:<span style="margin-right: 4px;">@(StringHelper.GetDuiJiangtime(Model.OpenTime).ToString("yyyy年MM月dd日"))</span>
- </span>
- </div>
- <div class="kaij-cartoon">
- @if (Model.LotteryText == "hk6" && ViewBag.newBall != null)
- {
- <div class="kaij-cartoon">
- @{ int i = 1;}
- @foreach (var balls in ViewBag.newBall)
- {
- <span class="ball-list @(balls.LotteryAttrItem.BoSeType.ToString().ToLower())">@balls.OpenCode</span>
- if (i == 6)
- {
- <span class="ball-list-newfont gray">+</span>
- }
- i++;
- }
- </div>
- <div class="kaij-cartoon-new">
- @{ i = 1;}
- @foreach (var balls in ViewBag.newBall)
- {
- <span class="ball-list-new">@(balls.LotteryAttrItem.ShengXiao)</span>
- if (i == 6)
- {
- <span class="ball-list-new gray"></span>
- }
- i++;
- }
- </div>
- <div class="kaij-cartoon-new">
- @{ i = 1;}
- @foreach (var balls in ViewBag.newBall)
- {
- <span class="ball-list-new">@(balls.LotteryAttrItem.WuXing)</span>
- if (i == 6)
- {
- <span class="ball-list-new gray"></span>
- }
- i++;
- }
- </div>
- }
- else
- {
- <div class="kaij-cartoon">
- @if (Model.RedBall != null && Model.RedBall.Length > 0)
- {
- foreach (string ball in Model.RedBall)
- {
- <span class="ball-list red">@ball</span>
- }
- }
- @if (Model.BlueBall != null && Model.BlueBall.Length > 0)
- {
- foreach (string ball in Model.BlueBall)
- {
- <span class="ball-list blue">@ball</span>
- }
- }
- @if (Model.Details != null && Model.Details.Count > 0 && Model.LotteryType == "GP_KLPK3_ShanDong")
- {
- foreach (LotteryDetail ball in Model.Details)
- {
- <div class="pk3-list @ball.Label">
- <span class="iconfont icon-pk3 icon-@ball.Label"></span>
- <span class="ball-pk3">@ball.Value</span>
- </div>
- }
- }
- </div>
- }
- @*@if (Model.RedBall != null && Model.RedBall.Length > 0)
- {
- foreach (string ball in Model.RedBall)
- {
- <span class="ball-list red">@ball</span>
- }
- }
- @if (Model.BlueBall != null && Model.BlueBall.Length > 0)
- {
- foreach (string ball in Model.BlueBall)
- {
- <span class="ball-list blue">@ball</span>
- }
- }
- @if (Model.Details != null && Model.Details.Count > 0 && Model.LotteryType == "GP_KLPK3_ShanDong")
- {
- foreach (LotteryDetail ball in Model.Details)
- {
- <div class="pk3-list @ball.Label">
- <span class="iconfont icon-pk3 icon-@ball.Label"></span>
- <span class="ball-pk3">@ball.Value</span>
- </div>
- }
- }*@
- </div>
- <div class="kaij-line"></div>
- </div>
- <div class="kaij-btns">
- <span class="kaij-btn-item2">@(string.IsNullOrWhiteSpace(ViewBag.lotterysu.hezhi) ? "" : "和值:" + (ViewBag.lotterysu.hezhi))</span>|
- <span class="kaij-btn-item2">@(string.IsNullOrWhiteSpace(lotterySuppley.jioubi) ? "" : "奇偶比:" + (lotterySuppley.jioubi))</span>|
- <span class="kaij-btn-item2">@(string.IsNullOrWhiteSpace(lotterySuppley.daxiaobi) ? "" : "大小比:" + (lotterySuppley.daxiaobi))</span>
- <span class="kaij-btn-item2">@(string.Format(" 投注总额:{0:N2}元", float.Parse(ze)))</span>
- <span class="kaij-btn-item2">@(string.IsNullOrWhiteSpace(Model.MoneyPond) ? "" : string.Format("滚动奖池:{0:N2}元", float.Parse(Model.MoneyPond)))</span>
- </div>
- <div class="kaij-btns">
- <span class="kaij-btn-item2" style="font-weight:bold">@(Model.LotteryName)历史开奖:</span>
- <a class="kaij-btn-item" href="/kjls/@(lotterytype.ToLower())-@(Model.LotteryText)-n30.html" target="_blank">近30期</a>
- <a class="kaij-btn-item" href="/kjls/@(lotterytype.ToLower())-@(Model.LotteryText)-n50.html" target="_blank">近50期</a>
- <a class="kaij-btn-item" href="/kjls/@(lotterytype.ToLower())-@(Model.LotteryText)-n80.html" target="_blank">近80期</a>
- <a class="kaij-btn-item" href="/kjls/@(lotterytype.ToLower())-@(Model.LotteryText)-n120.html" target="_blank">近120期</a>
- </div>
- <div class="kaij-btns">
- <span class="kaij-btn-item2" style="font-weight:bold">@(Model.LotteryName)相关推荐:</span>
- @if (Model.LotteryText == "fc3d" || Model.LotteryText == "pl3" || Model.LotteryText == "ssq" || Model.LotteryText == "dlt")
- {
- <a class="kaij-btn-item" href="/kjh/@(Model.LotteryText).html" target="_blank">开机号</a>
- }
- @if (Model.LotteryText == "fc3d" || Model.LotteryText == "pl3")
- {
- <a class="kaij-btn-item" href="/sjh/@(Model.LotteryText).html" target="_blank">试机号</a>
- }
- <a class="kaij-btn-item" href="/wfgz/@(lotterytype.ToLower())-@(Model.LotteryText).html" target="_blank">玩法规则</a>
- <a class="kaij-btn-item" href="/kjls/@(lotterytype.ToLower())-@(Model.LotteryText).html" target="_blank">历史开奖</a>
- <a class="kaij-btn-item" href="@(string.IsNullOrWhiteSpace(lotterySuppley.zsurl) ? "http://www.55128.cn/zs/" : "http://www.55128.cn" + (lotterySuppley.zsurl))" target="_blank">走势图</a>
- <a class="kaij-btn-item" href="@(string.IsNullOrWhiteSpace(lotterySuppley.gjurl) ? "http://www.55128.cn/tool/" : "http://www.55128.cn" + (lotterySuppley.gjurl))" target="_blank">工具</a>
- </div>
- @Html.Action("recomurl", "Shared", new { code = Model.LotteryText, type = 0 })
- </div>
- </div>
- </div>
- </div>
- </div>
- @if (Model.LotteryText != "shttc")
- {
- <div class="typecell" id="table">
- <table>
- <caption>本期开奖情况</caption>
- <thead>
- <tr>
- <th>奖项</th>
- <th>单注奖金(元)</th>
- <th>中奖注数</th>
- </tr>
- </thead>
- @if (Model.ResultsList != null && Model.ResultsList.Count > 0)
- {
- for (int i = 0; i < Model.ResultsList.Count; i++)
- {
- <tr class="@(i % 2 == 0 ? "b-tr" : "a-tr")">
- <td>@Model.ResultsList[i].LevelName</td>
- <td>@(string.IsNullOrWhiteSpace(Model.ResultsList[i].Money) ? "0.00" : string.Format("{0:N2}", float.Parse(Model.ResultsList[i].Money)))</td>
- <td>@Model.ResultsList[i].Count</td>
- </tr>
- }
- }
- else
- {
- @Html.Raw("<tr class='b-tr'><td colspan='3' style='font-size:1.6rem;'>暂无此彩种开奖情况</td></tr>");
- }
- </table>
- </div>
- <div class="typecell">
- <div class="explain">
- <h3>@(Model.LotteryName)中奖说明</h3>
- <div class="explainImg @(Model.LotteryText)">
- </div>
- </div>
- </div>
- }
- </section>
- <section class="main-ads-wrapper col-xs-12 col-sm-5 col-md-3" style="margin-top:15px;">
- <section class="ads-section">
- <div class="ads-list-title row">
- <div class="ads-title-lable col-xs-12">
- <span class="iconfont icon-@(Model.LotteryType)" style="padding: 0 5px;font-size:35px;font-weight: normal;">
- </span> @(Model.LotteryName)走势图推荐
- </div>
- </div>
- @Html.Action("zsTools", "Shared", new { lottery = Model.LotteryText, type = 1 })
- </section>
- <section class="ads-section">
- <div class="ads-list-title row">
- <div class="ads-title-lable col-xs-12">
- @(Model.LotteryName)玩法介绍
- </div>
- </div>
- <div class="ads-list-content">
- <div class="ads-list">
- <a href="/wfgz/@(lotterytype.ToLower())-@(Model.LotteryText).html" title="@(Model.LotteryName)玩法规则说明" style="padding-left: 10px;" target="_blank">
- <span class="ads-list-lable">@(Model.LotteryName)玩法规则说明</span>
- </a>
- </div>
- <div class="ads-list">
- <a href="/wfgz/@(lotterytype.ToLower())-@(Model.LotteryText).html" title="@(Model.LotteryName)中奖规则" style="padding-left: 10px;" target="_blank">
- <span class="ads-list-lable">@(Model.LotteryName)中奖规则</span>
- </a>
- </div>
- <div class="ads-list">
- <a href="/wfgz.html" title="其他彩种玩法规则" style="padding-left: 10px;" target="_blank">
- <span class="ads-list-lable">其他彩种玩法规则</span>
- </a>
- </div>
- </div>
- </section>
- @Html.Action("recomzxBytype", "Shared", new { type = Model.LotteryText })
- @if (lotterytype == "DFC")
- {
- <section class="ads-section">
- <div class="ads-list-title row">
- <div class="ads-title-lable col-xs-10">
- @(Model.LotteryName)近8期开奖结果
- </div>
- <a class="more col-xs-2" href="/kjls/@(lotterytype.ToLower())-@(Model.LotteryText).html" target="_blank"><span>更多 <i class="iconfont icon-right"></i></span></a>
- </div>
- <div class="ads-list-content">
- @for (int i = 1; i <= 8; i++)
- {
- <div class="ads-list">
- <a href="/kjxq/@(lotterytype.ToLower())-@(Model.LotteryText)-@(Int32.Parse(Model.Term)-i).html" style="padding-left: 10px;" target="_blank">
- <span class="ads-list-lable" style="padding-right:0px;">@(Model.LotteryName)第@(Int32.Parse(Model.Term) - i)期开奖号详情</span>
- </a>
- </div>
- }
- </div>
- </section>
- }
- </section>
- @if (Model.LotteryText == "hk6" && ViewBag.newBall != null)
- {
- <div class="row row-new">
- <div class="col-12">
- <div class="list">
- <div class="list-head">
- <span class="head-left">属性参照表</span>
- </div>
- <div class="list-head">
- <span class="head-left-new new-on" id="bs">波色</span><span class="head-left-new" id="sx">生肖</span><span class="head-left-new" id="wx">五行</span>
- </div>
- <div class="list-content" id="table1">
- <!--table-->
- <table class="table table-bordered table-striped">
- <thead>
- </thead>
- <tbody>
- <tr class="thead-new thead-new-head">
- <th scope="col" colspan="3" class="table-headtxt">波色对照表</th>
- </tr>
- <tr class="thead-new">
- <th scope="col" class="table-headtxt red">红波</th>
- <th scope="col" class="table-headtxt blue">蓝波</th>
- <th scope="col" class="table-headtxt green">绿波</th>
- </tr>
- <tr>
- @foreach (var item in ViewBag.bs)
- {
- <td class="td-number td-number-new">
- @foreach (int item1 in item.Value as List<int>)
- {
- <span class="ball-list-dnew @item.Key.ToString().ToLower()">@item1</span>
- }
- </td>
- }
- </tr>
- </tbody>
- </table>
- </div>
- <div class="list-content" id="table2">
- <!--table-->
- <table class="table table-bordered table-striped">
- <thead>
- </thead>
- <tbody>
- <tr class="thead-new1 thead-new-head">
- <th scope="col" colspan="12" class="table-headtxt">生肖对照表</th>
- </tr>
- <tr class="thead-new1">
- <th scope="col" class="table-headtxt">鼠</th>
- <th scope="col" class="table-headtxt">牛</th>
- <th scope="col" class="table-headtxt">虎</th>
- <th scope="col" class="table-headtxt">兔</th>
- <th scope="col" class="table-headtxt">龙</th>
- <th scope="col" class="table-headtxt">蛇</th>
- <th scope="col" class="table-headtxt">马</th>
- <th scope="col" class="table-headtxt">羊</th>
- <th scope="col" class="table-headtxt">猴</th>
- <th scope="col" class="table-headtxt">鸡</th>
- <th scope="col" class="table-headtxt">狗</th>
- <th scope="col" class="table-headtxt">猪</th>
- </tr>
- <tr>
- @foreach (var item in ViewBag.sx)
- {
- <td class="td-number td-number-new">
- @foreach (var item1 in item.Value)
- {
- <span class="ball-list-dnew rednew">@item1</span>
- }
- </td>
- }
- </tr>
- </tbody>
- </table>
- </div>
- <div class="list-content" id="table3">
- <!--table-->
- <table class="table table-bordered table-striped">
- <thead>
- </thead>
- <tbody>
- <tr class="thead-new2 thead-new-head">
- <th scope="col" colspan="5" class="table-headtxt">五行对照表</th>
- </tr>
- <tr class="thead-new2">
- <th scope="col" class="table-headtxt">金</th>
- <th scope="col" class="table-headtxt">木</th>
- <th scope="col" class="table-headtxt">水</th>
- <th scope="col" class="table-headtxt">火</th>
- <th scope="col" class="table-headtxt">土</th>
- </tr>
- <tr>
- @foreach (var item in ViewBag.wx)
- {
- <td class="td-number td-number-new">
- @foreach (var item1 in item.Value)
- {
- <span class="ball-list-dnew rednew">@item1</span>
- }
- </td>
- }
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- }
- </section>
- </div>
- @Html.Action("footer", "Shared")
- <script src="~/Content/tools/libs/jquery-3.2.1.min.js"></script>
- <script src="~/Content/js/common/public.js"></script>
- <script src="~/Content/tools/datePicker/WdatePicker.js"></script>
- <script src="~/Content/js/common.js" type="text/javascript" charset="utf-8"></script>
- @*<script src="~/public/css/libs/less.min.js"></script>*@
- <script>
- $(function () {
- $(".qs-select-box").click(function (e) {
- $(".qs-select").show();
- e.stopPropagation();
- })
- $(".qs-select-wrapper .caret").click(function (e) {
- $(".qs-select").show();
- e.stopPropagation();
- })
- $(".qs-select li").click(function (e) {
- $(".query-select").hide();
- })
- $(window).click(function (event) {
- var e = event || window.event;
- if ($(".qs-select").css("display") != "none") {
- $(".qs-select").hide();
- }
- })
- })
- </script>
- </body>
- </html>
|