物流轨迹样式修改

parent 050599c2
......@@ -9,7 +9,7 @@
></web-view>
<!-- <view style="height: 600rpx; background-color: aquamarine"></view> -->
<view class="content" v-if="orderDetail">
<view class="info">
<view class="info" :style="{ 'padding-top': logisticsDetail ? '30rpx' : '60rpx' }">
<view class="top" v-if="logisticsDetail">
<view class="left">
<image
......@@ -711,7 +711,7 @@ page {
background: #f12a2a;
border-radius: 50%;
position: absolute;
top: 6rpx;
top: -14rpx;
z-index: 1;
}
......@@ -721,7 +721,7 @@ page {
background: #ffd5d5;
border-radius: 50%;
position: absolute;
top: 6rpx;
top: -14rpx;
z-index: 1;
}
......@@ -729,8 +729,8 @@ page {
height: 100%;
width: 2rpx;
background-color: #ffd5d5;
position: absolute;
top: 6rpx;
// position: absolute;
// top: 6rpx;
}
}
......
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