diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 9bf0d5719..f82d424b1 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -476,3 +476,9 @@ height: 100%; width: 100%; } + +.photo-left { + width: 400px; /* 设置 div 的宽度 */ + height: 300px; /* 设置 div 的高度 */ + background-image: url('public/gaobaipingtai.jpg'); /* 将图片作为 div 的背景 */ +} \ No newline at end of file diff --git a/app/components/home.tsx b/app/components/home.tsx index 7b2fbe5d6..00430fdfa 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -195,6 +195,7 @@ function _Home() { : styles.container }`} > +
diff --git a/public/gaobaipingtai.jpg b/public/gaobaipingtai.jpg new file mode 100644 index 000000000..b816897dc Binary files /dev/null and b/public/gaobaipingtai.jpg differ