From 8c4cc064e9cea723fe725cfc69de437611edd45d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=ABMT?= <18253750314@163.com> Date: Thu, 11 Jan 2024 01:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/left.png | Bin 0 -> 735 bytes src/assets/right.png | Bin 0 -> 712 bytes src/views/aigc/index.vue | 204 +++++++++++++++++--------------- src/views/home/index.vue | 95 ++++++--------- src/views/information/index.vue | 2 - 5 files changed, 142 insertions(+), 159 deletions(-) create mode 100644 src/assets/left.png create mode 100644 src/assets/right.png diff --git a/src/assets/left.png b/src/assets/left.png new file mode 100644 index 0000000000000000000000000000000000000000..0e20c4e432d21c8902e347e7e67130e8991d6ff5 GIT binary patch literal 735 zcmV<50wDc~P)Px%nMp)JRA@u(+uuu*Q5XmC?-`b&nWMyuoYS>P?UzNFL3Gh%Sr>VckQ4<<)Jn2AtYHse?SX%C#6AIUX&#nCDAfrTUpJVEn+8*xEQu~SLesWyYpV|;ymx?e4oSn zo_8Du0Gx9_fNKCc091+JTy!l1m;`W>F&1N-^F{z80IFStEJRrX&?mqH075Ru=6GWQ z{K$oE?37$OGQmpOc+u-?|dK9xIS7)!y{7+NRx0=p&$1oS z(cKFx%jLP25-$}L+Bm<(rL}ZClP+s`Fw&Mkc&N_zJ$kHrj+tDv>uO5_i*b9NL<5n9 z4_oqUT=X|5ZnbxQqJowR7SK!2#~MasvvpL_(!rT*mYsea2|i4IuAzvQ4i-o!^aX!& zV%TtdD*;nRD+5zSD+NxZx{nRp~X6$3ir{8o{&ac~ZOzr*9wQRyB zW?g5^l04*5a>sa@0NgH-gIfKopOMy1r(Feb1VE+EHKn0e8o*NkgN(6{e*qr9Q}lQM RA#DHv002ovPDHLkV1gUmRXP9w literal 0 HcmV?d00001 diff --git a/src/assets/right.png b/src/assets/right.png new file mode 100644 index 0000000000000000000000000000000000000000..ede398b1feed00f0d2cf68c1d21ca395a7ea4cee GIT binary patch literal 712 zcmV;(0yq7MP)Px%f=NU{RA@u(+g(dkK^O<{|18q_QfpYcU}}Xyg|gjPCRUJl3+V?4ETf={y6!_n zbX7M+7!*ZRUhIwNvPwjdZPB~E(6*&(7iO_$N|rb^=E|X3kj~EY4Cl;VE<0!D_xxvf zXE1G!eUk11(}KO8woTY3?6C^iDebX9|Kiw$ZNe@q@F+V`eB#NSnt%}U zRHQZ2SiWY~0cHrm;=oYrbZh9rbHV9&WElpDVu#0?R;J&0@B5vVX3K6U?qy) zj@1v0XI49Lqx-rZhl8bao&qcEkz}Iw(#WeSC#<7-+@pF8!=(M@9JS>215m3cV3n?lg9OPTQ3JpTSVH zv0#cSbM|2q=Bz$N-!@^2Ds%Q>6XvWwMc=+m*ms9Ke0Pjz1AuOy9Mn3ruytEJopubs uP5?`f2~zxs5cDwv;O?(SJ {{ aitxt.title }} {{ aitxt.content }} - 制作数字人 + + 制作数字人 + @@ -56,7 +58,9 @@ 数字人视频
- - -
@@ -68,33 +42,27 @@
-
- - - +
@@ -188,7 +156,6 @@ export default { const { data: { message, data: { list } } } = await yuanyuzhouHotList() if (message === 'success') { for (const iter of list) { - console.log(iter) this.daliay.left.push({ title: iter.news.title, content: iter.news.detail @@ -275,7 +242,12 @@ export default { // background: black; display: flex; // padding-bottom: 30px; - .lr { + :deep .el-carousel__button { + width: 5px; + border-radius: 50%; + height: 5px; + } + .lr { width: 50%; height: 100%; video { @@ -298,6 +270,7 @@ export default { .el-carousel { width: 100% !important; } + #hottxt { background: #000000e6; background-image: url('../../assets/footer_left.png'); @@ -311,11 +284,6 @@ export default { padding: 0 40px; :deep .el-carousel__indicators--horizontal { left: 90%; - } - :deep .el-carousel__button { - width: 5px; - border-radius: 50%; - height: 5px; } .txtcontent { height: 50% !important; @@ -376,12 +344,19 @@ export default { background: #F2F4F8; padding-top: 60px; .logo { - position: absolute; left: 0; + width: 165px; + height: 45px; + } + .content { + .top { + flex-direction:column; + } } .top { justify-content: space-between; position: relative; + .yyzrbtxt, .yyzrbimg{ height: 100%; width: 47%; diff --git a/src/views/information/index.vue b/src/views/information/index.vue index 843c728..0c49564 100644 --- a/src/views/information/index.vue +++ b/src/views/information/index.vue @@ -190,7 +190,6 @@ export default { }, async gethotlist () { const { data: { message, data } } = await hotlist() - console.log(message) if (message === 'success') { this.hotnews.title = data.list[0].title this.hotnews.img = data.list[0].image @@ -199,7 +198,6 @@ export default { title: data.list[0].title, img: data.list[0].image }) - console.log(data.list) this.carList.push({ title: data.list[0].title, img: data.list[0].image,