调整订单数量位置

This commit is contained in:
ghusermoon 2020-08-21 09:24:51 +08:00
parent f54b94f0c6
commit 3d2e0a9525

View File

@ -383,10 +383,9 @@ export default {
align-items: center;
justify-content: space-between;
position: relative;
.order-num{
.order-num {
position: absolute;
top: -12rpx;
left: 40rpx;
top: -14rpx;
}
.order-num > text {
z-index: 9;
@ -404,6 +403,11 @@ export default {
color:rgba(255,120,15,1);
}
}
> view:not(:nth-child(6)) {
.order-num {
left: 40rpx;
}
}
> view:nth-child(1){
@include image-size($image-width: 33rpx, $image-height: 36rpx);
}
@ -421,6 +425,9 @@ export default {
}
> view:nth-child(6){
@include image-size($image-width: 33rpx, $image-height: 35rpx);
.order-num {
left: 24rpx;
}
}
}
}