index.min.js 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. $(function() {
  2. $(".dnl_right").bind("selectstart", function() {
  3. return false
  4. });
  5. $(".dnl_left").bind("selectstart", function() {
  6. return false
  7. })
  8. });
  9. $(document).ready(function() {
  10. var a = 0;
  11. var b;
  12. b = $(".temaizq .pic").length;
  13. $(".dnl_left").click(function() {
  14. if (b > 4) {
  15. a++;
  16. b = $(".temaizq .pic").length;
  17. if (a > b - 4) {
  18. $(".ScrCont").stop();
  19. a = b - 4;
  20. $(".ScrCont").css("left", -a * 199)
  21. } else {
  22. if (a == 1) {
  23. $(".ScrCont").animate({
  24. left: -a * 199,
  25. }, 700)
  26. } else {
  27. $(".ScrCont").animate({
  28. left: -a * 199,
  29. }, 700)
  30. }
  31. }
  32. }
  33. });
  34. $(".dnl_right").click(function() {
  35. if (b > 4) {
  36. if (a == 0) {
  37. $(".ScrCont").stop();
  38. $(".ScrCont").css("left", "0px")
  39. } else {
  40. a--;
  41. if (a == 0) {
  42. $(".ScrCont").animate({
  43. left: 0,
  44. }, 700)
  45. } else {
  46. $(".ScrCont").animate({
  47. left: -a * 199,
  48. }, 700)
  49. }
  50. }
  51. }
  52. })
  53. });
  54. if ($(".zhixinlb").length) {
  55. if ($(".zclb_qh").length) {
  56. $(this).find(".zhixun_zhong").eq(0).show()
  57. };
  58. $(".zx_title li").click(function() {
  59. $(this).addClass("zchove").siblings().removeClass("zchove");
  60. $(".zclb_qh").find(".zhixun_zhong").eq($(this).index()).show().siblings().hide()
  61. })
  62. };
  63. if ($(".contest_list").length) {
  64. chariqi()
  65. };
  66. zhuangtai();
  67. wuxingbs();
  68. function wuxingbs() {
  69. var b = GetDateStr(0)[0];
  70. var c = Math.floor((new Date()).getTime() / 1000);
  71. var d = $('.temaizq .pic[data-matchtime^=' + b + ']');
  72. $.each(d, function(i, n) {
  73. var a = DateToUnix($(n).attr("data-matchtime"));
  74. if (a < c) {
  75. $(n).find(".bs_ztai span").removeClass("nobing").html("比赛中")
  76. }
  77. });
  78. var e = GetDateStr(-1)[0];
  79. var f = $('.temaizq .pic[data-matchtime^=' + e + ']');
  80. $.each(f, function(i, n) {
  81. $(n).find(".bs_ztai span").html("高清直播")
  82. })
  83. };
  84. $(document).ready(function() {
  85. setInterval(function() {
  86. zhuangtai();
  87. wuxingbs()
  88. }, 60000)
  89. });
  90. var domainwww = $("body").attr("data-domainwww");
  91. var domainstatic = $("body").attr("data-domainstatic");
  92. var zburl = domainwww + "get/";
  93. var pagezb = 1;
  94. var morcan = {};
  95. if ($(".contest_list").length) {
  96. $(".ckmorezb").click(function() {
  97. if ($(".ckmorezb").html() != "没有更多数据了") {
  98. morcan = {};
  99. if ($(".ckmorezb").attr("data-sort") == "all") {
  100. morcan.page = pagezb;
  101. morcan.act = 101
  102. };
  103. if ($(".ckmorezb").attr("data-sort") == "re") {
  104. morcan.page = pagezb;
  105. morcan.act = 101;
  106. morcan.competid = 0
  107. };
  108. if ($(".ckmorezb").attr("data-sort") == 1) {
  109. morcan.page = pagezb;
  110. morcan.act = 101;
  111. morcan.competid = 0;
  112. morcan.cid = 1
  113. };
  114. if ($(".ckmorezb").attr("data-sort") == 2) {
  115. morcan.page = pagezb;
  116. morcan.act = 101;
  117. morcan.competid = 0;
  118. morcan.cid = 2
  119. };
  120. if ($(".ckmorezb").attr("data-sort") == 3) {
  121. morcan.page = pagezb;
  122. morcan.act = 101;
  123. morcan.competid = 0;
  124. morcan.cid = 3
  125. };
  126. if ($(".ckmorezb").attr("data-sort") == 4) {
  127. morcan.page = pagezb;
  128. morcan.act = 101;
  129. morcan.competid = 0;
  130. morcan.cid = 4
  131. };
  132. zbqhajax(morcan);
  133. pagezb += 1
  134. }
  135. })
  136. };
  137. $(".zjzb_fl li").click(function() {
  138. pagezb = 1;
  139. $(this).addClass("flhover").siblings().removeClass("flhover");
  140. $(".contest_list").html('');
  141. var a = $(this).attr("data-sort");
  142. $(".ckmorezb").attr("data-sort", a);
  143. $(".ckmorezb").html("查看更多直播");
  144. zbqhdata();
  145. zbqhajax(qhcan)
  146. });
  147. var qhcan = {};
  148. function zbqhdata() {
  149. qhcan = {};
  150. if ($(".ckmorezb").attr("data-sort") == "all") {
  151. qhcan.act = 101
  152. };
  153. if ($(".ckmorezb").attr("data-sort") == "re") {
  154. qhcan.act = 101;
  155. qhcan.competid = 1
  156. };
  157. if ($(".ckmorezb").attr("data-sort") == 1) {
  158. qhcan.act = 101;
  159. qhcan.competid = 0;
  160. qhcan.cid = 1
  161. };
  162. if ($(".ckmorezb").attr("data-sort") == 2) {
  163. qhcan.act = 101;
  164. qhcan.competid = 0;
  165. qhcan.cid = 2
  166. };
  167. if ($(".ckmorezb").attr("data-sort") == 3) {
  168. qhcan.act = 101;
  169. qhcan.competid = 0;
  170. qhcan.cid = 3
  171. };
  172. if ($(".ckmorezb").attr("data-sort") == 4) {
  173. qhcan.act = 101;
  174. qhcan.competid = 0;
  175. qhcan.cid = 4
  176. }
  177. };
  178. function zbqhajax(f) {
  179. $.ajax({
  180. url: zburl,
  181. cache: false,
  182. type: 'post',
  183. async: false,
  184. dataType: 'json',
  185. data: f,
  186. success: function(r) {
  187. var b = r.data.paperList;
  188. var c = r.competitionArr;
  189. var d = r.teamArr;
  190. if (b != undefined && b.length) {
  191. $.each(b, function(i, v) {
  192. var a = '';
  193. a += " <li data-datetime='" + v.matchtime + "'>";
  194. if (c[v.competition_id] != undefined) {
  195. a += "<div class='bs_fegnlei'><cite><img src='" + domainstatic + "img/flimg_" + v.tcid + ".png'></cite><p class='bs_time_fl'><i>" + v.matchtime.substring(11, 16) + "</i><span><a href='" + domainwww + "zuqiuzhibo/" + c[v.competition_id].name_py + "'>777</a></span></p></div>"
  196. } else {
  197. a += "<div class='bs_fegnlei'><cite><img src='" + domainstatic + "img/flimg_" + v.tcid + ".png'></cite><p class='bs_time_fl'><i>" + v.matchtime.substring(11, 16) + "</i><span><a href='" + v.name_py + "'>" + v.name + "</a></span></p></div>"
  198. }; if (v.home_id == 0) {
  199. a += "<div class='bs_duiwu'><p class='bs_duiwu_bt'><a href='" + v.id + "'>" + v.title + "</a></p></div><div class='bs_video nobegin'><a href='" + v.id + "'><cite></cite><span>高清直播</span></a></div></li>"
  200. } else {
  201. if (d[v.home_id] == undefined || d[v.guest_id] == undefined) {
  202. if (v.title == '') {
  203. a += "<div class='bs_duiwu'><p class='bs_duiwu_bt'><a href='" + v.id + "'>-</a></p></div><div class='bs_video nobegin'><a href='" + v.id + "'> <cite></cite><span>高清直播</span></a></div></li>"
  204. } else {
  205. a += "<div class='bs_duiwu'><p class='bs_duiwu_bt'><a href='" + v.id + "'>" + v.title + "</a></p></div><div class='bs_video nobegin'><a href='" + v.id + "'> <cite></cite><span>高清直播</span></a></div></li>"
  206. }
  207. } else {
  208. a += "<div class='bs_duiwu'><p><a href='" + domainwww + "qiudui/" + ssfenlei(d[v.home_id].tcid) + "/" + d[v.home_id].name_py + "'><span class='zhudui'><cite>" + d[v.home_id].shot_name + "</cite></span><cite class='duibiao'><img class='tu1' src='" + d[v.home_id].picurl + "' alt='" + d[v.home_id].shot_name + "'></cite></a></p><span class='bs_vs'>vs</span><p><a href='" + domainwww + "qiudui/" + ssfenlei(d[v.guest_id].tcid) + "/" + d[v.guest_id].name_py + "'><cite class='duibiao'><img class='tu1' src='" + d[v.guest_id].picurl + "' alt='" + d[v.guest_id].shot_name + "'></cite><span class='kedui'><cite>" + d[v.guest_id].shot_name + "</cite></span></a></p></div><div class='bs_video nobegin'><a href='" + domainwww + "zuqiuzhibo/" + v.id + "'> <cite></cite><span>高清直播</span></a> </div>"
  209. }
  210. }
  211. a += "</li>";
  212. $('.contest_list').append(a)
  213. });
  214. chariqi();
  215. zhuangtai();
  216. if ($(".contest_list").find("li").length >= 30) {
  217. $(".ckmorezb").show()
  218. } else {
  219. $(".ckmorezb").hide()
  220. }
  221. };
  222. if (b == undefined) {
  223. $(".ckmorezb").html("没有更多数据了");
  224. if ($('.contest_list li').length == 0) {
  225. $(".contest_list").html("<p class='zwxgdata' style='padding: 130px 0'><span><img src='" + domainstatic + "img/nodatalb.png'></span>'<cite>暂无数据</cite>'</p>");
  226. $(".ckmorezb").hide()
  227. }
  228. }
  229. },
  230. error: function(e) {},
  231. })
  232. };
  233. $(".zhankaigjc").click(function() {
  234. if ($(this).find("span").html() == "展开") {
  235. $(this).siblings(".gjc_rlist").css("height", "auto");
  236. $(this).find("span").html("收起");
  237. $(this).find("cite").addClass("upjiantou")
  238. } else {
  239. $(this).siblings(".gjc_rlist").css("height", "187px");
  240. $(this).find("span").html("展开");
  241. $(this).find("cite").removeClass("upjiantou")
  242. }
  243. });
  244. if ($(".contest_list").find("li").length > 0) {
  245. moreshow()
  246. };
  247. function moreshow() {
  248. var a = $(".contest_list").find("li").length;
  249. if (a >= 30) {
  250. $(".ckmorezb").show()
  251. }
  252. };
  253. if ($(".keywordr").length > 0) {
  254. keywordrnav()
  255. };
  256. function keywordrnav() {
  257. var a = Math.floor(($(window).width() - 1220) / 2) - (120);
  258. if (a < 0) {
  259. $(".keywordr").css("right", "0px")
  260. } else {
  261. $(".keywordr").css("right", a / 2 + "px")
  262. }
  263. };