/* pages/order/orderDetail/orderDetail.wxss */ .address{ width: 650rpx; height: 176rpx; background: #F7F7F7; border-radius: 30rpx; margin: 64rpx auto; box-shadow: 0 0 10rpx 10rpx #F0F0F0; display: flex; align-items: center; justify-content: space-around; } .address .userInfo{ display: flex; justify-content: space-between; } .address .icon{ width: 170rpx; } .address .more{ width: 30rpx; transform: rotate(180deg); margin: 0 20px; } /* 物流单号 */ .logisticsNo{ display: flex; justify-content: space-between; padding: 0 40rpx; line-height: 100rpx; }