|
@@ -363,10 +363,10 @@ const Home = () => {
|
|
|
<div
|
|
|
className={styles.home}
|
|
|
style={{
|
|
|
- backgroundImage: `url(${mode === "themb" ? thembBg : anwserBg})`,
|
|
|
- backgroundSize: "100% 100%",
|
|
|
}}
|
|
|
>
|
|
|
+ <img className="thembBg" style={{opacity: mode === 'themb' ? 1: 0}} src={thembBg} alt="" />
|
|
|
+ <img className="thembBg" style={{opacity: mode !== 'themb' ? 1: 0}} src={anwserBg} alt="" />
|
|
|
{/* 顶部图标区域 */}
|
|
|
<img
|
|
|
className="btn_back"
|