Commit 1a9170d0 authored by 陈宗胤(贵阳日报)'s avatar 陈宗胤(贵阳日报)
parents 227368d3 a75a38c4
......@@ -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>
......
......@@ -23,9 +23,9 @@ const props = defineProps({
.time-line {
display: flex;
.date {
flex: 0 0 60px;
flex: 0 0 120rpx;
text-align: center;
margin-right: 10px;
margin-right: 20rpx;
color: #767676;
position: relative;
&::after {
......@@ -33,26 +33,26 @@ const props = defineProps({
display: block;
height: 100%;
width: 0;
border-right: 1px dashed #767676;
border-right: 2rpx dashed #767676;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-1px);
transform: translateX(-2rpx);
}
span {
z-index: 1;
position: relative;
display: inline-block;
padding: 5px;
padding: 10rpx;
background-color: #fff;
}
}
.content-wrap {
flex: 1;
padding: 5px 0 25px;
padding: 10rpx 0 50rpx;
display: flex;
flex-direction: column;
gap: 6px;
gap: 12rpx;
}
}
</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