From 3f6890da272ee86d4e7d195d0a3d5d258f4157ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=8F=8C=E6=98=8E?= Date: Thu, 5 Sep 2024 11:56:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=94=9F=E6=88=90=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/assets/css/luma.styl | 18 ++++-- web/src/components/ui/BlackDialog.vue | 12 +++- web/src/utils/libs.js | 9 +++ web/src/views/Luma.vue | 80 ++++++++++----------------- 4 files changed, 60 insertions(+), 59 deletions(-) diff --git a/web/src/assets/css/luma.styl b/web/src/assets/css/luma.styl index 9d529a3a..b50fb16a 100644 --- a/web/src/assets/css/luma.styl +++ b/web/src/assets/css/luma.styl @@ -139,6 +139,7 @@ .item { display flex flex-flow row + align-items center padding 5px 0 cursor pointer margin-bottom 10px @@ -149,11 +150,16 @@ .left { .container { - width 60px - height 90px + width 160px position relative + .video{ + width 160px + border-radius 5px + } + .el-image { + width 160px height 90px border-radius 5px } @@ -172,7 +178,7 @@ .play { position absolute - width: 56px; + width: 100% height 100% top: 0; left: 50%; @@ -202,14 +208,13 @@ justify-content center align-items flex-start flex-flow column - height 90px padding 0 20px .title { padding 6px 0 font-size 16px font-weight 700 - + color rgb(250 247 245) a { color rgb(250 247 245) &:hover { @@ -241,7 +246,7 @@ } .right { - min-width 350px; + min-width 200px; font-size 14px padding 0 15px @@ -279,6 +284,7 @@ height 100px background-color #2A2525 display flex + align-items center margin-bottom 10px .left { display flex diff --git a/web/src/components/ui/BlackDialog.vue b/web/src/components/ui/BlackDialog.vue index 7794afb0..4e659ad2 100644 --- a/web/src/components/ui/BlackDialog.vue +++ b/web/src/components/ui/BlackDialog.vue @@ -20,10 +20,10 @@
-