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