/* pages/myCars/myCars.wxss */ page { background:#EAF1F8; height: calc(100%-10px); } .scroll-views { height: 100%; width: 100%; padding-top: 10rpx; display: flex; flex-direction: column; } .listItem{ /* height: 100rpx; */ display: flex; flex-direction: column; background-color: #fff; padding: 20rpx 20rpx; border-bottom: 1rpx solid #ddd; background: white; } .orderID{ height: 50%; width: 100%; } .topView{ height: 50%; width: 100%; display: flex; flex-direction: row; } .bottomView{ margin-top: 10rpx; height: 50%; width: 100%; display: flex; flex-direction: row; } .goodsNum{ height: 100%; width: 50%; } .goodsMoney{ height: 100%; width: 50%; text-align: right; } .goodsIDText{ font-size: 16px; } .goodsNumText{ font-size: 14px; color: #666; } .goodsMoneyText{ font-size: 14px; color: #666; }