|
@@ -335,8 +335,8 @@ soundPlayer.on('pause', () => (showCommentaryPlaying.value = false))
|
|
|
@media only screen and (min-width: 1234px){
|
|
@media only screen and (min-width: 1234px){
|
|
|
.control-pano {
|
|
.control-pano {
|
|
|
justify-content: space-evenly;
|
|
justify-content: space-evenly;
|
|
|
- padding-left: 59px;
|
|
|
|
|
- padding-right: 59px;
|
|
|
|
|
|
|
+ padding-left: 70px;
|
|
|
|
|
+ padding-right: 70px;
|
|
|
background-image: url('@/assets/images/js_icon/line-large-screen.png');
|
|
background-image: url('@/assets/images/js_icon/line-large-screen.png');
|
|
|
background-position: 0 calc(50% - 21px);
|
|
background-position: 0 calc(50% - 21px);
|
|
|
background-size: 95% auto;
|
|
background-size: 95% auto;
|
|
@@ -352,12 +352,12 @@ soundPlayer.on('pause', () => (showCommentaryPlaying.value = false))
|
|
|
margin-left: initial;
|
|
margin-left: initial;
|
|
|
}
|
|
}
|
|
|
>img {
|
|
>img {
|
|
|
- width: 59px;
|
|
|
|
|
- height: 59px;
|
|
|
|
|
|
|
+ width: 70px;
|
|
|
|
|
+ height: 70px;
|
|
|
}
|
|
}
|
|
|
>div {
|
|
>div {
|
|
|
font-family: DreamHanSerifCN;
|
|
font-family: DreamHanSerifCN;
|
|
|
- font-size: 15px;
|
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|