|
@@ -2,21 +2,26 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
|
|
|
+ .sectionAnimate {
|
|
|
+ opacity: 0;
|
|
|
+ pointer-events: none;
|
|
|
+ transform: translateY(126px);
|
|
|
+ transition: all .2s;
|
|
|
+ }
|
|
|
|
|
|
.controls {
|
|
|
position: absolute;
|
|
|
- bottom: 0;
|
|
|
+ bottom: 126px;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
width: 100%;
|
|
|
- background: rgba(0, 0, 0, 0.6);
|
|
|
- backdrop-filter: blur(26px);
|
|
|
- height: 150px;
|
|
|
- padding: 0 250px 0 40px !important;
|
|
|
- transition: all 0.5s;
|
|
|
+ background-color: rgba(0, 0, 0, 0.7);
|
|
|
+ // backdrop-filter: blur(26px);
|
|
|
+ height: 86px;
|
|
|
+ padding: 10px 40px 0 !important;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- transition: all .5s;
|
|
|
+ transition: all 0.301s;
|
|
|
|
|
|
.time {
|
|
|
display: flex;
|
|
@@ -60,8 +65,8 @@
|
|
|
|
|
|
.actionBtn {
|
|
|
display: flex;
|
|
|
- width: 82px;
|
|
|
- height: 82px;
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
padding: 4px 0;
|
|
|
background: transparent;
|
|
|
|
|
@@ -73,8 +78,8 @@
|
|
|
|
|
|
|
|
|
.iconReplay {
|
|
|
- width: 43px;
|
|
|
- height: 42px;
|
|
|
+ width: 40px;
|
|
|
+ height: 39px;
|
|
|
background-color: transparent;
|
|
|
|
|
|
&>img {
|
|
@@ -97,12 +102,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .sectionAnimate {
|
|
|
- opacity: 0;
|
|
|
- pointer-events: none;
|
|
|
- transform: translateY(100%);
|
|
|
- transition: all .5s;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
@@ -254,4 +254,4 @@
|
|
|
// }
|
|
|
// }
|
|
|
// }
|
|
|
-// }
|
|
|
+// }
|