.container{ background-color: #F7F7F7; .code-info{ width: 100%; height: 390rpx; background-color: #fff; .code{ width: 320rpx; height: 320rpx; border: 1px solid #ebeef5; margin: 20rpx auto; .canvas-code{ background-color: #fff; width: 280rpx; height: 280rpx; margin: 20rpx auto; } .code-text{ text-align: center; margin: 30rpx auto; } } } .order{ margin-top: 20rpx; display: flex; height: 250rpx; background-color: #fff; justify-content: flex-start; .order-img{ width: 200rpx; height: 190rpx; margin: 20rpx 20rpx; padding-top: 25rpx; image{ width: 100%; height: 100%; } } .order-info{ flex: 1; padding-top: 10rpx; padding-left: 30rpx; .order-id{ height: 50rpx; text-align: right; } .order-title{ height: 60rpx; } .order-price{ height: 80rpx; } .order-date{ height: 50rpx; } } } .shop-info{ height: 250rpx; margin-top: 20rpx; padding: 20rpx 30rpx; background-color: #fff; .shop{ height: 50rpx; line-height: 50rpx; } .address,.tel{ height: 30rpx; line-height: 30rpx; margin: 20rpx; position: relative; image{ width: 40rpx; height: 40rpx; position: absolute; right: 0; bottom: 0; } } } }