You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dianshang-qianduan/src/views/index.vue

411 lines
12 KiB
Vue

5 years ago
<template>
<div class="content">
<div class="title">
<img src="@/assets/images/indexTopTitle.png" alt="" />
</div>
<div class="mainContent">
<div class="leftContent">
<div class="title1"></div>
<div class="mainBox">
<div class="busyApp">
<img src="@/assets/images/101.png" alt="" />
<div class="list">
<li v-for="item in businessList" :key="item">{{ item }}</li>
5 years ago
</div>
</div>
<div style="width: 100%; text-align: center; margin-top: 0px">
<img
src="@/assets/images/1箭头-上.png"
alt=""
style="width: 46px; height: 22px"
/>
</div>
<div class="title2"></div>
<div class="bottomView">
<div class="left">
<div class="busyApp">
<img src="@/assets/images/102.png" alt="" />
<div class="listBlue">
<li v-for="item in previewTags" :key="item">{{ item }}</li>
</div>
</div>
5 years ago
<img src="@/assets/images/2箭头-上.png" alt="" class="arrow" />
5 years ago
<div class="busyApp" style="margin-top: -15px">
<img src="@/assets/images/103.png" alt="" />
<div class="listBlue">
<li v-for="item in modelTags" :key="item">{{ item }}</li>
</div>
</div>
<img src="@/assets/images/3箭头-上.png" alt="" class="arrow" />
<div class="busyApp" style="margin-top: -15px">
<img src="@/assets/images/102.png" alt="" />
<div class="listBlue">
<li v-for="item in previewTags" :key="item">{{ item }}</li>
</div>
</div>
<img src="@/assets/images/4箭头-上.png" alt="" class="arrow" />
<div class="busyApp" style="margin-top: -15px">
<img src="@/assets/images/102.png" alt="" />
<div class="listBlue">
<li v-for="item in previewTags" :key="item">{{ item }}</li>
</div>
</div>
</div>
<div class="right">
<div class="item">
<span>预测算法</span>
<div
style="
text-align: left;
padding-left: 8px;
padding-right: 5px;
padding-top: 6px;
"
>
时间序列逻辑回归流失预警RFM...
</div>
</div>
<div class="item">
<span>机器学习</span>
<div
style="
text-align: left;
padding-left: 8px;
padding-right: 5px;
padding-top: 6px;
"
>
特征提取特征选择预测优化...
</div>
</div>
<div class="item">
<span>推荐算法</span>
<div
style="
text-align: left;
padding-left: 8px;
padding-right: 5px;
padding-top: 6px;
"
>
APRIORI协同过滤基于内容的过滤...
</div>
</div>
<div class="item">
<span>相似度技术</span>
<div
style="
text-align: left;
padding-left: 8px;
padding-right: 5px;
padding-top: 6px;
"
>
欧式距离皮尔逊相似度余弦相似度...
</div>
</div>
<div class="item">
<span>聚类分类算法</span>
<div
style="
text-align: left;
padding-left: 8px;
padding-right: 5px;
padding-top: 6px;
"
>
KNN贝叶斯网络神经网络...
</div>
</div>
<div class="item">
<span>文本挖掘算法</span>
<div
style="
text-align: left;
padding-left: 8px;
padding-right: 5px;
padding-top: 6px;
"
>
TF-IDFVSMTEXTRANK...
</div>
</div>
5 years ago
</div>
</div>
</div>
</div>
<div class="threeArrow">
<img src="@/assets/images/5箭头-右.png" alt="" />
</div>
<div class="marketJob">
<div class="title"></div>
<div class="content">
<img src="@/assets/images/001.png" alt="" />
<img src="@/assets/images/002.png" alt="" />
<img src="@/assets/images/003.png" alt="" />
<img src="@/assets/images/004.png" alt="" />
<img src="@/assets/images/005.png" alt="" />
<img src="@/assets/images/006.png" alt="" />
</div>
</div>
<div class="portrait">
<div class="title"></div>
<div class="content">
<img src="@/assets/images/3-01.png" alt="" />
<img src="@/assets/images/3-02.png" alt="" />
<img src="@/assets/images/3-03.png" alt="" />
<img src="@/assets/images/3-04.png" alt="" />
</div>
</div>
<div class="threeArrow">
<img src="@/assets/images/5箭头-右.png" alt="" />
</div>
<div class="portrait">
<div class="title"></div>
<div class="content">
<img src="@/assets/images/3-01.png" alt="" />
<img src="@/assets/images/3-02.png" alt="" />
<img src="@/assets/images/3-03.png" alt="" />
<img src="@/assets/images/3-04.png" alt="" />
</div>
</div>
</div>
5 years ago
</div>
</template>
<script setup>
const businessList = ref([
"业务推送",
"个性化推荐",
"用户流失预警",
"销售预测",
"广告优化",
"群体/个体画像分析",
"精细化运营",
"商品配置优化",
]);
const previewTags = ref([
"人口属性",
"人群属性",
"用户流失",
"消费能力",
"违约概率",
"用户近期需求",
]);
const modelTags = ref([
"人口属性",
"用户价值",
"用户兴趣爱好",
"产品购买偏好",
"渠道使用偏好",
"用户活跃度",
"用户关联关系",
"用户满意度",
"用户风险评分",
]);
5 years ago
</script>
<style scoped lang="scss">
.content {
color: #fff;
border: 1px solid #0e295a;
// background-color: #02112e;
background-color: rgba(2, 17, 46, 0.3);
// padding: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 15px;
.title {
width: 884px;
height: 45px;
background-image: url("@/assets/images/top2.png");
margin: 0 auto;
text-align: center;
img {
width: 281px;
height: 20px;
// margin-top: 2px;
5 years ago
}
}
.mainContent {
display: flex;
.leftContent {
.title1 {
width: 660px;
height: 43px;
background-image: url("@/assets/images/1-1.png");
margin-bottom: 10px;
}
.mainBox {
width: 660px;
height: 736px;
background-image: url("@/assets/images/1绿框.png");
background-size: 660px 736px;
.busyApp {
display: flex;
align-items: center;
padding-left: 10px;
padding-top: 5px;
// width: 500px;
.list {
// display: flex;
li {
list-style: none;
width: 113px;
height: 34px;
display: inline-block;
font-size: 13px;
background-image: url("@/assets/images/绿.png");
text-align: center;
line-height: 34px;
margin-left: 15px;
// margin-bottom: 10px;
}
li:nth-of-type(5) {
margin-top: 10px;
}
}
.listBlue {
li {
list-style: none;
width: 113px;
height: 34px;
display: inline-block;
font-size: 13px;
background-image: url("@/assets/images/蓝.png");
text-align: center;
line-height: 34px;
margin-left: 15px;
// margin-bottom: 10px;
}
li:nth-of-type(5) {
margin-top: 10px;
}
li:nth-of-type(7) {
margin-top: 10px;
}
}
}
.title2 {
width: 660px;
height: 43px;
background-image: url("@/assets/images/1-2.png");
margin-top: 5px;
}
.bottomView {
display: flex;
align-items: center;
.busyApp {
display: flex;
align-items: center;
padding-left: 10px;
padding-top: 5px;
// width: 500px;
.listBlue {
// width: ;
width: 369px;
li {
list-style: none;
width: 113px;
height: 34px;
display: inline-block;
font-size: 13px;
background-image: url("@/assets/images/蓝.png");
text-align: center;
line-height: 34px;
margin-left: 10px;
// margin-bottom: 10px;
}
li:nth-of-type(5) {
margin-top: 10px;
}
}
}
.arrow {
margin-left: 249px;
}
.right {
margin-left: 7px;
width: 142px;
height: 542px;
background-image: url("@/assets/images/1-2绿框.png");
background-size: 142px 542px;
// padding: 10px;
// padding-top: 10px;
padding-left: 9px;
.item {
width: 124px;
height: 85px;
background-image: url("@/assets/images/小文字框.png");
margin-top: 4px;
background-size: 124px 85px;
font-size: 13px;
padding-top: 2px;
text-align: center;
span {
// margin-left: 33px;
}
}
}
}
}
}
.threeArrow {
margin-top: 330px;
margin-left: 5px;
}
.marketJob {
margin-left: 5px;
.title {
background-image: url("@/assets/images/2-1.png");
width: 204px;
height: 43px;
margin-bottom: 10px;
}
.content {
width: 206px;
height: 736px;
background-image: url("@/assets/images/2篮框.png");
background-size: 205px 735px;
padding: 0;
padding-left: 13px;
padding-top: 40px;
img {
margin-bottom: 58px;
}
}
}
.portrait {
margin-left: 40px;
.title {
background-image: url("@/assets/images/3-1.png");
width: 204px;
height: 43px;
margin-bottom: 10px;
}
.content {
width: 206px;
height: 736px;
background-image: url("@/assets/images/2篮框.png");
background-size: 205px 735px;
padding: 0;
padding-left: 13px;
padding-top: 10px;
img {
// margin-bottom: 58px;
}
img:nth-of-type(2),img:nth-of-type(4),img:nth-of-type(3){
height: 185px;
margin-left: 10px;
}
}
5 years ago
}
}
}
</style>