|
@@ -695,6 +695,20 @@
|
|
|
.leftHideIcon {
|
|
|
left: 0;
|
|
|
transform: translate(-60px);
|
|
|
+ background: url("./image/left_hide_icon.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ &:hover{
|
|
|
+ background: url("./image/left_hide_icon_act.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+}
|
|
|
+.rightHideIcon{
|
|
|
+ background: url("./image/right_hide_icon.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ &:hover{
|
|
|
+ background: url("./image/right_hide_icon_act.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
}
|
|
|
.rightIconShow {
|
|
|
animation: rightIn 0.3s ease 0.3s;
|