2013年7月21日 18:15
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
Kevin Martin期待加入灰狼,有自信勝任綠葉角色。(圖/美聯社/達志影像)
記者朱修寬/綜合報導
Kevin Martin在過去一年效力於奧克拉荷馬雷霆隊,並從中學到很多,像是打得更具競爭力、利用團隊防守來彌補個人能力的缺陷,還有依球隊需要及時修改個人打法。
對他來說,最簡單也最重要的課題就是,如何勝任在一群球星身旁打球的綠葉角色,例如Kevin Durant和Russell Westbrook等聯盟一線巨星。經過一年的洗禮,Martin已相當有心得。
現在他希望將這份良好的化學效應帶到明尼蘇達,與灰狼隊兩位看板球星Kevin Love和Ricky Rubio共創霸業。
Martin於美國時間周六表示:「在與Kevin Durant及Russell Westbrook共事過後,我不會到任何一支沒有超級球星的隊伍,跟他們打球不僅能讓你提升一個檔次,還能使比賽變得更為輕鬆寫意。」
談及未來的新隊友,Martin是如此說道:「Kevin Love曾代表美國征戰奧運,先前也是NBA全明星和年度籃板王,這些足以證明他是聯盟中的巨星之一。而Rubio即將邁入個人的第三個球季,才華洋溢的程度不在話下,現階段只是努力的過程,未來他會成為明星球員。」
所以今年夏天,當雷霆隊沒有足夠的薪資空間留下他時,加入有Rubio、Love和總教練Rick Adelman的灰狼,他認為是個再簡單不過的決定。其中Adelman曾在沙加緬度國王及休士頓火箭任職期間執教過Martin。 (接下一頁)
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表