page { background-color: #ffffff; } .head { margin-top: 30rpx; } .boxorder { width: 90%; height: 354rpx; margin-left: 5%; margin-right: 5%; margin-bottom: 40rpx; display: flex; flex-direction: column; background:rgba(255,255,255,1); box-shadow:0rpx 14rpx 44rpx 2rpx rgba(161,161,161,0.5); border-radius: 30rpx; } .boxorderhead { display: flex; flex-direction: row; margin-top: 26rpx; width: 100%; justify-content: space-between; text-align: left; } .headleft { flex: 20; } .orderdate { flex: 200; font-size: 24rpx; font-weight: Regular; color: #000000; } .orderstatus { flex: 124; font-size: 28rpx; font-weight: Regular; text-align: right; color: #FF5B60; } .orderpackage { width: 100%; display: flex; flex-direction: row; margin-top: 24rpx; height: 142rpx; } .imgleft { flex: 20; } .orderpimg { flex: 110; text-align: left; } .imgpackage { width: 192rpx; height: 142rpx; border-radius: 15rpx; } .orderpname { flex: 214; text-align: left; font-weight: 500; font-size: 28rpx; color: #000000; } .boxorderamount { width: 100%; display: flex; flex-direction: row; margin-top: 36rpx; height: 46rpx; } .amountleft { flex: 20; } .txtorderamount { flex: 76; font-size: 28rpx; font-weight: Regular; color: #000000; } .money { flex: 5; font-size: 28rpx; font-weight: 500; color: #FF5B60; line-height: 46rpx; } .moneyleft { flex: 1; } .orderamount { flex: 155; font-size: 40rpx; font-weight: 500; color: #FF5B60; align-self:flex-end; } .buttonpay { flex: 67; } .buttonright { flex: 20; } .paybutton { width: 134rpx; height: 48rpx; background-color: #FF5B60; color: #ffffff; text-align: center; line-height: 48rpx; border-radius: 50rpx; font-size: 24rpx; font-weight: Regular; } .none { margin-top: 332rpx; text-align: center; width: 100%; height: 260rpx; } .noneimg { height: 280rpx; width: 280rpx; } .nonedesc { margin-top: 34rpx; height: 30rpx; color: #7A7777; font-size: 26rpx; font-weight: Regular; } .load { width: 100%; height: 2400rpx; position: absolute; left: 0; top: 0; z-index: 9999; background-color: #ffffff; text-align: center; line-height: 1300rpx; } .loadimg { width: 200rpx; height: 200rpx; }