Index.cshtml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. @using CP.Model;
  2. @using CP.Kjh.Models
  3. @model ResultModel<List<ApiModel>, ViewBagModel>
  4. @{
  5. List<ApiModel> today = Model.Data;
  6. var routeList = RouteHelper.RouteList;
  7. var czList = OtherHelper.CzList.ToList();
  8. var chartList = OtherHelper.ChartList.ToList();
  9. Page.ViewEnum = Model.ViewBag.CzTypeEnum == (int)CzTypeEnum.全国彩 ? ViewEnum.QGCINDEX :
  10. Model.ViewBag.CzTypeEnum == (int)CzTypeEnum.地方彩 ? ViewEnum.DFCINDEX :
  11. Model.ViewBag.CzTypeEnum == (int)CzTypeEnum.高频彩 ? ViewEnum.GPCINDEX :
  12. ViewEnum.INDEX;
  13. }
  14. <link href="~/Content/css/shared/all_lot_wrapper.css" rel="stylesheet" />
  15. <div class="main" style="margin-top: 130px;">
  16. @Html.Action("LotteryNav", "Shared", new { enumName = "", czTypeEnum = Model.ViewBag.CzTypeEnum })
  17. <section class="ads-wrapper ads-desc html row lg-margin" style="padding:0;margin:0;padding:0;"></section>
  18. <section class="mainContent row">
  19. @Html.Action("Home_Tab", "Template", new { enumName = "", czTypeEnum = Model.ViewBag.CzTypeEnum })
  20. <section class="main-ads-wrapper col-xs-12 col-sm-5 col-md-3">
  21. <section class="ads-section">
  22. <div class="ads-list-title">
  23. <div class="ads-title-lable">推荐彩种</div>
  24. </div>
  25. <div class="ads-list-content row">
  26. @foreach (var item in routeList.Where(p => p.IsRecommend == true))
  27. {
  28. <a class="col-xs-4 hot-lottery-list" href="/@(item.CzTypeEnum==(int)CzTypeEnum.全国彩 || item.CzTypeEnum==(int)CzTypeEnum.地方彩?"xq_":"history_")@(item.OldName).aspx" target="_blank">
  29. <span class="iconfont icon-@item.ImgClassName"></span>
  30. <span class="icon-lable">@item.Name</span>
  31. </a>
  32. }
  33. </div>
  34. </section>
  35. @Html.Action("NewestNews", "News")
  36. <section class="ads-section">
  37. <div class="ads-list-title row">
  38. <div class="ads-title-lable col-xs-6">分析工具</div>
  39. <a class="more col-xs-6" href="http://www.55128.cn/tool/" target="_blank"><span>更多 <i class="iconfont icon-right"></i></span></a>
  40. </div>
  41. <div class="ads-list-content">
  42. <div class="tool-list-wrapper">
  43. <div class="list-header"><span class="iconfont icon-FC3DGJ"></span> <span class="tools-lable">福彩3D工具</span></div>
  44. <div class="list-footer row">
  45. @foreach (var item in OtherHelper.GetChartList(QGEnum.fcsd.ToString(), ChartType.工具).Take(14))
  46. {
  47. <a href="http://www.55128.cn/@(item.url)" class="tool-btn col-xs-6" title="@(item.name)" target="_blank">
  48. @(item.name)
  49. </a>
  50. }
  51. </div>
  52. </div>
  53. <div class="tool-list-wrapper">
  54. <div class="list-header"><span class="iconfont icon-TCP3GJ"></span> <span class="tools-lable">体彩P3工具</span></div>
  55. <div class="list-footer row">
  56. @foreach (var item in OtherHelper.GetChartList(QGEnum.tcp3.ToString(), ChartType.工具).Take(14))
  57. {
  58. <a href="http://www.55128.cn/@(item.url)" class="tool-btn col-xs-6" title="@(item.name)" target="_blank">
  59. @(item.name)
  60. </a>
  61. }
  62. </div>
  63. </div>
  64. <div class="tool-list-wrapper">
  65. <div class="list-header"><span class="iconfont icon-TCP5GJ"></span> <span class="tools-lable">体彩P5工具</span></div>
  66. <div class="list-footer row">
  67. @foreach (var item in OtherHelper.GetChartList(QGEnum.tcp5.ToString(), ChartType.工具).Take(14))
  68. {
  69. <a href="http://www.55128.cn/@(item.url)" class="tool-btn col-xs-6" title="@(item.name)" target="_blank">
  70. @(item.name)
  71. </a>
  72. }
  73. </div>
  74. </div>
  75. <div class="tool-list-wrapper">
  76. <div class="list-header"><span class="iconfont icon-SSQGJ"></span> <span class="tools-lable">双色球工具</span></div>
  77. <div class="list-footer row">
  78. @foreach (var item in OtherHelper.GetChartList(QGEnum.fcssq.ToString(), ChartType.工具).Take(8))
  79. {
  80. <a href="http://www.55128.cn/@(item.url)" class="tool-btn col-xs-6" title="@(item.name)" target="_blank">
  81. @(item.name)
  82. </a>
  83. }
  84. </div>
  85. </div>
  86. </div>
  87. </section>
  88. </section>
  89. </section>
  90. <section class="ads-wrapper ads-desc row" style="padding:0; margin-bottom: 7px;">
  91. <a href="//zc.55128.cn" target="_blank"><img src="/Content/images/888.png" style="width: 100%;"></a>
  92. </section>
  93. <section class="all-lot-wrapper">
  94. <div class="all-lot-item">
  95. <h1><span>各省福彩网站</span></h1>
  96. <div class="all-lot-content">
  97. <a href="http://www.zhcw.com/" target="_blank">中彩网</a>
  98. <a href="http://www.cwl.gov.cn/" target="_blank">中国福彩网</a>
  99. <a href="http://www.bwlc.net" target="_blank">北京福彩网</a>
  100. <a href="http://www.tjflcpw.com" target="_blank">天津福彩网</a>
  101. <a href="http://www.sjfc.org.cn/main.action" target="_blank">山西福彩网</a>
  102. <a href="http://www.hnflcp.com" target="_blank">湖南福彩网</a>
  103. <a href="http://www.swlc.gov.cn" target="_blank">上海福彩网</a>
  104. <a href="http://www.gsflcp.com" target="_blank">甘肃福彩网</a>
  105. <a href="http://www.lnlotto.com" target="_blank">辽宁福彩网</a>
  106. <a href="http://www.zjflcp.com" target="_blank">浙江福彩网</a>
  107. <a href="http://www.yzfcw.com" target="_blank">河北福彩网</a>
  108. <a href="http://www.sdcp.cn" target="_blank">山东福彩网</a>
  109. <a href="http://www.qhfcw.com" target="_blank">青海福彩网</a>
  110. <a href="http://www.hbfcw.gov.cn" target="_blank">湖北福彩网</a>
  111. <a href="http://www.ahfc.gov.cn" target="_blank">安徽福彩网</a>
  112. <a href="http://www.xjflcp.com" target="_blank">新疆福彩网</a>
  113. <a href="http://www.gzfucai.cn" target="_blank">贵州福彩网</a>
  114. <a href="http://www.jxfczx.cn" target="_blank">江西福彩网</a>
  115. <a href="http://www.jlfc.com.cn" target="_blank">吉林福彩网</a>
  116. <a href="http://www.gdfc.org.cn" target="_blank">广东福彩网</a>
  117. <a href="http://www.gxcaipiao.com.cn" target="_blank">广西福彩网</a>
  118. <a href="http://www.szlottery.org" target="_blank">深圳福彩网</a>
  119. <a href="http://www.sxfc.gov.cn" target="_blank">陕西福彩网</a>
  120. <a href="http://www.jslottery.com" target="_blank">江苏福彩网</a>
  121. <a href="http://www.lottost.cn" target="_blank">黑龙江福彩网</a>
  122. <a href="http://www.fjcp.cn" target="_blank">福建福彩网</a>
  123. <a href="http://www.xinancaipiao.com" target="_blank">云南福彩网</a>
  124. <a href="http://www.nxflcp.com" target="_blank">宁夏福彩网</a>
  125. <a href="http://www.cqcp.net" target="_blank">重庆福彩网</a>
  126. <a href="http://www.nmlottery.com.cn" target="_blank">内蒙古福彩网</a>
  127. <a href="http://www.henanfucai.com" target="_blank">河南福彩网</a>
  128. <a href="http://www.scflcp.com" target="_blank">四川福彩网</a>
  129. </div>
  130. </div>
  131. <div class="all-lot-item">
  132. <h1><span>各省体彩网站</span></h1>
  133. <div class="all-lot-content">
  134. <a href="http://www.lottery.gov.cn/" target="_blank">体彩网</a>
  135. <a href="http://www.bjlot.com/" target="_blank">北京体彩网</a>
  136. <a href="http://www.tjlottery.gov.cn/" target="_blank">天津体彩网</a>
  137. <a href="http://www.hbtcw.com/" target="_blank">河北体彩网</a>
  138. <a href="http://www.sxlottery.net/" target="_blank">山西体彩网</a>
  139. <a href="http://www.nmtc.com.cn/" target="_blank">内蒙古体彩网</a>
  140. <a href="http://www.lntycp.com/lntydede/" target="_blank">辽宁体彩网</a>
  141. <a href="http://jl.lottery.gov.cn/" target="_blank">吉林体彩网</a>
  142. <a href="http://www.hljtcp.com/" target="_blank">黑龙江体彩网</a>
  143. <a href="http://www.shlottery.gov.cn/" target="_blank">上海体彩网</a>
  144. <a href="http://www.js-lottery.com/" target="_blank">江苏体彩网</a>
  145. <a href="https://www.zjlottery.com/" target="_blank">浙江体彩网</a>
  146. <a href="http://www.ahlottery.com/" target="_blank">安徽体彩网</a>
  147. <a href="http://www.fjtc.com.cn/" target="_blank">福建体彩网</a>
  148. <a href="http://www.jxlottery.com/" target="_blank">江西体彩网</a>
  149. <a href="http://www.sdticai.com/" target="_blank">山东体彩网</a>
  150. <a href="http://www.hnlottery.com.cn/" target="_blank">河南体彩网</a>
  151. <a href="http://www.hbtycp.com/" target="_blank">湖北体彩网</a>
  152. <a href="http://www.hnticai.com/" target="_blank">湖南体彩网</a>
  153. <a href="http://www.gdlottery.cn/" target="_blank">广东体彩网</a>
  154. <a href="http://www.szticai.com/" target="_blank">深圳体彩网</a>
  155. <a href="http://www.gxticai.com/" target="_blank">广西体彩网</a>
  156. <a href="http://www.tc.hainan.net/" target="_blank">海南体彩网</a>
  157. <a href="http://www.cqlottery.gov.cn/" target="_blank">重庆体彩网</a>
  158. <a href="http://www.sclottery.gov.cn/" target="_blank">四川体彩网</a>
  159. <a href="http://www.gztcw.com.cn/" target="_blank">贵州体彩网</a>
  160. <a href="http://www.ynticai.cn/" target="_blank">云南体彩网</a>
  161. <a href="http://www.sxtc.com.cn/" target="_blank">陕西体彩网</a>
  162. <a href="http://www.gstc.gov.cn/" target="_blank">甘肃体彩网</a>
  163. <a href="http://www.nxtcw.com.cn/Html/Default.asp" target="_blank">宁夏体彩网</a>
  164. <a href="http://www.xjlottery.gov.cn/" target="_blank">新疆体彩网</a>
  165. </div>
  166. </div>
  167. </section>
  168. </div>
  169. <script src="~/Content/js/common.js"></script>