feat: 优化文案

This commit is contained in:
hackrobot
2025-03-27 18:45:12 -05:00
parent 4fb515d7a0
commit 6c38c98d6c
2 changed files with 5 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ const Index = () => {
<br />
🌎追踪你的旅行记录你去过的地方
<br />
💬加入微信在旅途中找到你的社区
💬加入在旅途中找到你的社区
{!!mobile ? (
<View className="upjonNomad">
<AtButton
@@ -326,7 +326,7 @@ const Index = () => {
onClick={() => {
setqrOpen(true);
}}
>{`加入微信群💬`}</AtButton>
>{`加入群💬`}</AtButton>
</View>
</View>
</View>

View File

@@ -137,7 +137,7 @@
gap: 30px; /* 设置元素之间的间隔 */
// padding-left: 10px; /* 确保两侧固定边距 */
// padding-right: 10px;
// background-color: aqua;
background-color: aqua;
.item:hover {
animation: pulse 0.6s ease;
@@ -146,7 +146,9 @@
.item {
flex-grow: 1; /* 自动增长填充空间 */
flex-basis: 260px; /* 基本宽度为 300px元素数量随可用空间调整 */
// flex: 1 1 260px; /* 自动增长并设置基础宽度为 260px确保元素均匀分布 */
max-width: 330px; /* 设置最大宽度 */
// max-width: 280px; /* 设置最大宽度 */
// width: 100%; /* 确保可以响应式变化 */
height: 280px;
// background-color: yellow;