«葛萊美獎、告示牌音樂獎等14座大獎加冕流行小天后,2014年首張錄音室專輯,全新進口10周年豪華版CD
«主打”All About That Bass”橫掃58國冠軍,包括美國告示牌8週冠軍、英國金榜4週冠軍,更驚創YouTube十億點閱大關
«收錄”Dear Future Husband”、與John Legend深情對唱Top 10單曲”Like I’m Gonna Lose You”等熱門單曲
«10周年豪華版CD再收錄3首Live From Spotify London音軌以及2首”All About That Bass (Remastered) ,“ ”Better When I’m Dancin’ (j.bird Timeless Tour Version)”bonus歌曲
曲目:
DISC 1 - CD | ||
1 | The Best Part (Interlude) |
|
2 | All About That Bass - Explicit Content |
|
3 | Dear Future Husband |
|
4 | Close Your Eyes |
|
5 | 3am |
|
6 | Like I'm Gonna Lose You |
|
7 | Bang Dem Sticks - Explicit Content |
|
8 | Walkashame |
|
9 | Title - Explicit Content |
|
10 | What If I |
|
11 | Lips Are Movin |
|
12 | No Good For You |
|
13 | Mr. Almost |
|
14 | My Selfish Heart |
|
15 | Credit - Explicit Content |
|
16 | Better When I'm Dancin' |
|
17 | Good To Be Alive |
|
18 | What If I (Guitar Version) |
|
19 | Title (Acoustic) |
|
20 | I'll Be Home | descSectionTop) {
desc_sections.find("ul").css({"top": 0});
if (currentScrollPos > prevScrollPos && product_window.scrollTop() > descSectionTop + headerHeight) {
desc_sections
.stop()
.addClass("desc_sections_hold")
.css({"min-height": descSectionHeight})
.find("ul")
.css({"top": 0});
} else if (prevScrollPos > currentScrollPos) {
desc_sections
.stop()
.addClass("desc_sections_hold")
.css({"min-height": descSectionHeight})
.find("ul")
.css({"top": headerHeight});
} else {
prevScrollPos = 0;
} prevScrollPos = currentScrollPos;
if ($(window).width() < 768) {
$("body").css("padding-bottom", "68px");
}
} else {
prevScrollPos = 0;
desc_sections.stop().removeClass("desc_sections_hold")
if ($(window).width() < 768) {
$("body").css("padding-bottom", "68px");
}
}
// 點選產品說明滑動
$(".desc_sections a.scroll").bind("click", function(event) {
var targetScrollTop = parseInt($($(this).attr("href")).offset().top - descSectionHeight + 1);
if (targetScrollTop > window.scrollY + 1) {
$("html, body").stop().animate({
scrollTop: targetScrollTop
}, 300);
} else {
$("html, body").stop().animate({
scrollTop: targetScrollTop - headerHeight
}, 300);
}
});
// 顯示當前產品說明
if (currentScrollPos > prevScrollInformationPos) {
$.each(desc_section_list, function(index, desc_section) {
var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1
var desc_sectionHeight = $(desc_section).height()
var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']");
if (product_window.scrollTop() > desc_sectionTop || index === 0) {
current_desc_section
.stop()
.addClass('active')
.parent()
.siblings()
.find("a")
.removeClass('active');
} else {
current_desc_section.removeClass('active');
} prevScrollInformationPos = currentScrollPos;
});
} else {
$.each(desc_section_list, function(index, desc_section) {
var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1
var desc_sectionHeight = $(desc_section).height()
var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']");
if (product_window.scrollTop() + headerHeight > desc_sectionTop) {
current_desc_section
.stop()
.addClass('active')
.parent()
.siblings()
.find("a")
.removeClass('active');
} else {
current_desc_section.removeClass('active');
}
});
prevScrollInformationPos = currentScrollPos;
}
});
})
|