diff --git a/package.json b/package.json index 9ea37c9..9235760 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "element-ui": "^2.15.8", "mavon-editor": "^2.10.4", "mui-player": "^1.6.0", + "mui-player-desktop-plugin": "^1.4.2", "vue": "^2.6.11", "vue-router": "3.5.2" }, diff --git a/src/assets/css/Home.css b/src/assets/css/Home.css index e69de29..5f21961 100644 --- a/src/assets/css/Home.css +++ b/src/assets/css/Home.css @@ -0,0 +1,16 @@ +.video{ + margin: 30px 15px; + +} + +.content{ + margin-bottom: 30px; + + +} + +.content-font{ + display: flex; + + +} \ No newline at end of file diff --git a/src/assets/css/common.css b/src/assets/css/common.css index 9bfad92..5822679 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -1,9 +1,49 @@ .content{ - margin: 2vw 6vw; + margin: 0 6vw 2vw; + display: flex; + justify-content: center; + align-items: center; } .breadcrumb{ margin: 2vw 0; font-size: 1.1rem; +} + +.card{ + /*display: flex;*/ + + background-color: white; + width: 51vw; + box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15); +} + +.content-button{ + margin: 2vw 24.5vw 15px; + text-align: right; +} +.edit-button{ + display:inline-block; + line-height:1; + white-space:nowrap; + cursor:pointer; + background:#FFF; + border:1px solid #DCDFE6; + color:#606266; + -webkit-appearance:none; + text-align:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + outline:0; + margin:0; + -webkit-transition:.1s; + transition:.1s; + font-weight:500; + -moz-user-select:none; + -webkit-user-select:none; + -ms-user-select:none; + padding:10px 20px; + font-size:14px; + border-radius:4px } \ No newline at end of file diff --git a/src/components/Video.vue b/src/components/Video.vue index 6b2c190..5f17472 100644 --- a/src/components/Video.vue +++ b/src/components/Video.vue @@ -5,6 +5,7 @@