|
@@ -196,12 +196,15 @@
|
|
|
p{@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;margin: 0 8px 8px;min-height: 48px;@include multi-line-ellipsis(2);}
|
|
|
a{@include setFontStyle(-6);display: block;color: #2B5CFD;line-height: 24px;margin: 0 auto;}
|
|
|
}
|
|
|
- li:hover{
|
|
|
+ li:hover:not(:last-child) {
|
|
|
img{opacity: 0;transform: translateY(10px);}
|
|
|
div{margin-top: -147px}
|
|
|
h2{@include setFontStyle(-2);margin-top: 80px;}
|
|
|
a{cursor: pointer;}
|
|
|
}
|
|
|
+ li:last-child:hover{
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -229,9 +232,9 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
margin: 32px 0;
|
|
|
- span{display:block;border: 2px solid #2B5CFD;border-radius: 8px;padding:5px;overflow: hidden;}
|
|
|
- img{width: 200px;height:280px;transition: all 0.5s;}
|
|
|
- img:hover{transform: scale(1.1);}
|
|
|
+ span{display:block;background: #E8ECFF;border-radius: 8px;padding:10px;overflow: hidden;}
|
|
|
+ img{width: 180px;height:260px;transition: all 0.5s;}
|
|
|
+ img:hover{transform: scale(1.14);}
|
|
|
}
|
|
|
a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;text-align: center;@include setFontStyle(-4);display:block;background: #2B5CFD;border-radius: 4px;color: rgba(255,255,255,0.85);}
|
|
|
a:hover{cursor: pointer}
|