.buy-list-page{ background: #1F232D; padding:28rpx 32rpx 0; } .buy-item{ height: 180rpx; margin:0 0 20rpx; width:694rpx; border-radius:10rpx; display: flex; padding:30rpx 66rpx 30rpx 44rpx; justify-content: space-between; color: #663315; background: linear-gradient(-11deg, #FFE3B3, #FEB73B); box-shadow: 0rpx 6rpx 8rpx 0rpx rgba(111, 111, 111, 0.06); border-radius: 15rpx; } .buy-item.invalid-item{ background: linear-gradient(-11deg, #ECF1FF, #CAD1E7); color:#9C9C9C; } .item-title{ font-size: 28rpx; font-weight: bold; } .item-content{ margin:8rpx 0 16rpx; font-size: 22rpx; } .item-date{ font-size: 20rpx; } .buy-item-right image{ width:136rpx; height:118rpx; } .buy-item-right image.status-img{ width:96rpx; height:96rpx; margin-right:-46rpx; z-index:99; position: relative; top:-10rpx; }