index.module.less 1018 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .icon-shop-cart {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. .dot {
  6. line-height: 16px;
  7. background: #ff4e19;
  8. border-radius: 10px 10px 0px 10px;
  9. font-size: 12px;
  10. color: #ffffff;
  11. padding: 0px 5px;
  12. margin-right: 5px;
  13. }
  14. }
  15. .iconBadge{
  16. :global{
  17. .van-badge{
  18. border: none;
  19. }
  20. }
  21. }
  22. .searchBox {
  23. :global {
  24. .van-search{
  25. padding-bottom: 0;
  26. }
  27. .van-search .van-search__content {
  28. background-color: #fff !important;
  29. }
  30. }
  31. }
  32. .swipe {
  33. margin: 11px 14px 0 14px;
  34. height: 132px;
  35. border-radius: 10px;
  36. overflow: hidden;
  37. .swipeItemImg {
  38. height: 100%;
  39. width: 100%;
  40. }
  41. }
  42. .tabs{
  43. :global{
  44. .van-tabs__line{
  45. width: 20px !important;
  46. height: 7px;
  47. bottom: 0.5rem;
  48. background-image: url('./images/bottom-line.svg');
  49. background-repeat: no-repeat;
  50. background-size: 100% 100%;
  51. background-color: transparent !important;
  52. }
  53. }
  54. }