调整订单数量位置
This commit is contained in:
parent
f54b94f0c6
commit
3d2e0a9525
@ -383,10 +383,9 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: relative;
|
position: relative;
|
||||||
.order-num{
|
.order-num {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -12rpx;
|
top: -14rpx;
|
||||||
left: 40rpx;
|
|
||||||
}
|
}
|
||||||
.order-num > text {
|
.order-num > text {
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
@ -404,6 +403,11 @@ export default {
|
|||||||
color:rgba(255,120,15,1);
|
color:rgba(255,120,15,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
> view:not(:nth-child(6)) {
|
||||||
|
.order-num {
|
||||||
|
left: 40rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
> view:nth-child(1){
|
> view:nth-child(1){
|
||||||
@include image-size($image-width: 33rpx, $image-height: 36rpx);
|
@include image-size($image-width: 33rpx, $image-height: 36rpx);
|
||||||
}
|
}
|
||||||
@ -421,6 +425,9 @@ export default {
|
|||||||
}
|
}
|
||||||
> view:nth-child(6){
|
> view:nth-child(6){
|
||||||
@include image-size($image-width: 33rpx, $image-height: 35rpx);
|
@include image-size($image-width: 33rpx, $image-height: 35rpx);
|
||||||
|
.order-num {
|
||||||
|
left: 24rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user