Commit c17fb8de584b6b03a519d3e16445f64871c82915
1 parent
1aaf0ddf
-collection
Showing
2 changed files
with
32 additions
and
5 deletions
Show diff stats
common/modules/product/widgets/views/product_smart_similar.php
| @@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
| 30 | 30 | ||
| 31 | </div> | 31 | </div> |
| 32 | 32 | ||
| 33 | - <div class="title"> | 33 | + <div class="style title"> |
| 34 | <?= Html::a($product->name, | 34 | <?= Html::a($product->name, |
| 35 | [ | 35 | [ |
| 36 | 'catalog/product', | 36 | 'catalog/product', |
| @@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
| 48 | <span>Код: <?=$product->variant->sku?></span> | 48 | <span>Код: <?=$product->variant->sku?></span> |
| 49 | </div> | 49 | </div> |
| 50 | </div> | 50 | </div> |
| 51 | - <div class="price"> | 51 | + <div class="style price"> |
| 52 | <div class="dlexfduinxipi"> | 52 | <div class="dlexfduinxipi"> |
| 53 | <span class="main"> <?php | 53 | <span class="main"> <?php |
| 54 | echo \Yii::$app->formatter->asDecimal($product->variant->price); | 54 | echo \Yii::$app->formatter->asDecimal($product->variant->price); |
| @@ -72,9 +72,9 @@ | @@ -72,9 +72,9 @@ | ||
| 72 | */ ?> | 72 | */ ?> |
| 73 | 73 | ||
| 74 | </div> | 74 | </div> |
| 75 | - <div class="additional_info params"> | ||
| 76 | - </div> | ||
| 77 | - <div class="opacity_bg"></div> | 75 | +<!-- <div class="additional_info params">--> |
| 76 | +<!-- </div>--> | ||
| 77 | +<!-- <div class="opacity_bg"></div>--> | ||
| 78 | </div> | 78 | </div> |
| 79 | </div> | 79 | </div> |
| 80 | </div> | 80 | </div> |
frontend/web/css/css_header.css
| @@ -27004,4 +27004,31 @@ ul.product-special li.promo div { | @@ -27004,4 +27004,31 @@ ul.product-special li.promo div { | ||
| 27004 | } | 27004 | } |
| 27005 | .new_collection .info_icons { | 27005 | .new_collection .info_icons { |
| 27006 | display: block !important; | 27006 | display: block !important; |
| 27007 | + position: relative !important; | ||
| 27008 | + bottom:auto !important; | ||
| 27009 | + right: auto !important; | ||
| 27010 | + box-shadow: 0 !important; | ||
| 27011 | +} | ||
| 27012 | +.new_collection .wrapper { | ||
| 27013 | + overflow: visible !important; | ||
| 27014 | + border: 1px solid #f5f5f5; | ||
| 27015 | + position: relative !important; | ||
| 27016 | + left: auto !important; | ||
| 27017 | + top: auto !important; | ||
| 27018 | + border-radius: 0 !important; | ||
| 27019 | + padding: 0 !important; | ||
| 27020 | + margin: 0 !important; | ||
| 27021 | + box-shadow: none !important; | ||
| 27022 | + height: 100% !important; | ||
| 27023 | + min-height: auto !important; | ||
| 27024 | +} | ||
| 27025 | + | ||
| 27026 | +.new_collection .catalog_item .wrapper:hover { | ||
| 27027 | + height: auto !important; | ||
| 27028 | + min-height: auto !important; | ||
| 27029 | + | ||
| 27030 | + | ||
| 27031 | +} | ||
| 27032 | +.new_collection .catalog_item { | ||
| 27033 | + height: 400px !important; | ||
| 27007 | } | 27034 | } |
| 27008 | \ No newline at end of file | 27035 | \ No newline at end of file |