Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
1a9170d0
Commit
1a9170d0
authored
Aug 07, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
227368d3
a75a38c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
RouteDetails.vue
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
+2
-2
timeLine.vue
src/pages/assistingAgriculture/RouteDetails/timeLine.vue
+7
-7
No files found.
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
View file @
1a9170d0
...
...
@@ -5,7 +5,7 @@
<div
class=
"banner"
>
<!-- -->
<wd-swiper
:autoplay=
"
false
"
:autoplay=
"
1
"
:list=
"swiperList"
:indicator=
"
{ type: 'fraction' }"
indicatorPosition="bottom-right"
...
...
@@ -195,7 +195,7 @@
<img
class=
"icon"
src=
"/static/assistingAgriculture/routeDetails/position.png"
/>
<span
class=
"t2"
>
贵阳市南明区维也纳酒店(花果园店)
</span>
</p>
<p>
<p
class=
"t3"
>
早上统一集合发车,(具体出发时间以导游通知为准)为便于通知游客车时间、上车地点、导游和车牌号,请游客在出行前一天随时保持手机畅通。
</p>
</timeLine>
...
...
src/pages/assistingAgriculture/RouteDetails/timeLine.vue
View file @
1a9170d0
...
...
@@ -23,9 +23,9 @@ const props = defineProps({
.time-line
{
display
:
flex
;
.date
{
flex
:
0
0
60
px
;
flex
:
0
0
120r
px
;
text-align
:
center
;
margin-right
:
10
px
;
margin-right
:
20r
px
;
color
:
#767676
;
position
:
relative
;
&
:
:
after
{
...
...
@@ -33,26 +33,26 @@ const props = defineProps({
display
:
block
;
height
:
100%
;
width
:
0
;
border-right
:
1
px
dashed
#767676
;
border-right
:
2r
px
dashed
#767676
;
position
:
absolute
;
left
:
50%
;
top
:
0
;
transform
:
translateX
(
-
1
px
);
transform
:
translateX
(
-
2r
px
);
}
span
{
z-index
:
1
;
position
:
relative
;
display
:
inline-block
;
padding
:
5
px
;
padding
:
10r
px
;
background-color
:
#fff
;
}
}
.content-wrap
{
flex
:
1
;
padding
:
5px
0
25
px
;
padding
:
10rpx
0
50r
px
;
display
:
flex
;
flex-direction
:
column
;
gap
:
6
px
;
gap
:
12r
px
;
}
}
</
style
>
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