12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .empty-box {
- padding: 20px;
- justify-content: center;
- text-align: center;
- }
- .wrapper {
- display: flex;
- flex-direction: column;
- padding: 0rpx 20rpx;
- .wrapper-inner {
- display: flex;
- align-items: center;
- height: 320rpx;
- margin: 20rpx 0;
- }
- .wrapper-inner:last-child {
- margin-bottom: 20px !important;
- }
- .box {
- margin-left: 20upx;
- margin-top: 10upx;
- }
- .text-wrapper {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- width: 70%;
- height: 100%;
- .text-dec {
- margin: 16rpx 0;
- white-space: normal;
- word-break: break-word;
- line-height: 46rpx;
- }
- .text-name {}
- .text-status {
- color: #999;
- }
- }
- }
- .integral-mall-goods {
- width: 100%;
- height: 320rpx;
- background: #F2F2F2;
- border-radius: 16upx;
- }
|