Shsschz.cshtml 20 KB

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