12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .icon-shop-cart {
- display: flex;
- align-items: center;
- justify-content: center;
- .dot {
- line-height: 16px;
- background: #ff4e19;
- border-radius: 10px 10px 0px 10px;
- font-size: 12px;
- color: #ffffff;
- padding: 0px 5px;
- margin-right: 5px;
- }
- }
- .iconBadge{
- :global{
- .van-badge{
- border: none;
- }
- }
- }
- .searchBox {
- :global {
- .van-search{
- padding-bottom: 0;
- }
- .van-search .van-search__content {
- background-color: #fff !important;
- }
- }
- }
- .swipe {
- margin: 11px 14px 0 14px;
- height: 132px;
- border-radius: 10px;
- overflow: hidden;
- .swipeItemImg {
- height: 100%;
- width: 100%;
- }
- }
- .tabs{
- :global{
- .van-tabs__line{
- width: 20px !important;
- height: 7px;
- bottom: 0.5rem;
- background-image: url('./images/bottom-line.svg');
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-color: transparent !important;
- }
- }
- }
|