导航栏

This commit is contained in:
hackrobot
2024-10-05 12:44:42 +08:00
parent 6b9990a25e
commit 751707087c

View File

@@ -75,20 +75,19 @@ const Index = () => {
const weGroup = () => {
return (
<View className="weGroup">
{/* <Image
style="width: 100%;height: 100%;"
// mode="heightFix"
src={wechatGroup}
/> */}
<LazyLoadImage
alt="Sample"
src={wechatGroup}
effect="blur"
width="100%"
height="100%"
style={{ borderRadius: '15px' }} // 设置圆角
/>
<LazyLoadImage
alt="Sample"
src={wechatGroup}
effect="blur"
width="100%"
height="100%"
style={{ borderRadius: "15px" }} // 设置圆角
/>
</View>
);
};
@@ -102,14 +101,14 @@ const Index = () => {
// mode="heightFix"
src={nomadBook}
/> */}
<LazyLoadImage
alt="Sample"
src={nomadBook}
effect="blur"
width="100%"
height="100%"
style={{ borderRadius: '15px' }} // 设置圆角
/>
<LazyLoadImage
alt="Sample"
src={nomadBook}
effect="blur"
width="100%"
height="100%"
style={{ borderRadius: "15px" }} // 设置圆角
/>
</View>
);
};
@@ -194,9 +193,9 @@ const Index = () => {
return (
<View className="Index">
<View className="header">导航/图书/好物/活动/工具箱/关于我们</View>
<View className="up">
<View className="upText">
{" "}
📣数字游民CNA,是针对中国用户的城市数据统计
</View>
</View>
@@ -253,7 +252,7 @@ const Index = () => {
effect="blur"
width="100%"
height="100%"
style={{ borderRadius: '15px' }} // 设置圆角
style={{ borderRadius: "15px" }} // 设置圆角
/>
</View>
);