mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Modify the size of the video window in the English interface of the mobile terminal
This commit is contained in:
parent
c396ea2a21
commit
76f527b2d6
|
|
@ -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%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue