From dc13938f66ff00294b18c6d0d3e5a521ad2a8ce7 Mon Sep 17 00:00:00 2001 From: HeHaonan <1822907900@qq.com> Date: Wed, 17 Jul 2024 09:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 130 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 120 insertions(+), 10 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index f4887c7..27156eb 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -154,23 +154,66 @@
- +
+ 营销业务能力 +
+
+ 数字技术应用能力 +
+
+ 数据处理分析能力 +
+
-
+
- - - - - +
+ 基础知识 +
+ 经济学原理、管理学原理、微观经济学、数字经济概论 +
+
+
+ 营销专业知识 +
+ 市场营销学、市场营销策划、市场调查与预测、消费者行为、网络营销、商务沟通与谈判、新媒体营销 +
+
+
+ 技术基础知识 +
+ 计算机、SQL数据库、PYTHON程序设计、高等数学、统计学、线性代数、大数据导论、新媒体技术 +
+
+
+ 数字技术应用能力 +
+ 人工智能、AIGC、大模型、大数据、区块链、物联网、虚拟现实 +
+
+
+ 数据处理分析技能 +
+ 数据采集、数据预处理、特征工程、数据挖掘、数据可视化、商务智能BI +
+
@@ -399,9 +442,76 @@ const modelTags = ref([ img { // margin-bottom: 58px; } - img:nth-of-type(2),img:nth-of-type(4),img:nth-of-type(3){ + img:nth-of-type(2), + img:nth-of-type(4), + img:nth-of-type(3) { + height: 185px; + margin-left: 10px; + } + .item:nth-of-type(1) { + margin-left: 10px; + width: 159px; height: 185px; + background-image: url("@/assets/images/3-02.png"); + background-size: 159px 185px; + padding-top: 140px; + text-align: center; + font-size: 14px; + } + .item:nth-of-type(2) { + margin-left: 10px; + width: 159px; + height: 185px; + background-image: url("@/assets/images/3-03.png"); + background-size: 159px 185px; + padding-top: 140px; + text-align: center; + font-size: 14px; + } + .item:nth-of-type(3) { margin-left: 10px; + width: 159px; + height: 185px; + background-image: url("@/assets/images/3-04.png"); + background-size: 159px 185px; + padding-top: 140px; + text-align: center; + font-size: 14px; + } + } + } + .skill { + margin-left: 10px; + .title { + background-image: url("@/assets/images/4-1.png"); + width: 319px; + height: 43px; + margin-bottom: 10px; + } + .content { + width: 319px; + height: 736px; + background-image: url("@/assets/images/4紫框.png"); + background-size: 318px 735px; + padding: 0; + padding-left: 17px; + padding-top: 10px; + .item { + font-size: 14px; + width: 283px; + height: 145px; + background-image: url("@/assets/images/4-01.png"); + background-size: 283px 145px; + padding-top: 16px; + .skillTitle { + margin-left: 15px; + } + } + .item:nth-last-of-type(1) { + width: 283px; + height: 130px; + background-image: url("@/assets/images/4-05.png"); + background-size: 283px 130px; } } }