feat: 优化文案
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user