Hzzs.cshtml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. @model CP.Web.ZstOutHelp
  2. @using CP.Model;
  3. @using CP.Common;
  4. @{
  5. Layout = "~/Views/Shared/_zst.cshtml";
  6. Page.Chart = Model.Chart;
  7. Page.Cz = Model.Cz;
  8. Page.InnerLink = Model.InnerLinkList;
  9. Page.ZsList = Model.ZsList;
  10. Page.GjList = Model.GjList;
  11. Page.YlList = Model.YlList;
  12. Page.TbList = Model.TbList;
  13. Page.ZtList = Model.ZtList;
  14. Page.Title = Model.Chart.title;
  15. Page.Description = Model.Chart.description;
  16. Page.Keywords = Model.Chart.keywords;
  17. var chart = Model.Chart;
  18. var cz = Model.Cz;
  19. var tjmenu = Model.InnerLinkList;
  20. var pagesize = Model.PageSize;
  21. var year = Model.Year;
  22. var week = Model.Week;
  23. }
  24. <div class="wrap">
  25. <div class="navbar">
  26. <span>当前位置:</span><a href="/">首页</a> - <a href="/zs/">走势图</a> - <a href="">@cz.name</a> - @chart.name
  27. </div>
  28. </div>
  29. <div class="wrap">
  30. <div class="container">
  31. <div class="title">
  32. <div class="search-box" id="trendSearchBox">
  33. <div class="search-link">
  34. @Html.Raw(Model.Dayhtml)
  35. </div>
  36. <div class="zs-search day">
  37. <input type="text" id="searchTime" name="searchTime" class="input-term" value=""
  38. placeholder="请输入查询日期,如:20160609" onkeyup="this.value=this.value.replace(/[^0-9]/g,'')" />
  39. </div>
  40. <input type="submit" value="查看" class="btn-search" id="btnSearch" />
  41. <input type="button" value="刷新" class="btn-search" id="btnRefresh" />
  42. </div>
  43. <h1>
  44. @chart.name
  45. </h1>
  46. </div>
  47. <div class="trend" id="trendBox">
  48. <!--走势图功能选择部分 begin-->
  49. <div class="ctl-box">
  50. 标注形式选择:
  51. <span class="ctl-item"><input type="checkbox" name="ctl_foldLine" id="ctl_foldLine1" checked="checked" autocomplete="off"><label for="ctl_foldLine1">折线</label></span>
  52. <span class="ctl-item"><input type="checkbox" name="ctl_miss" id="ctl_miss1" autocomplete="off"><label for="ctl_miss1">不带遗漏数据</label></span>
  53. <span class="ctl-item"><input type="checkbox" name="ctl_sliceMiss" id="ctl_sliceMiss1" autocomplete="off"><label for="ctl_sliceMiss1">遗漏分层</label></span>
  54. </div>
  55. <!--走势图功能选择部分 end-->
  56. <!--数据体部分 begin-->
  57. <table class="chartTable" id="chartBody">
  58. <thead>
  59. <tr>
  60. <th width="60" rowspan="2" class="sort_up brl"><strong>期号</strong></th>
  61. <th rowspan="2" class="split02"></th>
  62. <th rowspan="2" colspan="5">开奖号码</th>
  63. <th rowspan="2" class="split02"></th>
  64. <th width="35" rowspan="2">和值</th>
  65. <th rowspan="2" class="split02"></th>
  66. <th colspan="18">和值分布</th>
  67. <th rowspan="2" class="split02"></th>
  68. <th width="35" rowspan="2">和尾</th>
  69. <th rowspan="2" class="split02"></th>
  70. <th colspan="10" class="brr">和尾分布</th>
  71. </tr>
  72. <tr>
  73. <th width="35">15<br />|<br />20</th>
  74. <th width="35">21<br />|<br />25</th>
  75. <th width="35">26<br />|<br />30</th>
  76. <th width="35">31<br />|<br />35</th>
  77. <th width="35">36<br />|<br />40</th>
  78. <th width="35">41<br />|<br />45</th>
  79. <th width="35">46<br />|<br />50</th>
  80. <th width="35">51<br />|<br />55</th>
  81. <th width="35">56<br />|<br />60</th>
  82. <th width="35">61<br />|<br />65</th>
  83. <th width="35">66<br />|<br />70</th>
  84. <th width="35">71<br />|<br />75</th>
  85. <th width="35">76<br />|<br />80</th>
  86. <th width="35">81<br />|<br />85</th>
  87. <th width="35">86<br />|<br />90</th>
  88. <th width="35">91<br />|<br />95</th>
  89. <th width="35">96<br />|<br />100</th>
  90. <th width="35">101<br />|<br />105</th>
  91. <th width="25">0</th>
  92. <th width="25">1</th>
  93. <th width="25">2</th>
  94. <th width="25">3</th>
  95. <th width="25">4</th>
  96. <th width="25">5</th>
  97. <th width="25">6</th>
  98. <th width="25">7</th>
  99. <th width="25">8</th>
  100. <th width="25" class="brr">9</th>
  101. </tr>
  102. </thead>
  103. <tbody id="chartData">
  104. @Html.Raw(Model.Oinfo.zsthtml)
  105. </tbody>
  106. <!--模拟选号框-->
  107. <tbody id="preseleBody">
  108. <tr class="presele" style="height:40px;">
  109. <td colspan="9" class="presele-title brl"><strong>选号1</strong></td>
  110. <td class="split01"></td>
  111. <td style="height:15px;line-height:15px;" pl="hz_red">15<br />|<br />20</td>
  112. <td style="height:15px;line-height:15px;" pl="hz_red">21<br />|<br />25</td>
  113. <td style="height:15px;line-height:15px;" pl="hz_red">26<br />|<br />30</td>
  114. <td style="height:15px;line-height:15px;" pl="hz_red">31<br />|<br />35</td>
  115. <td style="height:15px;line-height:15px;" pl="hz_red">36<br />|<br />40</td>
  116. <td style="height:15px;line-height:15px;" pl="hz_red">41<br />|<br />45</td>
  117. <td style="height:15px;line-height:15px;" pl="hz_red">46<br />|<br />50</td>
  118. <td style="height:15px;line-height:15px;" pl="hz_red">51<br />|<br />55</td>
  119. <td style="height:15px;line-height:15px;" pl="hz_red">56<br />|<br />60</td>
  120. <td style="height:15px;line-height:15px;" pl="hz_red">61<br />|<br />65</td>
  121. <td style="height:15px;line-height:15px;" pl="hz_red">66<br />|<br />70</td>
  122. <td style="height:15px;line-height:15px;" pl="hz_red">71<br />|<br />75</td>
  123. <td style="height:15px;line-height:15px;" pl="hz_red">76<br />|<br />80</td>
  124. <td style="height:15px;line-height:15px;" pl="hz_red">81<br />|<br />85</td>
  125. <td style="height:15px;line-height:15px;" pl="hz_red">86<br />|<br />90</td>
  126. <td style="height:15px;line-height:15px;" pl="hz_red">91<br />|<br />95</td>
  127. <td style="height:15px;line-height:15px;" pl="hz_red">96<br />|<br />100</td>
  128. <td style="height:15px;line-height:15px;" pl="hz_red">101<br />|<br />105</td>
  129. <td class="split01"></td>
  130. <td></td>
  131. <td class="split01"></td>
  132. <td pl="bg-box2">0</td>
  133. <td pl="bg-box2">1</td>
  134. <td pl="bg-box2">2</td>
  135. <td pl="bg-box2">3</td>
  136. <td pl="bg-box2">4</td>
  137. <td pl="bg-box2">5</td>
  138. <td pl="bg-box2">6</td>
  139. <td pl="bg-box2">7</td>
  140. <td pl="bg-box2">8</td>
  141. <td class="brr" pl="bg-box2">9</td>
  142. </tr>
  143. <tr class="presele" style="height:40px;">
  144. <td colspan="9" class="presele-title brl"><strong>选号2</strong></td>
  145. <td class="split01"></td>
  146. <td style="height:15px;line-height:15px;" pl="hz_red">15<br />|<br />20</td>
  147. <td style="height:15px;line-height:15px;" pl="hz_red">21<br />|<br />25</td>
  148. <td style="height:15px;line-height:15px;" pl="hz_red">26<br />|<br />30</td>
  149. <td style="height:15px;line-height:15px;" pl="hz_red">31<br />|<br />35</td>
  150. <td style="height:15px;line-height:15px;" pl="hz_red">36<br />|<br />40</td>
  151. <td style="height:15px;line-height:15px;" pl="hz_red">41<br />|<br />45</td>
  152. <td style="height:15px;line-height:15px;" pl="hz_red">46<br />|<br />50</td>
  153. <td style="height:15px;line-height:15px;" pl="hz_red">51<br />|<br />55</td>
  154. <td style="height:15px;line-height:15px;" pl="hz_red">56<br />|<br />60</td>
  155. <td style="height:15px;line-height:15px;" pl="hz_red">61<br />|<br />65</td>
  156. <td style="height:15px;line-height:15px;" pl="hz_red">66<br />|<br />70</td>
  157. <td style="height:15px;line-height:15px;" pl="hz_red">71<br />|<br />75</td>
  158. <td style="height:15px;line-height:15px;" pl="hz_red">76<br />|<br />80</td>
  159. <td style="height:15px;line-height:15px;" pl="hz_red">81<br />|<br />85</td>
  160. <td style="height:15px;line-height:15px;" pl="hz_red">86<br />|<br />90</td>
  161. <td style="height:15px;line-height:15px;" pl="hz_red">91<br />|<br />95</td>
  162. <td style="height:15px;line-height:15px;" pl="hz_red">96<br />|<br />100</td>
  163. <td style="height:15px;line-height:15px;" pl="hz_red">101<br />|<br />105</td>
  164. <td class="split01"></td>
  165. <td></td>
  166. <td class="split01"></td>
  167. <td pl="bg-box2">0</td>
  168. <td pl="bg-box2">1</td>
  169. <td pl="bg-box2">2</td>
  170. <td pl="bg-box2">3</td>
  171. <td pl="bg-box2">4</td>
  172. <td pl="bg-box2">5</td>
  173. <td pl="bg-box2">6</td>
  174. <td pl="bg-box2">7</td>
  175. <td pl="bg-box2">8</td>
  176. <td class="brr" pl="bg-box2">9</td>
  177. </tr>
  178. <tr class="presele" style="height:40px;">
  179. <td colspan="9" class="presele-title brl"><strong>选号3</strong></td>
  180. <td class="split01"></td>
  181. <td style="height:15px;line-height:15px;" pl="hz_red">15<br />|<br />20</td>
  182. <td style="height:15px;line-height:15px;" pl="hz_red">21<br />|<br />25</td>
  183. <td style="height:15px;line-height:15px;" pl="hz_red">26<br />|<br />30</td>
  184. <td style="height:15px;line-height:15px;" pl="hz_red">31<br />|<br />35</td>
  185. <td style="height:15px;line-height:15px;" pl="hz_red">36<br />|<br />40</td>
  186. <td style="height:15px;line-height:15px;" pl="hz_red">41<br />|<br />45</td>
  187. <td style="height:15px;line-height:15px;" pl="hz_red">46<br />|<br />50</td>
  188. <td style="height:15px;line-height:15px;" pl="hz_red">51<br />|<br />55</td>
  189. <td style="height:15px;line-height:15px;" pl="hz_red">56<br />|<br />60</td>
  190. <td style="height:15px;line-height:15px;" pl="hz_red">61<br />|<br />65</td>
  191. <td style="height:15px;line-height:15px;" pl="hz_red">66<br />|<br />70</td>
  192. <td style="height:15px;line-height:15px;" pl="hz_red">71<br />|<br />75</td>
  193. <td style="height:15px;line-height:15px;" pl="hz_red">76<br />|<br />80</td>
  194. <td style="height:15px;line-height:15px;" pl="hz_red">81<br />|<br />85</td>
  195. <td style="height:15px;line-height:15px;" pl="hz_red">86<br />|<br />90</td>
  196. <td style="height:15px;line-height:15px;" pl="hz_red">91<br />|<br />95</td>
  197. <td style="height:15px;line-height:15px;" pl="hz_red">96<br />|<br />100</td>
  198. <td style="height:15px;line-height:15px;" pl="hz_red">101<br />|<br />105</td>
  199. <td class="split01"></td>
  200. <td></td>
  201. <td class="split01"></td>
  202. <td pl="bg-box2">0</td>
  203. <td pl="bg-box2">1</td>
  204. <td pl="bg-box2">2</td>
  205. <td pl="bg-box2">3</td>
  206. <td pl="bg-box2">4</td>
  207. <td pl="bg-box2">5</td>
  208. <td pl="bg-box2">6</td>
  209. <td pl="bg-box2">7</td>
  210. <td pl="bg-box2">8</td>
  211. <td class="brr" pl="bg-box2">9</td>
  212. </tr>
  213. </tbody>
  214. </table>
  215. <!--数据体部分 end-->
  216. <div class="ctl-box">
  217. 标注形式选择:
  218. <span class="ctl-item"><input type="checkbox" name="ctl_foldLine" id="ctl_foldLine2" checked="checked" autocomplete="off"><label for="ctl_foldLine2">折线</label></span>
  219. <span class="ctl-item"><input type="checkbox" name="ctl_miss" id="ctl_miss2" autocomplete="off"><label for="ctl_miss2">不带遗漏数据</label></span>
  220. <span class="ctl-item"><input type="checkbox" name="ctl_sliceMiss" id="ctl_sliceMiss2" autocomplete="off"><label for="ctl_sliceMiss2">遗漏分层</label></span>
  221. <div class="dataAnalysisBox">
  222. <input name="analysisbtn" id="currentAnalysis" checked="checked" type="radio" autocomplete="off">
  223. <label for="currentAnalysis">当前页统计</label>
  224. </div>
  225. </div>
  226. <!--数据统计-->
  227. <table class="chartTable">
  228. <tbody>
  229. <tr>
  230. <th width="60" rowspan="2" class="sort_up brl"><strong>期号</strong></th>
  231. <th rowspan="2" class="split02"></th>
  232. <th rowspan="2" colspan="5">开奖号码</th>
  233. <th rowspan="2" class="split02"></th>
  234. <th width="35" rowspan="2">和值</th>
  235. <th rowspan="2" class="split02"></th>
  236. <th colspan="18">和值分布</th>
  237. <th rowspan="2" class="split02"></th>
  238. <th width="35" rowspan="2">和尾</th>
  239. <th rowspan="2" class="split02"></th>
  240. <th colspan="10" class="brr">和尾分布</th>
  241. </tr>
  242. <tr>
  243. <th width="35">15<br />|<br />20</th>
  244. <th width="35">21<br />|<br />25</th>
  245. <th width="35">26<br />|<br />30</th>
  246. <th width="35">31<br />|<br />35</th>
  247. <th width="35">36<br />|<br />40</th>
  248. <th width="35">41<br />|<br />45</th>
  249. <th width="35">46<br />|<br />50</th>
  250. <th width="35">51<br />|<br />55</th>
  251. <th width="35">56<br />|<br />60</th>
  252. <th width="35">61<br />|<br />65</th>
  253. <th width="35">66<br />|<br />70</th>
  254. <th width="35">71<br />|<br />75</th>
  255. <th width="35">76<br />|<br />80</th>
  256. <th width="35">81<br />|<br />85</th>
  257. <th width="35">86<br />|<br />90</th>
  258. <th width="35">91<br />|<br />95</th>
  259. <th width="35">96<br />|<br />100</th>
  260. <th width="35">101<br />|<br />105</th>
  261. <th width="25">0</th>
  262. <th width="25">1</th>
  263. <th width="25">2</th>
  264. <th width="25">3</th>
  265. <th width="25">4</th>
  266. <th width="25">5</th>
  267. <th width="25">6</th>
  268. <th width="25">7</th>
  269. <th width="25">8</th>
  270. <th width="25" class="brr">9</th>
  271. </tr>
  272. </tbody>
  273. <tbody id="currentData" style="">
  274. @{
  275. var ylList = (List<FcsdqyhHzMissInfo>)Model.Oinfo.yl;
  276. var index = 0;
  277. if (ylList != null && ylList.Count > 0)
  278. {
  279. foreach (var yl in ylList)
  280. {
  281. var trbg = index % 2 == 0 ? "bg-blue" : "";
  282. if (index < 4)
  283. {
  284. <tr class="@trbg">
  285. <td class="brl" colspan="9" title="@yl.name">@yl.name</td>
  286. <td class="miss split02"></td>
  287. @for (var p = 0; p < yl.hz.Length; p++)
  288. {
  289. var red = yl.hz[p];
  290. if (red > 99)
  291. {
  292. <td title="@red"><div class="ft9">@red</div></td>
  293. }
  294. else
  295. {
  296. <td>@red</td>
  297. }
  298. }
  299. <td class="miss split02"></td>
  300. <td></td>
  301. <td class="miss split02"></td>
  302. @for (var p = 0; p < yl.hw.Length; p++)
  303. {
  304. var brr = p == yl.hw.Length - 1 ? "brr" : "";
  305. var hw = yl.hw[p];
  306. if (hw > 99)
  307. {
  308. <td title="@hw" class="@brr"><div class="ft9">@hw</div></td>
  309. }
  310. else
  311. {
  312. <td class="@brr">@hw</td>
  313. }
  314. }
  315. </tr>
  316. }
  317. index++;
  318. }
  319. }
  320. }
  321. </tbody>
  322. </table>
  323. </div>
  324. <!--画线及相关 begin-->
  325. <div id="chartLine">
  326. </div>
  327. <!--画线及相关 end-->
  328. </div>
  329. </div>
  330. <!--走势图浮动期号头部 begin-->
  331. <div id='zsScrollBanner' class="scrollBanner">
  332. <div class="scrollTrend">
  333. <table class="chartTable" cellspacing="1" cellpadding="0" border="0">
  334. <thead id="scrollTrendThead">
  335. </thead>
  336. </table>
  337. </div>
  338. </div>
  339. <!--走势图浮动期号头部 end-->