Commit 80331579 authored by zhengke's avatar zhengke

修改页面

parent 6918966f
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
font-size:12px; font-size:12px;
} }
.timeline-item .Arrayleft{ .timeline-item .Arrayleft{
width: 71px; width: 74px;
height: 25px; height: 25px;
background-color: #fff; background-color: #fff;
margin-right: 20px; margin-right: 20px;
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
padding: 5px 0; padding: 5px 0;
position: absolute; position: absolute;
left:-16px; left:-16px;
z-index:999;
} }
.timeline-item .Arrayleft i{ .timeline-item .Arrayleft i{
position: relative; position: relative;
...@@ -280,8 +281,8 @@ ...@@ -280,8 +281,8 @@
<div class="timeline-box"></div> <div class="timeline-box"></div>
<div v-for="(item,index) in dataList.dayList" :key="index"> <div v-for="(item,index) in dataList.dayList" :key="index">
<div class="timeline-item"> <div class="timeline-item">
<div class="left"> <div class="left" style="margin-left:0;z-index:999;background-color:#fff;">
<span class="big" style=" font-size: 20px;">行程</span> <span class="big" style="font-size: 20px;">行程</span>
</div> </div>
<div class="new_right"> <div class="new_right">
<span class="medium"> <span class="medium">
......
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