.cartBox { padding: 15px; :global { --van-cart: #ff4e19; --van-stepper-button-round-theme-color: var(--van-primary); } } .submit { :global { .van-submit-bar__price { color: var(--van-cart); } } } .delete { :global { .van-button { margin-left: auto; } } } .cartItem { display: flex; align-items: center; background: #fff; border-radius: 11px; padding-left: 12px; margin-bottom: 10px; :global { .van-card { background: #fff; flex: 1; margin: 0; padding: 14px 12px; } .van-card__title { font-size: 16px; color: #333; font-weight: 400; line-height: 22px; max-height: 44px; } .van-card__desc { font-size: 14px; color: #999; font-weight: 400; line-height: 20px; max-height: 40px; white-space: break-spaces; } .van-card__thumb { width: auto; height: auto; } .van-image { width: 100px !important; height: 100px !important; border-radius: 8px; overflow: hidden; } .van-card__price { color: var(--van-cart); } } }