/* pages/order/order-info/index.wxss */ .margin-top { margin-top: 18rpx; } .detail-layout { min-height: 90rpx; font-size: 30rpx; align-items: center; } .next-layout { min-height: 90rpx; background-color: white; font-size: 30rpx; align-items: center; padding: 0rpx 32rpx; } .item-remark { margin-top: 18rpx; width: 100%; padding: 18rpx 24rpx; background: #f8f8f8; border: 1px solid #e7e7e7; }