Shsscxt.cshtml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. <th rowspan="2" class="split02"></th>
  65. <th width="30" rowspan="2">跨度</th>
  66. <th width="30" rowspan="2">和值</th>
  67. <th width="30" rowspan="2">012路形态</th>
  68. <th rowspan="2" class="split02"></th>
  69. <th colspan="10">012路比</th>
  70. <th rowspan="2" class="split02"></th>
  71. <th width="30" rowspan="2">大小形态</th>
  72. <th rowspan="2" class="split02"></th>
  73. <th colspan="4">大小比</th>
  74. <th rowspan="2" class="split02"></th>
  75. <th width="30" rowspan="2">奇偶形态</th>
  76. <th rowspan="2" class="split02"></th>
  77. <th colspan="4">奇偶比</th>
  78. <th rowspan="2" class="split02"></th>
  79. <th width="30" rowspan="2">质合形态</th>
  80. <th rowspan="2" class="split02"></th>
  81. <th colspan="4">质合比</th>
  82. </tr>
  83. <tr>
  84. <th width="31">0:0:3</th>
  85. <th width="31">0:1:2</th>
  86. <th width="31">0:2:1</th>
  87. <th width="31">0:3:0</th>
  88. <th width="31">1:0:2</th>
  89. <th width="31">1:1:1</th>
  90. <th width="31">1:2:0</th>
  91. <th width="31">2:1:0</th>
  92. <th width="31">2:0:1</th>
  93. <th width="31">3:0:0</th>
  94. <th width="31">0:3</th>
  95. <th width="31">1:2</th>
  96. <th width="31">2:1</th>
  97. <th width="31">3:0</th>
  98. <th width="31">0:3</th>
  99. <th width="31">1:2</th>
  100. <th width="31">2:1</th>
  101. <th width="31">3:0</th>
  102. <th width="31">0:3</th>
  103. <th width="31">1:2</th>
  104. <th width="31">2:1</th>
  105. <th width="31">3:0</th>
  106. </tr>
  107. </thead>
  108. <tbody id="chartData">
  109. @Html.Raw(Model.Oinfo.zsthtml)
  110. <tr class="tdblock"><td style="height: 1px;" colspan="56"></td></tr>
  111. </tbody>
  112. <!--模拟选号框-->
  113. <tbody id="preseleBody">
  114. <tr class="presele">
  115. <td class="presele-title brl"><strong>选号1</strong></td>
  116. <td colspan="3"></td>
  117. <td class="split01"></td>
  118. <td></td>
  119. <td></td>
  120. <td></td>
  121. <td class="split01"></td>
  122. <td class="presele-square" pl="bggreen">0:0:3</td>
  123. <td class="presele-square" pl="bggreen">0:1:2</td>
  124. <td class="presele-square" pl="bggreen">0:2:1</td>
  125. <td class="presele-square" pl="bggreen">0:3:0</td>
  126. <td class="presele-square" pl="bggreen">1:0:2</td>
  127. <td class="presele-square" pl="bggreen">1:1:1</td>
  128. <td class="presele-square" pl="bggreen">1:2:0</td>
  129. <td class="presele-square" pl="bggreen">2:1:0</td>
  130. <td class="presele-square" pl="bggreen">2:0:1</td>
  131. <td class="presele-square" pl="bggreen">3:0:0</td>
  132. <td class="split01"></td>
  133. <td colspan="1"></td>
  134. <td class="split01"></td>
  135. <td class="presele-square" pl="bgblue">0:3</td>
  136. <td class="presele-square" pl="bgblue">1:2</td>
  137. <td class="presele-square" pl="bgblue">2:1</td>
  138. <td class="presele-square" pl="bgblue">3:0</td>
  139. <td class="split01"></td>
  140. <td colspan="1"></td>
  141. <td class="split01"></td>
  142. <td class="presele-square" pl="bggreen">0:3</td>
  143. <td class="presele-square" pl="bggreen">1:2</td>
  144. <td class="presele-square" pl="bggreen">2:1</td>
  145. <td class="presele-square" pl="bggreen">3:0</td>
  146. <td class="split01"></td>
  147. <td colspan="1"></td>
  148. <td class="split01"></td>
  149. <td class="presele-square" pl="bgblue">0:3</td>
  150. <td class="presele-square" pl="bgblue">1:2</td>
  151. <td class="presele-square" pl="bgblue">2:1</td>
  152. <td class="presele-square" pl="bgblue">3:0</td>
  153. </tr>
  154. <tr class="presele">
  155. <td class="presele-title brl"><strong>选号2</strong></td>
  156. <td colspan="3"></td>
  157. <td class="split01"></td>
  158. <td colspan=""></td>
  159. <td colspan=""></td>
  160. <td colspan=""></td>
  161. <td class="split01"></td>
  162. <td class="presele-square" pl="bggreen">0:0:3</td>
  163. <td class="presele-square" pl="bggreen">0:1:2</td>
  164. <td class="presele-square" pl="bggreen">0:2:1</td>
  165. <td class="presele-square" pl="bggreen">0:3:0</td>
  166. <td class="presele-square" pl="bggreen">1:0:2</td>
  167. <td class="presele-square" pl="bggreen">1:1:1</td>
  168. <td class="presele-square" pl="bggreen">1:2:0</td>
  169. <td class="presele-square" pl="bggreen">2:1:0</td>
  170. <td class="presele-square" pl="bggreen">2:0:1</td>
  171. <td class="presele-square" pl="bggreen">3:0:0</td>
  172. <td class="split01"></td>
  173. <td colspan="1"></td>
  174. <td class="split01"></td>
  175. <td class="presele-square" pl="bgblue">0:3</td>
  176. <td class="presele-square" pl="bgblue">1:2</td>
  177. <td class="presele-square" pl="bgblue">2:1</td>
  178. <td class="presele-square" pl="bgblue">3:0</td>
  179. <td class="split01"></td>
  180. <td colspan="1"></td>
  181. <td class="split01"></td>
  182. <td class="presele-square" pl="bggreen">0:3</td>
  183. <td class="presele-square" pl="bggreen">1:2</td>
  184. <td class="presele-square" pl="bggreen">2:1</td>
  185. <td class="presele-square" pl="bggreen">3:0</td>
  186. <td class="split01"></td>
  187. <td colspan="1"></td>
  188. <td class="split01"></td>
  189. <td class="presele-square" pl="bgblue">0:3</td>
  190. <td class="presele-square" pl="bgblue">1:2</td>
  191. <td class="presele-square" pl="bgblue">2:1</td>
  192. <td class="presele-square" pl="bgblue">3:0</td>
  193. </tr>
  194. <tr class="presele">
  195. <td class="presele-title brl"><strong>选号3</strong></td>
  196. <td colspan="3"></td>
  197. <td class="split01"></td>
  198. <td colspan=""></td>
  199. <td colspan=""></td>
  200. <td colspan=""></td>
  201. <td class="split01"></td>
  202. <td class="presele-square" pl="bggreen">0:0:3</td>
  203. <td class="presele-square" pl="bggreen">0:1:2</td>
  204. <td class="presele-square" pl="bggreen">0:2:1</td>
  205. <td class="presele-square" pl="bggreen">0:3:0</td>
  206. <td class="presele-square" pl="bggreen">1:0:2</td>
  207. <td class="presele-square" pl="bggreen">1:1:1</td>
  208. <td class="presele-square" pl="bggreen">1:2:0</td>
  209. <td class="presele-square" pl="bggreen">2:1:0</td>
  210. <td class="presele-square" pl="bggreen">2:0:1</td>
  211. <td class="presele-square" pl="bggreen">3:0:0</td>
  212. <td class="split01"></td>
  213. <td colspan="1"></td>
  214. <td class="split01"></td>
  215. <td class="presele-square" pl="bgblue">0:3</td>
  216. <td class="presele-square" pl="bgblue">1:2</td>
  217. <td class="presele-square" pl="bgblue">2:1</td>
  218. <td class="presele-square" pl="bgblue">3:0</td>
  219. <td class="split01"></td>
  220. <td colspan="1"></td>
  221. <td class="split01"></td>
  222. <td class="presele-square" pl="bggreen">0:3</td>
  223. <td class="presele-square" pl="bggreen">1:2</td>
  224. <td class="presele-square" pl="bggreen">2:1</td>
  225. <td class="presele-square" pl="bggreen">3:0</td>
  226. <td class="split01"></td>
  227. <td colspan="1"></td>
  228. <td class="split01"></td>
  229. <td class="presele-square" pl="bgblue">0:3</td>
  230. <td class="presele-square" pl="bgblue">1:2</td>
  231. <td class="presele-square" pl="bgblue">2:1</td>
  232. <td class="presele-square" pl="bgblue">3:0</td>
  233. </tr>
  234. </tbody>
  235. </table>
  236. <!--数据体部分 end-->
  237. <div class="ctl-box">
  238. 标注形式选择:
  239. <span class="ctl-item"><input type="checkbox" name="ctl_foldLine" id="ctl_foldLine2" checked="checked" autocomplete="off"><label for="ctl_foldLine2">折线</label></span>
  240. <span class="ctl-item"><input type="checkbox" name="ctl_miss" id="ctl_miss2" autocomplete="off"><label for="ctl_miss2">不带遗漏数据</label></span>
  241. <span class="ctl-item"><input type="checkbox" name="ctl_sliceMiss" id="ctl_sliceMiss2" autocomplete="off"><label for="ctl_sliceMiss2">遗漏分层</label></span>
  242. <div class="dataAnalysisBox">
  243. <input name="analysisbtn" id="currentAnalysis" checked="checked" type="radio" autocomplete="off">
  244. <label for="currentAnalysis">当前页统计</label>
  245. </div>
  246. </div>
  247. <!--数据统计-->
  248. <table class="chartTable">
  249. <thead>
  250. <tr>
  251. <th width="60" rowspan="2" class="sort_up brl"><strong>期号</strong></th>
  252. <th rowspan="2" colspan="3">开奖号码</th>
  253. <th rowspan="2" class="split02"></th>
  254. <th width="30" rowspan="2">跨度</th>
  255. <th width="30" rowspan="2">和值</th>
  256. <th width="30" rowspan="2">012路形态</th>
  257. <th rowspan="2" class="split02"></th>
  258. <th colspan="10">012路比</th>
  259. <th rowspan="2" class="split02"></th>
  260. <th width="30" rowspan="2">大小形态</th>
  261. <th rowspan="2" class="split02"></th>
  262. <th colspan="4">大小比</th>
  263. <th rowspan="2" class="split02"></th>
  264. <th width="30" rowspan="2">奇偶形态</th>
  265. <th rowspan="2" class="split02"></th>
  266. <th colspan="4">奇偶比</th>
  267. <th rowspan="2" class="split02"></th>
  268. <th width="30" rowspan="2">质合形态</th>
  269. <th rowspan="2" class="split02"></th>
  270. <th colspan="4">质合比</th>
  271. </tr>
  272. <tr>
  273. <th width="31">0:0:3</th>
  274. <th width="31">0:1:2</th>
  275. <th width="31">0:2:1</th>
  276. <th width="31">0:3:0</th>
  277. <th width="31">1:0:2</th>
  278. <th width="31">1:1:1</th>
  279. <th width="31">1:2:0</th>
  280. <th width="31">2:1:0</th>
  281. <th width="31">2:0:1</th>
  282. <th width="31">3:0:0</th>
  283. <th width="31">0:3</th>
  284. <th width="31">1:2</th>
  285. <th width="31">2:1</th>
  286. <th width="31">3:0</th>
  287. <th width="31">0:3</th>
  288. <th width="31">1:2</th>
  289. <th width="31">2:1</th>
  290. <th width="31">3:0</th>
  291. <th width="31">0:3</th>
  292. <th width="31">1:2</th>
  293. <th width="31">2:1</th>
  294. <th width="31">3:0</th>
  295. </tr>
  296. </thead>
  297. @{
  298. int m = 0;
  299. List<BaseQtshsslXtMissInfo> miss = Model.Oinfo.yl;
  300. if (miss == null) { miss = new List<BaseQtshsslXtMissInfo>(); }
  301. }
  302. <tbody id="currentData">
  303. @foreach (var item in miss)
  304. {
  305. m++;
  306. <tr>
  307. <td class="brl @(m%2==1?"bg-blue":"")">@item.name</td>
  308. <td colspan="3"></td>
  309. <td class="split01"></td>
  310. <td></td>
  311. <td></td>
  312. <td></td>
  313. <td class="split01"></td>
  314. @foreach (var item1 in item.bi012)
  315. {
  316. <td class=" @(m%2==1?"bg-blue":"")" @(item1 > 99 ? $"title=\"{item1}\"" : "")>
  317. @if (item1 > 99)
  318. {<div class="td_yl">@item1</div>}
  319. else
  320. {@item1}
  321. </td>
  322. }
  323. <td class="split01"></td>
  324. <td></td>
  325. <td class="split01"></td>
  326. @foreach (var item1 in item.bidx)
  327. {
  328. <td class=" @(m%2==1?"bg-blue":"")" @(item1 > 99 ? $"title=\"{item1}\"" : "")>
  329. @if (item1 > 99)
  330. {<div class="td_yl">@item1</div>}
  331. else
  332. {@item1}
  333. </td>
  334. }
  335. <td class="split01"></td>
  336. <td></td>
  337. <td class="split01"></td>
  338. @foreach (var item1 in item.bijo)
  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. <td></td>
  349. <td class="split01"></td>
  350. @foreach (var item1 in item.bizh)
  351. {
  352. <td class=" @(m%2==1?"bg-blue":"")" @(item1 > 99 ? $"title=\"{item1}\"" : "")>
  353. @if (item1 > 99)
  354. {<div class="td_yl">@item1</div>}
  355. else
  356. {@item1}
  357. </td>
  358. }
  359. </tr>
  360. }
  361. </tbody>
  362. </table>
  363. </div>
  364. <!--画线及相关 begin-->
  365. <div id="chartLine">
  366. </div>
  367. <!--画线及相关 end-->
  368. </div>
  369. </div>
  370. <!--走势图浮动期号头部 begin-->
  371. <div id='zsScrollBanner' class="scrollBanner">
  372. <div class="scrollTrend">
  373. <table class="chartTable">
  374. <thead id="scrollTrendThead">
  375. </thead>
  376. </table>
  377. </div>
  378. </div>
  379. <!--走势图浮动期号头部 end-->
  380. @section script{
  381. }