You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
1.9 KiB
94 lines
1.9 KiB
<!--
|
|
* @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>
|