hover
This commit is contained in:
parent
0c014995a1
commit
4cc66030ac
|
|
@ -10,6 +10,10 @@
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
<div class="group-item-title-type">{{ group.type }}</div>
|
<div class="group-item-title-type">{{ group.type }}</div>
|
||||||
|
<el-tooltip placement="bottom">
|
||||||
|
<template #content> multiple lines<br />second line </template>
|
||||||
|
<div class="group-member">{{ groupMemberInfos[group.type] }}</div>
|
||||||
|
</el-tooltip>
|
||||||
<div class="title-content">关注话题: {{ group.title }}</div>
|
<div class="title-content">关注话题: {{ group.title }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -38,6 +42,12 @@ const props = defineProps({
|
||||||
default: ""
|
default: ""
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
const groupMemberInfos = {
|
||||||
|
群体一: "主流权威媒体与自媒体账号结合群体",
|
||||||
|
群体二: "主流资讯评论及军政垂直领域账号群体",
|
||||||
|
群体三: "政务/公益宣传账号与自媒体账号结合群体"
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
|
|
@ -70,6 +80,7 @@ const props = defineProps({
|
||||||
border-bottom: 0.5px solid rgba(0, 113, 188, 0.5);
|
border-bottom: 0.5px solid rgba(0, 113, 188, 0.5);
|
||||||
.group-item-title {
|
.group-item-title {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.group-item-title-type {
|
.group-item-title-type {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
|
|
@ -77,6 +88,14 @@ const props = defineProps({
|
||||||
left: 8px;
|
left: 8px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
.group-member {
|
||||||
|
padding-top: 10px;
|
||||||
|
color: #fff;
|
||||||
|
font-family: "PingFang SC";
|
||||||
|
font-size: 14px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
.title-content {
|
.title-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
||||||
|
|
@ -221,6 +221,7 @@ onMounted(() => {})
|
||||||
|
|
||||||
.group-item-title {
|
.group-item-title {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-bottom: 20px;
|
||||||
.group-item-title-type {
|
.group-item-title-type {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
|
|
@ -243,13 +244,10 @@ onMounted(() => {})
|
||||||
}
|
}
|
||||||
.group-item-statistics {
|
.group-item-statistics {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
height: 100px;
|
height: 80px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
|
||||||
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 10px;
|
|
||||||
.statistics-item {
|
.statistics-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user