[영상 스타일 수정]
- 노출 이상부분 수정과 버튼 위치 및 프로그레스바 위치변경.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
margin-left: 130px;
|
||||
margin-right: 130px;
|
||||
flex: 1 0 auto;
|
||||
width: 1540px;
|
||||
height: 6px;
|
||||
|
||||
&.videoVertical {
|
||||
@@ -31,10 +30,11 @@
|
||||
}
|
||||
|
||||
.mediaSlider {
|
||||
margin: 0 @slider-padding-h;
|
||||
margin: 0 0 0 @slider-padding-h;
|
||||
padding: @slider-padding-v 0;
|
||||
height: @sand-mediaplayer-slider-height;
|
||||
right: 154px;
|
||||
width: 1466px;
|
||||
// Add a tap area that extends to the edges of the screen, to make the slider more accessible
|
||||
&::before {
|
||||
content: "";
|
||||
|
||||
@@ -7,22 +7,28 @@
|
||||
position: absolute;
|
||||
font-family: @baseFont;
|
||||
width: 100%;
|
||||
top: 22px;
|
||||
right: 30px;
|
||||
right: 90px;
|
||||
bottom: -5px;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
line-height: 30px;
|
||||
text-align: right;
|
||||
|
||||
letter-spacing: -1px;
|
||||
.separator {
|
||||
position: absolute;
|
||||
right: 110px;
|
||||
right: 105px;
|
||||
bottom: -5px;
|
||||
}
|
||||
.currentTime {
|
||||
position: absolute;
|
||||
right: 140px;
|
||||
right: 130px;
|
||||
bottom: -5px;
|
||||
}
|
||||
.totalTime {
|
||||
position: absolute;
|
||||
bottom: -5px;
|
||||
right:0px;
|
||||
}
|
||||
|
||||
> * {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -692,10 +692,10 @@
|
||||
// display: flex;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
margin-left: 60px;
|
||||
margin-right: 59px;
|
||||
height: 70px;
|
||||
bottom: -20px;
|
||||
width:1800px;
|
||||
margin-left:60px;
|
||||
bottom:92px;
|
||||
> *:first-child {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
.container {
|
||||
position: fixed;
|
||||
bottom: 40px;
|
||||
bottom: 30px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 5;
|
||||
@@ -14,7 +14,7 @@
|
||||
max-width: 455px;
|
||||
height: 92px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: 10px;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
border: 1px solid rgba(234, 234, 234, 0.3);
|
||||
border-radius: 100px;
|
||||
|
||||
Reference in New Issue
Block a user