Commit 927deda8 by Иван Кубота

hover fade

parent 0495b51e
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
<script src="js/kmean.js"></script> <script src="js/kmean.js"></script>
<style> <style>
.search-item:hover {
opacity: 0.7;
}
a { a {
color: #395772; color: #395772;
text-decoration: none; text-decoration: none;
...@@ -567,7 +570,7 @@ ...@@ -567,7 +570,7 @@
"https://cdn.shopify.com/s/files/1/0275/8036/6900/files/2_Main_Vertical_Transparent.png?v=1575867010"; "https://cdn.shopify.com/s/files/1/0275/8036/6900/files/2_Main_Vertical_Transparent.png?v=1575867010";
} }
var out_put = ""; var out_put = "";
out_put = `<div style="width:240px;text-align: center;"> out_put = `<div style="width:240px;text-align: center;" class="search-item">
<div class="grid-product__content"> <div class="grid-product__content">
<a class="grid-product__link " href="/products/${product.handle}" target="_blank"> <a class="grid-product__link " href="/products/${product.handle}" target="_blank">
<div class="grid-product__image-mask"> <div class="grid-product__image-mask">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment