Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
prd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caoxu
prd
Commits
6fb07a75
Commit
6fb07a75
authored
Jan 09, 2026
by
caoxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add: 添加城市诗韵板块
parent
a93d058d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
CityIntroductionView.vue
src/views/CityIntroductionView.vue
+33
-0
No files found.
src/views/CityIntroductionView.vue
View file @
6fb07a75
...
@@ -27,6 +27,18 @@
...
@@ -27,6 +27,18 @@
<button
class=
"more-btn"
@
click=
"showMoreInfo"
>
更多
</button>
<button
class=
"more-btn"
@
click=
"showMoreInfo"
>
更多
</button>
</div>
</div>
<div
class=
"poem-section"
>
<h2
class=
"section-title"
>
城市诗韵
</h2>
<div
class=
"poem-content"
>
<p
class=
"poem-text"
>
逝去的人如云烟,
<br
/>
散落在岁月的边缘。
<br
/>
爱而不得心成灰,
<br
/>
独留风中叹流年。
</p>
</div>
</div>
<div
class=
"attractions-section"
>
<div
class=
"attractions-section"
>
<h2
class=
"section-title"
>
热门景点
</h2>
<h2
class=
"section-title"
>
热门景点
</h2>
<div
class=
"attractions-grid"
>
<div
class=
"attractions-grid"
>
...
@@ -463,6 +475,27 @@ const showMoreInfo = () => {
...
@@ -463,6 +475,27 @@ const showMoreInfo = () => {
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
.poem-section
{
background-color
:
white
;
border-radius
:
12px
;
padding
:
20px
;
margin-bottom
:
20px
;
box-shadow
:
0
2px
8px
rgba
(
0
,
0
,
0
,
0.08
);
}
.poem-content
{
text-align
:
center
;
}
.poem-text
{
font-size
:
16px
;
line-height
:
2.2
;
color
:
#666
;
margin
:
0
;
font-style
:
italic
;
letter-spacing
:
1px
;
}
.attractions-grid
{
.attractions-grid
{
display
:
grid
;
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fill
,
minmax
(
280px
,
1
fr
));
grid-template-columns
:
repeat
(
auto-fill
,
minmax
(
280px
,
1
fr
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment