作者 lihan
1 个管道 的构建 通过 耗费 4 秒

确认收货

... ... @@ -162,6 +162,18 @@ li.active {
background: RGBA(254, 10, 1, 1);
}
.confirm {
float: right;
width: 1.8rem;
height: 0.6rem;
text-align: center;
line-height: 0.6rem;
border-radius: 0.3rem;
font-size: 0.24rem;
color: #fff;
background: RGBA(254, 10, 1, 1);
}
/*取消订单弹出层*/
.deletewrap{
width: 100%;
... ...
... ... @@ -100,7 +100,7 @@
</if>
<if condition="$vo['step'] eq '3'">
<div class="unpay">
<p class="pay">确认收货</p>
<p class="confirm">确认收货</p>
</div>
</if>
<if condition="$vo['step'] eq '5'">
... ... @@ -221,7 +221,7 @@
</volist>
</div>
<div class="unpay">
<p class="pay">确认收货</p>
<p class="confirm">确认收货</p>
</div>
</div>
... ...