index.less 702 Bytes
/* 我的认证车页面样式 */
.auth-car-list {
  background-color: #f8f9fa;
}

/* 车辆卡片样式 */
.car-item {
  background: white;
  border-radius: 12rpx;
  margin: 16rpx;
  padding: 24rpx;
  box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1);
}

/* 按钮样式优化 */
.sell-button {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  border: none;
  color: white;
  font-weight: 500;
}

/* 价格样式 */
.price-text {
  font-size: 32rpx;
  font-weight: bold;
  color: #ff6b35;
}

.original-price {
  font-size: 24rpx;
  color: #999;
  text-decoration: line-through;
}

/* 空状态样式 */
.empty-state {
  padding: 120rpx 0;
  text-align: center;
  color: #999;
  font-size: 28rpx;
}