|
@@ -4223,11 +4223,11 @@
|
|
|
background: rgba(255, 255, 255, 0.18);
|
|
|
border: 1px solid rgba(255, 255, 255, 0.6);
|
|
|
color: #fff;
|
|
|
- font-size: 20px;
|
|
|
- font-weight: bold;
|
|
|
+ font-size: 18px;
|
|
|
+ /* font-weight: bold; */
|
|
|
/* padding: 20px 20px; */
|
|
|
- height: 90px;
|
|
|
- line-height: 90px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
display: inline-block;
|
|
|
margin: 0;
|
|
|
}
|
|
@@ -4259,14 +4259,14 @@
|
|
|
|
|
|
.product-grid-section ul a.active,
|
|
|
.product-grid-section ul a:hover {
|
|
|
- height: 110px;
|
|
|
- line-height: 110px;
|
|
|
+ height: 80px;
|
|
|
+ line-height: 80px;
|
|
|
background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(50, 133, 216, 0.3));
|
|
|
border: 1px solid #43648B;
|
|
|
border-bottom: 0;
|
|
|
color: white;
|
|
|
cursor: pointer;
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 20px;
|
|
|
vertical-align: bottom;
|
|
|
}
|
|
|
|