diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 5893acd..a1b6548 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -1248,7 +1248,17 @@ page { overflow: hidden; margin: 0.7 * 100rpx auto 0.5 * 100rpx auto; } - +.pictrue{ + width: 160rpx !important; + height: 160rpx !important; + border-radius: 16rpx !important; +} +.my-order .list .item .item-info .text { + width: 448rpx !important; + font-size: 28rpx; + color: #999; + margin-top: 6rpx; +} .noCart .pictrue image { width: 408rpx; height: 414rpx; @@ -1301,7 +1311,7 @@ page { margin: 10rpx 0 0 0; } .my-order .list .item .item-info .text .name { - width: calc(100% - 160rpx); + width: calc(100% - 120rpx); } .tips-text{ padding: 0 12rpx;