parent
bf1de9497d
commit
b5d7154bea
@ -0,0 +1,163 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-19 19:45:01
|
||||
* @LastEditTime: 2021-11-17 11:02:04
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/esprocess/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="esp-outter">
|
||||
<v-label-div title="事件传播历程">
|
||||
</v-label-div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "esprocess",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sRele: "",
|
||||
token: "",
|
||||
sTimeType: "",
|
||||
},
|
||||
list: [],
|
||||
x: 0,
|
||||
m1: require("../../../assets/images/EventInsight/img_ct.png"),
|
||||
m2: require("../../../assets/images/EventInsight/img_lt.png"),
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.esp-outter {
|
||||
width: 100%;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-top: 16px;
|
||||
overflow: hidden;
|
||||
.coe-ts {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding: 0px 16px;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
.coe-ts-s1 {
|
||||
position: absolute;
|
||||
color: #fff;
|
||||
top: 16px;
|
||||
left: 16px;
|
||||
font-size: 16px;
|
||||
color: #3373cc;
|
||||
}
|
||||
.coe-ts-d2 {
|
||||
width: 1726px;
|
||||
height: 400px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
.dd1-label {
|
||||
.d1x {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background-image: url("../../../assets/images/EventInsight/img_xlvq.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
font-size: 14px;
|
||||
color: #b0deff;
|
||||
text-align: center;
|
||||
line-height: 120px;
|
||||
}
|
||||
.d1 {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background-image: url("../../../assets/images/EventInsight/img_xlq.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
font-size: 14px;
|
||||
color: #b0deff;
|
||||
text-align: center;
|
||||
line-height: 120px;
|
||||
}
|
||||
.d2 {
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
.d3 {
|
||||
font-size: 14px;
|
||||
font-family: Bebas;
|
||||
color: #616974;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.dd1-fen {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #004877;
|
||||
left: 0px;
|
||||
top: 136px;
|
||||
}
|
||||
.dd1-item {
|
||||
position: relative;
|
||||
width: 260px;
|
||||
height: 320px;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
padding-left: 84px;
|
||||
justify-content: flex-start;
|
||||
.m1 {
|
||||
height: 148px;
|
||||
}
|
||||
.dt-d1 {
|
||||
margin-left: 18px;
|
||||
.d1 {
|
||||
width: 120px;
|
||||
padding-top: 16px;
|
||||
height: 88px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.d2 {
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
}
|
||||
.d3 {
|
||||
font-size: 13px;
|
||||
font-family: Bebas;
|
||||
color: #616974;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.coe-ts-d1 {
|
||||
width: 32px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
img {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/deep/ .__view {
|
||||
display: flex !important;
|
||||
justify-content: flex-start !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
</style>
|
@ -0,0 +1,58 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-19 19:05:36
|
||||
* @LastEditTime: 2021-11-22 10:04:53
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/incidentSpreadSituation/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="iss-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "incidentSpreadSituation",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
opt: {},
|
||||
selDatas: [
|
||||
{
|
||||
key: 34,
|
||||
value: "小时",
|
||||
},
|
||||
{
|
||||
key: 20,
|
||||
value: "天",
|
||||
},
|
||||
],
|
||||
form: {
|
||||
token: "",
|
||||
sRele: "",
|
||||
sTimeType: 20,
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.iss-outter {
|
||||
width: 100%;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-top: 16px;
|
||||
overflow: hidden;
|
||||
.iss-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,39 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-20 11:39:20
|
||||
* @LastEditTime: 2021-11-17 14:15:29
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/kmdED/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="kmd-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "kmdED",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
token: "",
|
||||
sRele: "",
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.kmd-outter {
|
||||
width: 930px;
|
||||
height: 412px;
|
||||
.kmd-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,164 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-20 09:39:28
|
||||
* @LastEditTime: 2021-11-17 16:20:52
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/mediaInterpretationED/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="med-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "mediaInterpretationED",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
opt: {},
|
||||
total: 0,
|
||||
sum: 0,
|
||||
volume: 0,
|
||||
form: {
|
||||
token: "",
|
||||
sRele: "",
|
||||
},
|
||||
colors: [
|
||||
"#FFB600",
|
||||
"#886CFF",
|
||||
"#0084FF",
|
||||
"#4CB690",
|
||||
"#58B458",
|
||||
"#6C6C6C",
|
||||
"#F56161",
|
||||
"#FC754C",
|
||||
"#5F5EEC",
|
||||
],
|
||||
list: [],
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.med-outter {
|
||||
width: 100%;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-top: 16px;
|
||||
overflow: hidden;
|
||||
.med-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.d1 {
|
||||
width: 944px;
|
||||
height: 100%;
|
||||
.d1-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
margin-left: 16px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
.pv-item {
|
||||
width: 285px;
|
||||
height: 64px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
margin-right: 24px;
|
||||
margin-top: 12px;
|
||||
.dm {
|
||||
position: absolute;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
border-radius: 68px;
|
||||
border: 1px solid #ccc;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
background-color: #fff;
|
||||
z-index: 10;
|
||||
.mm1 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 74px;
|
||||
}
|
||||
}
|
||||
.d-f {
|
||||
position: absolute;
|
||||
width: 249px;
|
||||
height: 64px;
|
||||
left: 36px;
|
||||
padding-left: 65px;
|
||||
background-image: url("../../../assets/images/BrandInsight/img_yhtx.png");
|
||||
.d1 {
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
margin-top: 10px;
|
||||
height: 20px;
|
||||
}
|
||||
.d2 {
|
||||
color: #70869a;
|
||||
font-size: 12px;
|
||||
.d2-s1 {
|
||||
font-size: 12px;
|
||||
font-family: Bebas;
|
||||
color: #f49847;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.dd1 {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.dd1-left {
|
||||
width: 680px;
|
||||
height: 100%;
|
||||
}
|
||||
.dd1-right {
|
||||
.d-r-item {
|
||||
width: 264px;
|
||||
height: 109px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
.m1 {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
}
|
||||
.d1 {
|
||||
margin-left: 12px;
|
||||
margin-top: 54px;
|
||||
.ss1 {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
color: #93989e;
|
||||
}
|
||||
.ss2 {
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
font-family: Bebas;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,53 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-19 20:00:49
|
||||
* @LastEditTime: 2021-11-22 10:53:32
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/mediaInterpretationEc/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="mec-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "mediaInterpretationEc",
|
||||
data() {
|
||||
return {
|
||||
opt: {},
|
||||
type: 0,
|
||||
form: {
|
||||
token: "",
|
||||
sRele: "",
|
||||
},
|
||||
count: 0,
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.mec-outter {
|
||||
width: 100%;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-top: 16px;
|
||||
overflow: hidden;
|
||||
.mec-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.dd1 {
|
||||
width: 944px;
|
||||
height: 100%;
|
||||
.dd1-draw {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,38 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-20 11:56:12
|
||||
* @LastEditTime: 2021-11-19 15:28:36
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/pnwcWord/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="pw-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "pnwcWord",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
token: "",
|
||||
sRele: "",
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.pw-outter {
|
||||
width: 920px;
|
||||
height: 412px;
|
||||
margin-left: 16px;
|
||||
.pw-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,59 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-20 11:19:00
|
||||
* @LastEditTime: 2021-11-22 10:09:34
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/tailAnalysisED/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="taed-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "tailAnalysisED",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
opt: {},
|
||||
selDatas: [
|
||||
{
|
||||
key: 34,
|
||||
value: "小时",
|
||||
},
|
||||
{
|
||||
key: 20,
|
||||
value: "天",
|
||||
},
|
||||
],
|
||||
form: {
|
||||
token: "",
|
||||
sRele: "",
|
||||
sTimeType: 20,
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.taed-outter {
|
||||
width: 100%;
|
||||
height: 412px;
|
||||
.taed-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
.taed-d1 {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,57 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-19 19:35:25
|
||||
* @LastEditTime: 2021-11-22 10:13:01
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/tonalCommunicationPosture/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="tcp-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "tonalCommunicationPosture",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
opt: {},
|
||||
selDatas: [
|
||||
{
|
||||
key: 34,
|
||||
value: '小时'
|
||||
},
|
||||
{
|
||||
key: 20,
|
||||
value: '天'
|
||||
}
|
||||
],
|
||||
form: {
|
||||
token: "",
|
||||
sRele: "",
|
||||
sTimeType: 20,
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.tcp-outter {
|
||||
width: 100%;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-top: 16px;
|
||||
.tcp-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,83 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-20 10:56:06
|
||||
* @LastEditTime: 2021-11-17 13:34:01
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/EventDEC/wbUserEDE/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wue-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "wbUserEDE",
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
token: "",
|
||||
sRele: "",
|
||||
},
|
||||
colors: [
|
||||
"#3373CC",
|
||||
"#54BF93",
|
||||
"#CC9D12",
|
||||
"#f15c80",
|
||||
"#e4d354",
|
||||
"#8085e8",
|
||||
"#8d4653",
|
||||
"#91e8e1",
|
||||
"#f7a35c",
|
||||
"#90ed7d",
|
||||
"#54BF93",
|
||||
"#3373CC",
|
||||
"#CC9D12",
|
||||
"#f15c80",
|
||||
"#e4d354",
|
||||
"#8085e8",
|
||||
"#8d4653",
|
||||
"#91e8e1",
|
||||
"#f7a35c",
|
||||
"#90ed7d",
|
||||
],
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wue-outter {
|
||||
width: 100%;
|
||||
height: 460px;
|
||||
margin-top: 16px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.d1 {
|
||||
width: 936px;
|
||||
height: 100%;
|
||||
border: 2px solid #0f2a4d;
|
||||
.d1-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.dd1 {
|
||||
width: 430px;
|
||||
height: 100%;
|
||||
}
|
||||
.dd2 {
|
||||
width: 460px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,39 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 18:42:40
|
||||
* @LastEditTime: 2021-11-09 11:58:09
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/modelPopularity/index.vue
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="mp-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "modelPopularity",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
token: "",
|
||||
iType: "",
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.mp-outter {
|
||||
width: 460px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
.mp-inner {
|
||||
padding: 0px 16px 16px 16px;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,94 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-16 15:18:44
|
||||
* @LastEditTime: 2021-11-09 13:14:13
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/positiveViewKOL/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="pv-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "negativeOpinionKOL",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
sQingGan: "2",
|
||||
iSize: 6,
|
||||
token: "",
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.pv-outter {
|
||||
width: 936px;
|
||||
height: 246px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-left: 16px;
|
||||
.pv-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
padding: 0px 0px 16px 16px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
.pv-item {
|
||||
width: 285px;
|
||||
height: 72px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
margin-right: 16px;
|
||||
margin-top: 16px;
|
||||
.dm {
|
||||
position: absolute;
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
border-radius: 72px;
|
||||
border: 1px solid #ccc;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
background-color: #fff;
|
||||
z-index: 10;
|
||||
.dm-m1 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
.d-f {
|
||||
position: absolute;
|
||||
width: 249px;
|
||||
height: 64px;
|
||||
left: 36px;
|
||||
padding-left: 65px;
|
||||
background-image: url("../../../assets/images/BrandInsight/img_yhtx.png");
|
||||
.d1 {
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.d2 {
|
||||
color: #70869a;
|
||||
font-size: 12px;
|
||||
.d2-s1 {
|
||||
font-size: 12px;
|
||||
font-family: Bebas;
|
||||
color: #f49847;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,93 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-16 15:18:44
|
||||
* @LastEditTime: 2021-11-09 13:15:15
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/positiveViewKOL/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="pv-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "positiveViewKOL",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
sQingGan: "1",
|
||||
iSize: 6,
|
||||
token: "",
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.pv-outter {
|
||||
width: 936px;
|
||||
height: 246px;
|
||||
border: 2px solid #0f2a4d;
|
||||
.pv-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
padding: 0px 0px 16px 16px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
.pv-item {
|
||||
width: 285px;
|
||||
height: 72px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
margin-right: 16px;
|
||||
margin-top: 16px;
|
||||
.dm {
|
||||
position: absolute;
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
border-radius: 72px;
|
||||
border: 1px solid #ccc;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
background-color: #fff;
|
||||
z-index: 10;
|
||||
.dm-m1 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
.d-f {
|
||||
position: absolute;
|
||||
width: 249px;
|
||||
height: 64px;
|
||||
left: 36px;
|
||||
padding-left: 65px;
|
||||
background-image: url("../../../assets/images/BrandInsight/img_yhtx.png");
|
||||
.d1 {
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.d2 {
|
||||
color: #70869a;
|
||||
font-size: 12px;
|
||||
.d2-s1 {
|
||||
font-size: 12px;
|
||||
font-family: Bebas;
|
||||
color: #f49847;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,73 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 10:48:56
|
||||
* @LastEditTime: 2021-11-09 13:16:07
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/weiboCharacters/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wc-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "weiboCharacters",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
token: "",
|
||||
},
|
||||
colors: [
|
||||
"#54BF93",
|
||||
"#3373CC",
|
||||
"#CC9D12",
|
||||
"#f15c80",
|
||||
"#e4d354",
|
||||
"#8085e8",
|
||||
"#8d4653",
|
||||
"#91e8e1",
|
||||
"#f7a35c",
|
||||
"#90ed7d",
|
||||
"#54BF93",
|
||||
"#3373CC",
|
||||
"#CC9D12",
|
||||
"#f15c80",
|
||||
"#e4d354",
|
||||
"#8085e8",
|
||||
"#8d4653",
|
||||
"#91e8e1",
|
||||
"#f7a35c",
|
||||
"#90ed7d",
|
||||
],
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wc-outter {
|
||||
width: 618px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-left: 16px;
|
||||
overflow: hidden;
|
||||
.wc-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.d1 {
|
||||
width: 280px;
|
||||
height: 100%;
|
||||
}
|
||||
.d2 {
|
||||
width: 300px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -0,0 +1,38 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 10:11:41
|
||||
* @LastEditTime: 2021-11-09 13:16:55
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/weiboCommunicationTrend/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wct-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "weibo-communication-trend",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
token: "",
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wct-outter {
|
||||
width: 618px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
.wct-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,66 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 15:54:06
|
||||
* @LastEditTime: 2021-11-04 17:03:24
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/weiboContentTOPVolume/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wct-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "weiboContentTOPVolume",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
token: "",
|
||||
}
|
||||
};
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wct-outter {
|
||||
width: 936px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-left: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.wct-inner {
|
||||
width: 100%;
|
||||
margin-top: 16px;
|
||||
height: calc(100% - 48px);
|
||||
.wct-d1 {
|
||||
position: relative;
|
||||
width: 233px;
|
||||
height: 206px;
|
||||
display: inline-block;
|
||||
.wct-d1-dd1 {
|
||||
position: absolute;
|
||||
padding: 0px 16px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
top: 140px;
|
||||
left: 0px;
|
||||
span {
|
||||
color: #d8d8d8;
|
||||
font-size: 12px;
|
||||
.ss1 {
|
||||
font-family: Bebas;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,50 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 10:24:56
|
||||
* @LastEditTime: 2021-11-09 13:17:24
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/weiboContentType/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wct-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "weiboContentType",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
token: "",
|
||||
},
|
||||
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
.wct-outter {
|
||||
width: 618px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-left: 16px;
|
||||
overflow: hidden;
|
||||
.wct-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.d1 {
|
||||
width: 280px;
|
||||
height: 100%;
|
||||
}
|
||||
.d2 {
|
||||
width: 300px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,50 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 19:15:58
|
||||
* @LastEditTime: 2021-11-17 16:27:37
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/weiboSpreadFission/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wsf-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "weiboSpreadFission",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
token:"",
|
||||
sBrand:""
|
||||
},
|
||||
colors: [
|
||||
"#FFB600",
|
||||
"#886CFF",
|
||||
"#0084FF",
|
||||
"#4CB690",
|
||||
"#58B458",
|
||||
"#6C6C6C",
|
||||
"#F56161",
|
||||
"#FC754C",
|
||||
"#5F5EEC",
|
||||
],
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wsf-outter {
|
||||
width: 460px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-left: 16px;
|
||||
.wsf-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,51 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 19:41:24
|
||||
* @LastEditTime: 2021-11-09 13:20:35
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/weiboTonalDistribution/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wtd-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "weiboTonalDistribution",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
token: "",
|
||||
sBrand: "",
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wtd-outter {
|
||||
width: 460px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-left: 16px;
|
||||
padding-bottom: 50px;
|
||||
.wtd-inner {
|
||||
width: 100%;
|
||||
padding: 20px 16px;
|
||||
.wtd-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 36px;
|
||||
.s1 {
|
||||
display: block;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,49 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 11:25:20
|
||||
* @LastEditTime: 2021-11-10 17:13:41
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/weiboUserActiveArea/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wua-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "weiboUserActiveArea",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
token: "",
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wua-outter {
|
||||
width: 936px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
.wua-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.d1 {
|
||||
width: 479px;
|
||||
height: 100%;
|
||||
}
|
||||
.d2 {
|
||||
width: 420px;
|
||||
height: 100%;
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -0,0 +1,39 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-10-14 19:06:52
|
||||
* @LastEditTime: 2021-10-14 19:14:42
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edit
|
||||
* @FilePath: /data-show/src/views/WeiboDetails/weiboWordCloud/index.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="wwc-outter">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "weiboWordCloud",
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
sBrand: "",
|
||||
token: "",
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wwc-outter {
|
||||
width: 460px;
|
||||
height: 460px;
|
||||
border: 2px solid #0f2a4d;
|
||||
margin-left: 16px;
|
||||
.wwc-inner {
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue