123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- @model CP.Web.ZstOutHelp
- @using CP.Model;
- @using CP.Common;
- @{
- Layout = "~/Views/Shared/_zst.cshtml";
- Page.Chart = Model.Chart;
- Page.Cz = Model.Cz;
- Page.InnerLink = Model.InnerLinkList;
- Page.ZsList = Model.ZsList;
- Page.GjList = Model.GjList;
- Page.YlList = Model.YlList;
- Page.TbList = Model.TbList;
- Page.ZtList = Model.ZtList;
- Page.Title = Model.Chart.title;
- Page.Description = Model.Chart.description;
- Page.Keywords = Model.Chart.keywords;
- var chart = Model.Chart;
- var cz = Model.Cz;
- var tjmenu = Model.InnerLinkList;
- var pagesize = Model.PageSize;
- var year = Model.Year;
- var week = Model.Week;
- }
- <div class="wrap">
- <div class="navbar">
- <span>当前位置:</span><a href="/">首页</a> - <a href="/zs/">走势图</a> - <a href="">@cz.name</a> - @chart.name
- </div>
- </div>
- <div class="wrap">
- <div class="container">
- <div class="title">
- <div class="search-box" id="trendSearchBox">
- <div class="search-link">
- @Html.Raw(Model.Dayhtml)
- </div>
- <div class="zs-search day">
- <input type="text" id="searchTime" name="searchTime" class="input-term" value=""
- placeholder="请输入查询日期,如:20160609" onkeyup="this.value=this.value.replace(/[^0-9]/g,'')" />
- </div>
- <input type="submit" value="查看" class="btn-search" id="btnSearch" />
- <input type="button" value="刷新" class="btn-search" id="btnRefresh" />
- </div>
- <h1>
- @chart.name
- </h1>
- </div>
- <div class="trend" id="trendBox">
- <!--走势图功能选择部分 begin-->
- <div class="ctl-box">
- 标注形式选择:
- <span class="ctl-item"><input type="checkbox" name="ctl_foldLine" id="ctl_foldLine1" checked="checked" autocomplete="off"><label for="ctl_foldLine1">折线</label></span>
- <span class="ctl-item"><input type="checkbox" name="ctl_miss" id="ctl_miss1" autocomplete="off"><label for="ctl_miss1">不带遗漏数据</label></span>
- <span class="ctl-item"><input type="checkbox" name="ctl_sliceMiss" id="ctl_sliceMiss1" autocomplete="off"><label for="ctl_sliceMiss1">遗漏分层</label></span>
- </div>
- <!--走势图功能选择部分 end-->
- <!--数据体部分 begin-->
- <table class="chartTable" id="chartBody">
- <thead>
- <tr>
- <th width="60" rowspan="2" class="sort_up brl"><strong>期号</strong></th>
- <th rowspan="2" class="split02"></th>
- <th rowspan="2" colspan="5">开奖号码</th>
- <th rowspan="2" class="split02"></th>
- <th width="35" rowspan="2">和值</th>
- <th rowspan="2" class="split02"></th>
- <th colspan="18">和值分布</th>
- <th rowspan="2" class="split02"></th>
- <th width="35" rowspan="2">和尾</th>
- <th rowspan="2" class="split02"></th>
- <th colspan="10" class="brr">和尾分布</th>
- </tr>
- <tr>
- <th width="35">15<br />|<br />20</th>
- <th width="35">21<br />|<br />25</th>
- <th width="35">26<br />|<br />30</th>
- <th width="35">31<br />|<br />35</th>
- <th width="35">36<br />|<br />40</th>
- <th width="35">41<br />|<br />45</th>
- <th width="35">46<br />|<br />50</th>
- <th width="35">51<br />|<br />55</th>
- <th width="35">56<br />|<br />60</th>
- <th width="35">61<br />|<br />65</th>
- <th width="35">66<br />|<br />70</th>
- <th width="35">71<br />|<br />75</th>
- <th width="35">76<br />|<br />80</th>
- <th width="35">81<br />|<br />85</th>
- <th width="35">86<br />|<br />90</th>
- <th width="35">91<br />|<br />95</th>
- <th width="35">96<br />|<br />100</th>
- <th width="35">101<br />|<br />105</th>
- <th width="25">0</th>
- <th width="25">1</th>
- <th width="25">2</th>
- <th width="25">3</th>
- <th width="25">4</th>
- <th width="25">5</th>
- <th width="25">6</th>
- <th width="25">7</th>
- <th width="25">8</th>
- <th width="25" class="brr">9</th>
- </tr>
- </thead>
- <tbody id="chartData">
- @Html.Raw(Model.Oinfo.zsthtml)
- </tbody>
- <!--模拟选号框-->
- <tbody id="preseleBody">
- <tr class="presele" style="height:40px;">
- <td colspan="9" class="presele-title brl"><strong>选号1</strong></td>
- <td class="split01"></td>
- <td style="height:15px;line-height:15px;" pl="hz_red">15<br />|<br />20</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">21<br />|<br />25</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">26<br />|<br />30</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">31<br />|<br />35</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">36<br />|<br />40</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">41<br />|<br />45</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">46<br />|<br />50</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">51<br />|<br />55</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">56<br />|<br />60</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">61<br />|<br />65</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">66<br />|<br />70</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">71<br />|<br />75</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">76<br />|<br />80</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">81<br />|<br />85</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">86<br />|<br />90</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">91<br />|<br />95</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">96<br />|<br />100</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">101<br />|<br />105</td>
- <td class="split01"></td>
- <td></td>
- <td class="split01"></td>
- <td pl="bg-box2">0</td>
- <td pl="bg-box2">1</td>
- <td pl="bg-box2">2</td>
- <td pl="bg-box2">3</td>
- <td pl="bg-box2">4</td>
- <td pl="bg-box2">5</td>
- <td pl="bg-box2">6</td>
- <td pl="bg-box2">7</td>
- <td pl="bg-box2">8</td>
- <td class="brr" pl="bg-box2">9</td>
- </tr>
- <tr class="presele" style="height:40px;">
- <td colspan="9" class="presele-title brl"><strong>选号2</strong></td>
- <td class="split01"></td>
- <td style="height:15px;line-height:15px;" pl="hz_red">15<br />|<br />20</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">21<br />|<br />25</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">26<br />|<br />30</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">31<br />|<br />35</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">36<br />|<br />40</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">41<br />|<br />45</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">46<br />|<br />50</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">51<br />|<br />55</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">56<br />|<br />60</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">61<br />|<br />65</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">66<br />|<br />70</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">71<br />|<br />75</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">76<br />|<br />80</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">81<br />|<br />85</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">86<br />|<br />90</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">91<br />|<br />95</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">96<br />|<br />100</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">101<br />|<br />105</td>
- <td class="split01"></td>
- <td></td>
- <td class="split01"></td>
- <td pl="bg-box2">0</td>
- <td pl="bg-box2">1</td>
- <td pl="bg-box2">2</td>
- <td pl="bg-box2">3</td>
- <td pl="bg-box2">4</td>
- <td pl="bg-box2">5</td>
- <td pl="bg-box2">6</td>
- <td pl="bg-box2">7</td>
- <td pl="bg-box2">8</td>
- <td class="brr" pl="bg-box2">9</td>
- </tr>
- <tr class="presele" style="height:40px;">
- <td colspan="9" class="presele-title brl"><strong>选号3</strong></td>
- <td class="split01"></td>
- <td style="height:15px;line-height:15px;" pl="hz_red">15<br />|<br />20</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">21<br />|<br />25</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">26<br />|<br />30</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">31<br />|<br />35</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">36<br />|<br />40</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">41<br />|<br />45</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">46<br />|<br />50</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">51<br />|<br />55</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">56<br />|<br />60</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">61<br />|<br />65</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">66<br />|<br />70</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">71<br />|<br />75</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">76<br />|<br />80</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">81<br />|<br />85</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">86<br />|<br />90</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">91<br />|<br />95</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">96<br />|<br />100</td>
- <td style="height:15px;line-height:15px;" pl="hz_red">101<br />|<br />105</td>
- <td class="split01"></td>
- <td></td>
- <td class="split01"></td>
- <td pl="bg-box2">0</td>
- <td pl="bg-box2">1</td>
- <td pl="bg-box2">2</td>
- <td pl="bg-box2">3</td>
- <td pl="bg-box2">4</td>
- <td pl="bg-box2">5</td>
- <td pl="bg-box2">6</td>
- <td pl="bg-box2">7</td>
- <td pl="bg-box2">8</td>
- <td class="brr" pl="bg-box2">9</td>
- </tr>
- </tbody>
- </table>
- <!--数据体部分 end-->
- <div class="ctl-box">
- 标注形式选择:
- <span class="ctl-item"><input type="checkbox" name="ctl_foldLine" id="ctl_foldLine2" checked="checked" autocomplete="off"><label for="ctl_foldLine2">折线</label></span>
- <span class="ctl-item"><input type="checkbox" name="ctl_miss" id="ctl_miss2" autocomplete="off"><label for="ctl_miss2">不带遗漏数据</label></span>
- <span class="ctl-item"><input type="checkbox" name="ctl_sliceMiss" id="ctl_sliceMiss2" autocomplete="off"><label for="ctl_sliceMiss2">遗漏分层</label></span>
- <div class="dataAnalysisBox">
- <input name="analysisbtn" id="currentAnalysis" checked="checked" type="radio" autocomplete="off">
- <label for="currentAnalysis">当前页统计</label>
- </div>
- </div>
- <!--数据统计-->
- <table class="chartTable">
- <tbody>
- <tr>
- <th width="60" rowspan="2" class="sort_up brl"><strong>期号</strong></th>
- <th rowspan="2" class="split02"></th>
- <th rowspan="2" colspan="5">开奖号码</th>
- <th rowspan="2" class="split02"></th>
- <th width="35" rowspan="2">和值</th>
- <th rowspan="2" class="split02"></th>
- <th colspan="18">和值分布</th>
- <th rowspan="2" class="split02"></th>
- <th width="35" rowspan="2">和尾</th>
- <th rowspan="2" class="split02"></th>
- <th colspan="10" class="brr">和尾分布</th>
- </tr>
- <tr>
- <th width="35">15<br />|<br />20</th>
- <th width="35">21<br />|<br />25</th>
- <th width="35">26<br />|<br />30</th>
- <th width="35">31<br />|<br />35</th>
- <th width="35">36<br />|<br />40</th>
- <th width="35">41<br />|<br />45</th>
- <th width="35">46<br />|<br />50</th>
- <th width="35">51<br />|<br />55</th>
- <th width="35">56<br />|<br />60</th>
- <th width="35">61<br />|<br />65</th>
- <th width="35">66<br />|<br />70</th>
- <th width="35">71<br />|<br />75</th>
- <th width="35">76<br />|<br />80</th>
- <th width="35">81<br />|<br />85</th>
- <th width="35">86<br />|<br />90</th>
- <th width="35">91<br />|<br />95</th>
- <th width="35">96<br />|<br />100</th>
- <th width="35">101<br />|<br />105</th>
- <th width="25">0</th>
- <th width="25">1</th>
- <th width="25">2</th>
- <th width="25">3</th>
- <th width="25">4</th>
- <th width="25">5</th>
- <th width="25">6</th>
- <th width="25">7</th>
- <th width="25">8</th>
- <th width="25" class="brr">9</th>
- </tr>
- </tbody>
- <tbody id="currentData" style="">
- @{
- var ylList = (List<FcsdqyhHzMissInfo>)Model.Oinfo.yl;
- var index = 0;
- if (ylList != null && ylList.Count > 0)
- {
- foreach (var yl in ylList)
- {
- var trbg = index % 2 == 0 ? "bg-blue" : "";
- if (index < 4)
- {
- <tr class="@trbg">
- <td class="brl" colspan="9" title="@yl.name">@yl.name</td>
- <td class="miss split02"></td>
- @for (var p = 0; p < yl.hz.Length; p++)
- {
- var red = yl.hz[p];
- if (red > 99)
- {
- <td title="@red"><div class="ft9">@red</div></td>
- }
- else
- {
- <td>@red</td>
- }
- }
- <td class="miss split02"></td>
- <td></td>
- <td class="miss split02"></td>
- @for (var p = 0; p < yl.hw.Length; p++)
- {
- var brr = p == yl.hw.Length - 1 ? "brr" : "";
- var hw = yl.hw[p];
- if (hw > 99)
- {
- <td title="@hw" class="@brr"><div class="ft9">@hw</div></td>
- }
- else
- {
- <td class="@brr">@hw</td>
- }
- }
- </tr>
- }
- index++;
- }
- }
- }
- </tbody>
- </table>
- </div>
- <!--画线及相关 begin-->
- <div id="chartLine">
- </div>
- <!--画线及相关 end-->
- </div>
- </div>
- <!--走势图浮动期号头部 begin-->
- <div id='zsScrollBanner' class="scrollBanner">
- <div class="scrollTrend">
- <table class="chartTable" cellspacing="1" cellpadding="0" border="0">
- <thead id="scrollTrendThead">
- </thead>
- </table>
- </div>
- </div>
- <!--走势图浮动期号头部 end-->
|