update: 修改红色品牌色

main
fadeaway 6 months ago
parent 5489fbb6e9
commit 12857b80f1

@ -55,7 +55,7 @@ export default function Download() {
<AppLogo className="mt-[151px]" />
<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}
>
APP

@ -51,7 +51,7 @@ export default function Home() {
<WXShareBtn />
{/* 下载 */}
<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}
>
APP

@ -36,7 +36,7 @@ export default function EnterQueyueBtn() {
return (
<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}
>

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

@ -15,7 +15,7 @@ export default function SongItem(props: { data: ISong }) {
// const router = useRouter();
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 = () => {

Loading…
Cancel
Save