update: 修改红色品牌色

main
fadeaway 8 months ago
parent 5489fbb6e9
commit 12857b80f1

@ -55,7 +55,7 @@ export default function Download() {
<AppLogo className="mt-[151px]" /> <AppLogo className="mt-[151px]" />
<button <button
className="w-[283px] h-[48px] flex items-center justify-center bg-[#B44343] font-medium text-[17px] rounded-full mt-[44px]" className="w-[283px] h-[48px] flex items-center justify-center bg-[#C43737] font-medium text-[17px] rounded-full mt-[44px]"
onClick={handleDownload} onClick={handleDownload}
> >
APP APP

@ -51,7 +51,7 @@ export default function Home() {
<WXShareBtn /> <WXShareBtn />
{/* 下载 */} {/* 下载 */}
<button <button
className="w-[283px] h-[48px] flex items-center justify-center bg-[#B44343] font-medium text-[17px] rounded-full mb-[16px]" className="w-[283px] h-[48px] flex items-center justify-center bg-[#C43737] font-medium text-[17px] rounded-full mb-[16px]"
onClick={handleDownload} onClick={handleDownload}
> >
APP APP

@ -36,7 +36,7 @@ export default function EnterQueyueBtn() {
return ( return (
<button <button
className="w-[283px] h-[44px] flex items-center justify-center bg-[#B44343] font-medium text-[15px] rounded-full" className="w-[283px] h-[44px] flex items-center justify-center bg-[#C43737] font-medium text-[15px] rounded-full"
onClick={handleEnterQueyue} onClick={handleEnterQueyue}
> >

@ -10,7 +10,7 @@
.equalizer span { .equalizer span {
width: 2px; width: 2px;
border-radius: 4px; border-radius: 4px;
background: #b44343ff; background: #c43737ff;
animation: up-and-down 2s linear infinite; animation: up-and-down 2s linear infinite;
} }

@ -15,7 +15,7 @@ export default function SongItem(props: { data: ISong }) {
// const router = useRouter(); // const router = useRouter();
const { curSong, setCurSong, playing, setPlaying } = useJournalAudioContext(); const { curSong, setCurSong, playing, setPlaying } = useJournalAudioContext();
const activeTextColor = curSong?.id && id && curSong?.id === id ? 'text-[#b44343ff]' : ''; const activeTextColor = curSong?.id && id && curSong?.id === id ? 'text-[#C43737ff]' : '';
// 点击歌曲封面跳转到单曲页面 // 点击歌曲封面跳转到单曲页面
const handleCoverClick = () => { const handleCoverClick = () => {

Loading…
Cancel
Save