Commit 1a9170d0 authored by 陈宗胤(贵阳日报)'s avatar 陈宗胤(贵阳日报)
parents 227368d3 a75a38c4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="banner"> <div class="banner">
<!-- --> <!-- -->
<wd-swiper <wd-swiper
:autoplay="false" :autoplay="1"
:list="swiperList" :list="swiperList"
:indicator="{ type: 'fraction' }" :indicator="{ type: 'fraction' }"
indicatorPosition="bottom-right" indicatorPosition="bottom-right"
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
<img class="icon" src="/static/assistingAgriculture/routeDetails/position.png" /> <img class="icon" src="/static/assistingAgriculture/routeDetails/position.png" />
<span class="t2">贵阳市南明区维也纳酒店(花果园店)</span> <span class="t2">贵阳市南明区维也纳酒店(花果园店)</span>
</p> </p>
<p> <p class="t3">
早上统一集合发车,(具体出发时间以导游通知为准)为便于通知游客车时间、上车地点、导游和车牌号,请游客在出行前一天随时保持手机畅通。 早上统一集合发车,(具体出发时间以导游通知为准)为便于通知游客车时间、上车地点、导游和车牌号,请游客在出行前一天随时保持手机畅通。
</p> </p>
</timeLine> </timeLine>
......
...@@ -23,9 +23,9 @@ const props = defineProps({ ...@@ -23,9 +23,9 @@ const props = defineProps({
.time-line { .time-line {
display: flex; display: flex;
.date { .date {
flex: 0 0 60px; flex: 0 0 120rpx;
text-align: center; text-align: center;
margin-right: 10px; margin-right: 20rpx;
color: #767676; color: #767676;
position: relative; position: relative;
&::after { &::after {
...@@ -33,26 +33,26 @@ const props = defineProps({ ...@@ -33,26 +33,26 @@ const props = defineProps({
display: block; display: block;
height: 100%; height: 100%;
width: 0; width: 0;
border-right: 1px dashed #767676; border-right: 2rpx dashed #767676;
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 0; top: 0;
transform: translateX(-1px); transform: translateX(-2rpx);
} }
span { span {
z-index: 1; z-index: 1;
position: relative; position: relative;
display: inline-block; display: inline-block;
padding: 5px; padding: 10rpx;
background-color: #fff; background-color: #fff;
} }
} }
.content-wrap { .content-wrap {
flex: 1; flex: 1;
padding: 5px 0 25px; padding: 10rpx 0 50rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 6px; gap: 12rpx;
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment