|
1 |
| -.recommend-item .product-img { |
| 1 | +#algoliaRecommend .recommend-item .product-img { |
2 | 2 | width: 180px;
|
3 | 3 | }
|
4 |
| -.auc-Recommend-list { |
| 4 | +#algoliaRecommend .auc-Recommend-list { |
5 | 5 | display: flex;
|
6 | 6 | justify-content: space-evenly;
|
7 | 7 | list-style: none;
|
8 | 8 | }
|
9 |
| -.recommend-item .product-name { |
| 9 | +#algoliaRecommend .recommend-item .product-name { |
10 | 10 | height: 50px;
|
11 | 11 | width: 110px;
|
12 | 12 | margin: 0 auto;
|
13 | 13 | }
|
14 |
| -.recommend-component { |
| 14 | +#algoliaRecommend .recommend-component { |
15 | 15 | margin-bottom: 80px;
|
16 | 16 | }
|
17 | 17 |
|
18 |
| -#relatedProducts .auc-Recommend-list, |
19 |
| -#frequentlyBoughtTogether .auc-Recommend-list, |
20 |
| -#lookingSimilar .auc-Recommend-list, |
21 |
| -.trendsItem .auc-Recommend-list { |
| 18 | +#algoliaRecommend #relatedProducts .auc-Recommend-list, |
| 19 | +#algoliaRecommend #frequentlyBoughtTogether .auc-Recommend-list, |
| 20 | +#algoliaRecommend #lookingSimilar .auc-Recommend-list, |
| 21 | +#algoliaRecommend .trendsItem .auc-Recommend-list { |
22 | 22 | flex-wrap: wrap;
|
23 | 23 | justify-content: flex-start;
|
24 | 24 | }
|
25 |
| -#relatedProducts li, #frequentlyBoughtTogether li, #lookingSimilar li, .trendsItem li { |
| 25 | +#algoliaRecommend #relatedProducts li, |
| 26 | +#algoliaRecommend #frequentlyBoughtTogether li, |
| 27 | +#algoliaRecommend #lookingSimilar li, |
| 28 | +#algoliaRecommend .trendsItem li { |
26 | 29 | display: flex;
|
27 | 30 | justify-content: center;
|
28 | 31 | width: 16.66666667%;
|
29 | 32 | }
|
30 |
| -#relatedProducts li a, #frequentlyBoughtTogether li a, #lookingSimilar li a, .trendsItem li a { |
| 33 | +#algoliaRecommend #relatedProducts li a, |
| 34 | +#algoliaRecommend #frequentlyBoughtTogether li a, |
| 35 | +#algoliaRecommend #lookingSimilar li a, |
| 36 | +#algoliaRecommend .trendsItem li a { |
31 | 37 | color: inherit;
|
32 | 38 | display: block;
|
33 | 39 | }
|
34 |
| - |
35 |
| -#relatedProducts .product-name, |
36 |
| -#frequentlyBoughtTogether .product-name, |
37 |
| -#trendItems .product-name, |
38 |
| -#lookingSimilar .product-name, |
39 |
| -.trendsItem .product-name { |
| 40 | +#algoliaRecommend #relatedProducts .product-name, |
| 41 | +#algoliaRecommend #frequentlyBoughtTogether .product-name, |
| 42 | +#algoliaRecommend #lookingSimilar .product-name, |
| 43 | +#algoliaRecommend #trendItems .product-name, |
| 44 | +#algoliaRecommend .trendsItem .product-name{ |
40 | 45 | text-align: center;
|
41 | 46 | width: 150px;
|
42 | 47 | text-overflow: ellipsis;
|
|
49 | 54 | -webkit-box-orient: vertical;
|
50 | 55 | display: -webkit-box;
|
51 | 56 | }
|
52 |
| -#trendItems a, #trendItems a:hover, .trendsItem a, .trendsItem a:hover{ |
| 57 | +#algoliaRecommend #trendItems a, |
| 58 | +#algoliaRecommend #trendItems a:hover, |
| 59 | +#algoliaRecommend .trendsItem a, |
| 60 | +#algoliaRecommend .trendsItem a:hover{ |
53 | 61 | color:#333;
|
54 | 62 | }
|
55 |
| -.auc-Recommend-item .product-details { |
| 63 | +#algoliaRecommend .auc-Recommend-item .product-details { |
56 | 64 | text-align: center;
|
57 | 65 | }
|
58 |
| -#trendItems .auc-Recommend-list{ |
| 66 | +#algoliaRecommend #trendItems .auc-Recommend-list{ |
59 | 67 | flex-wrap: wrap;
|
60 | 68 | justify-content: flex-start;
|
61 | 69 | }
|
62 |
| -.product-details .recommend-item .action.primary, .action-primary{ |
| 70 | +#algoliaRecommend .product-details .recommend-item .action.primary, |
| 71 | +#algoliaRecommend .action-primary{ |
63 | 72 | background: #f4f4f4;
|
64 | 73 | border: 1px solid #f4f4f4;
|
65 | 74 | color: #666666;
|
66 | 75 | }
|
67 |
| -.product-details .recommend-item .action.primary:hover, .action-primary:hover { |
| 76 | +#algoliaRecommend .product-details .recommend-item .action.primary:hover, |
| 77 | +#algoliaRecommend .action-primary:hover { |
68 | 78 | border-color: #1979c3;
|
69 | 79 | background: #1979c3;
|
70 | 80 | color: #FFFFFF;
|
71 | 81 | }
|
72 | 82 | @media (min-width: 768px) and (max-width: 1023px) {
|
73 |
| - #relatedProducts li, #frequentlyBoughtTogether li, #trendItems li, #lookingSimilar li { |
| 83 | + #algoliaRecommend #relatedProducts li, |
| 84 | + #algoliaRecommend #frequentlyBoughtTogether li, |
| 85 | + #algoliaRecommend #lookingSimilar li, |
| 86 | + #algoliaRecommend #trendItems li { |
74 | 87 | width: 33.33333333%;
|
75 | 88 | }
|
76 | 89 | }
|
77 | 90 | @media (max-width: 767px) {
|
78 |
| - #relatedProducts li, #frequentlyBoughtTogether li, #trendItems li, #lookingSimilar li { |
| 91 | + #algoliaRecommend #relatedProducts li, |
| 92 | + #algoliaRecommend #frequentlyBoughtTogether li, |
| 93 | + #algoliaRecommend #lookingSimilar li, |
| 94 | + #algoliaRecommend #trendItems li { |
79 | 95 | width: 50%;
|
80 | 96 | }
|
81 | 97 | }
|
82 |
| -h3.auc-Recommend-title { |
83 |
| - padding: 20p; |
| 98 | +#algoliaRecommend h3.auc-Recommend-title { |
84 | 99 | padding-bottom: 20px;
|
85 | 100 | }
|
0 commit comments