This commit is contained in:
2020-12-04 09:54:12 +08:00
parent 66805ade40
commit 014259d4e3
3 changed files with 5 additions and 2 deletions

View File

@@ -78,10 +78,11 @@
<style lang="scss" scoped>
.video {
width: 100%;
height: 706px;
// height: 706px;
background-color: #fff;
border-radius: 17px;
padding: 40px;
padding-bottom: 160px;
position: relative;
display: flex;
flex-direction: column;

View File

@@ -104,13 +104,14 @@
<style lang="scss" scoped>
.video {
width: 100%;
height: 706px;
// height: 706px;
background-color: #fff;
border-radius: 17px;
padding: 40px;
position: relative;
display: flex;
flex-direction: column;
padding-bottom: 160px;
align-items: center;
.nav {
display: flex;