Modify the size of the video window in the English interface of the mobile terminal

This commit is contained in:
Lruler 2021-08-09 00:55:59 +08:00
parent c396ea2a21
commit 76f527b2d6
2 changed files with 3 additions and 6 deletions

View File

@ -1201,8 +1201,6 @@ footer {
max-width: 1080px;
top:50%;
left:50%;
// margin-top: -304px;
// margin-left: -540px;
transform: translate(-50%,-50%);
padding: 0;
border-radius: 0;
@ -1223,11 +1221,8 @@ footer {
}
@media only screen and (max-width: $mobile-max-width) {
position: absolute;
width: 80%;
height: auto;
top: 50%;
left:50%
height: 24.5%;
}
}

View File

@ -254,6 +254,8 @@
if (language == 'zh') {
start2.css('display', 'none')
start1.attr('src', "https://kubesphere-community.pek3b.qingstor.com/videos/kubesphere-demo-cn.mp4")
video.css('height', 'auto')
}
else if (language == 'en') {
start1.css('display', 'none')