diff --git a/src/assets/left.png b/src/assets/left.png new file mode 100644 index 0000000..0e20c4e Binary files /dev/null and b/src/assets/left.png differ diff --git a/src/assets/right.png b/src/assets/right.png new file mode 100644 index 0000000..ede398b Binary files /dev/null and b/src/assets/right.png differ diff --git a/src/views/aigc/index.vue b/src/views/aigc/index.vue index 1da9274..bd6e91f 100644 --- a/src/views/aigc/index.vue +++ b/src/views/aigc/index.vue @@ -41,7 +41,9 @@
{{ 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,