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
228e58b7
Commit
228e58b7
authored
Jan 09, 2026
by
caoxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove: 删除城市诗韵板块
parent
6fb07a75
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
CityIntroductionView.vue
src/views/CityIntroductionView.vue
+0
-33
No files found.
src/views/CityIntroductionView.vue
View file @
228e58b7
...
...
@@ -27,18 +27,6 @@
<button
class=
"more-btn"
@
click=
"showMoreInfo"
>
更多
</button>
</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"
>
<h2
class=
"section-title"
>
热门景点
</h2>
<div
class=
"attractions-grid"
>
...
...
@@ -475,27 +463,6 @@ const showMoreInfo = () => {
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
{
display
:
grid
;
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