@import './templates/cart-item/index.scss';

page {
  padding-bottom: 200rpx;
}

.status-btn-container {
  position: sticky;
  top: 0;
  z-index: 3;
  width: 100vw;
  height: 72rpx;
  padding-right: 24rpx;
  font-size: 28rpx;
  line-height: 72rpx;
  color: var(--color-gray-0);
  text-align: right;
  background: var(--background-color-white);
}

.cart-clear-btn {
  display: flex;
  justify-content: center;
  margin: 24rpx;

  .van-button {
    width: 360rpx;
    height: 56rpx;
    padding: 0 !important;
    font-size: 26rpx;
  }
}

.submit-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16rpx 24rpx;
  font-weight: 400;
}

.submit-price-container {
  text-align: center;
}

.submit-price {
  margin-bottom: 8rpx;
  font-size: 28rpx;
  font-weight: 500;
  line-height: 40rpx;
  color: var(--color-red);
}

.submit-fare {
  font-size: 24rpx;
  color: var(--color-gray-2);
}
