@@ -134,7 +134,7 @@
position: absolute;
left: 50%;
top: 50%;
- transform: translate(-50%, -50%);
+ transform: translate(-50%, calc(-50% - 20px));
width: 48px;
height: 48px;
background: url("./images/midPlay.png") no-repeat;
@@ -149,7 +149,7 @@
transform: translateX(-50%);
- bottom: 56px;
+ bottom: 96px;
display: none;
font-weight: 500;
font-size: 14px;