调整订单数量位置 #276

Merged
hansu merged 1 commits from zhy into master 2020-08-21 01:25:22 +00:00

View File

@ -385,8 +385,7 @@ export default {
position: relative;
.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;
}
}
}
}