|
@@ -1033,11 +1033,19 @@ svg {
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
|
color: #ffffff;
|
|
|
+ background:rgba(0, 0, 0, .3);
|
|
|
z-index: 3;
|
|
|
padding: 35px;
|
|
|
box-sizing: border-box;
|
|
|
+ display: none;
|
|
|
+ -webkit-transition: all .4s ease;
|
|
|
+ -moz-transition: all .4s ease;
|
|
|
+ -ms-transition: all .4s ease;
|
|
|
+ transition: all .4s ease;
|
|
|
+}
|
|
|
+.index-product-list li:hover .text {
|
|
|
+ display: block;
|
|
|
}
|
|
|
-
|
|
|
.index-product-list li .text h2 {
|
|
|
font-size: 26px;
|
|
|
margin-bottom: 10px;
|
|
@@ -1055,7 +1063,7 @@ svg {
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
-.index-product-list li:after {
|
|
|
+/* .index-product-list li:after {
|
|
|
position: absolute;
|
|
|
content: "";
|
|
|
left: 0;
|
|
@@ -1063,7 +1071,7 @@ svg {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background-color: rgba(0, 0, 0, .3);
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.index-product-list li:first-of-type {
|
|
|
margin-left: 0;
|