合并代码
This commit is contained in:
@@ -1,40 +1,42 @@
|
||||
<template>
|
||||
<div class="account_comment">
|
||||
<div class="account_comment_title modal_title_text">
|
||||
收到的评论
|
||||
<div class="account_generalMessage_title modal_title_text">
|
||||
<span>收到的评论</span>
|
||||
<div class="account_generalMessage_title_setting" @click="allRead">全部已读</div>
|
||||
</div>
|
||||
<div class="account_comment_center modal_title_text">
|
||||
<div class="account_comment_item">
|
||||
<div class="account_comment_item_right">
|
||||
<div class="account_comment_item_right_img" @click="openOtherUsers">
|
||||
<div class="account_generalMessage_center modal_title_text">
|
||||
|
||||
<div class="account_generalMessage_item">
|
||||
<div class="account_generalMessage_item_right">
|
||||
<div class="account_generalMessage_item_right_img" @click="openOtherUsers">
|
||||
<img src="https://gw.alipayobjects.com/zos/antfincdn/XAosXuNZyF/BiazfanxmamNRoxxVxka.png" alt="">
|
||||
</div>
|
||||
<div class="account_comment_item_right_title">
|
||||
<div class="account_comment_item_right_title_name">名字 <span>回复你的作品</span></div>
|
||||
<div class="account_comment_item_right_title_center modal_title_text_assistant">回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容</div>
|
||||
<div class="account_comment_item_right_works modal_title_text_intro">回复作品名</div>
|
||||
<div class="account_generalMessage_item_right_title">
|
||||
<div class="account_generalMessage_item_right_title_name">名字 <span>回复你的作品</span></div>
|
||||
<div class="account_generalMessage_item_right_title_center modal_title_text_assistant">回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容</div>
|
||||
<div class="account_generalMessage_item_right_works modal_title_text_intro">回复作品名</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="account_comment_item_left">
|
||||
<div class="account_comment_item_left_delete modal_title_text_intro">
|
||||
<div class="account_generalMessage_item_left">
|
||||
<div class="account_generalMessage_item_left_delete modal_title_text_intro">
|
||||
<span class="icon iconfont icon-shanchu operate_icon"></span>
|
||||
</div>
|
||||
<div class="modal_title_text_intro">2024-06-05</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="account_comment_item">
|
||||
<div class="account_comment_item_right">
|
||||
<div class="account_comment_item_right_img">
|
||||
<div class="account_generalMessage_item">
|
||||
<div class="account_generalMessage_item_right">
|
||||
<div class="account_generalMessage_item_right_img">
|
||||
<img src="https://gw.alipayobjects.com/zos/antfincdn/XAosXuNZyF/BiazfanxmamNRoxxVxka.png" alt="">
|
||||
</div>
|
||||
<div class="account_comment_item_right_title">
|
||||
<div class="account_comment_item_right_title_name">名字 <span>回复你的作品</span></div>
|
||||
<div class="account_comment_item_right_title_center modal_title_text_assistant">回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容</div>
|
||||
<div class="account_comment_item_right_works modal_title_text_intro">回复作品名</div>
|
||||
<div class="account_generalMessage_item_right_title">
|
||||
<div class="account_generalMessage_item_right_title_name">名字 <span>回复你的作品</span></div>
|
||||
<div class="account_generalMessage_item_right_title_center modal_title_text_assistant">回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容回复内容</div>
|
||||
<div class="account_generalMessage_item_right_works modal_title_text_intro">回复作品名</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="account_comment_item_left">
|
||||
<div class="account_comment_item_left_delete modal_title_text_intro">
|
||||
<div class="account_generalMessage_item_left">
|
||||
<div class="account_generalMessage_item_left_delete modal_title_text_intro">
|
||||
<span class="icon iconfont icon-shanchu operate_icon"></span>
|
||||
</div>
|
||||
<div class="modal_title_text_intro">2024-06-05</div>
|
||||
@@ -59,7 +61,7 @@ export default defineComponent({
|
||||
const store = useStore();
|
||||
let accountMessage = reactive({
|
||||
activeKey: ref('1'),
|
||||
followList:ref([
|
||||
dataList:ref([
|
||||
{
|
||||
name:'张三',
|
||||
avatar:'https://gw.alipayobjects.com/zos/antfincdn/XAosXuNZyF/BiazfanxmamNRoxxVxka.png',
|
||||
@@ -116,92 +118,67 @@ export default defineComponent({
|
||||
<style lang="less" scoped>
|
||||
.account_comment{
|
||||
width: 100%;
|
||||
.account_comment_title{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 2rem 5rem;
|
||||
border-bottom: 1px solid #e9eaec;
|
||||
box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.12);
|
||||
border: 1px solid #e9eaec;
|
||||
border-radius: 5px;
|
||||
.account_comment_title_setting{
|
||||
cursor: pointer;
|
||||
.account_generalMessage_item{
|
||||
.account_generalMessage_item_right{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 1rem;
|
||||
.account_generalMessage_item_right_works{
|
||||
cursor: pointer;
|
||||
}
|
||||
.account_generalMessage_item_right_works:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
.account_generalMessage_item_right_img{
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
margin-right: 2rem;
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.account_generalMessage_item_right_title{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
.account_generalMessage_item_right_title_center{
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
.account_generalMessage_item_right_title_name{
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
color: #000;
|
||||
span{
|
||||
font-weight: 500;
|
||||
color: #9999aa;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.account_generalMessage_item_left{
|
||||
text-align: right;
|
||||
flex-shrink: 0;
|
||||
.account_generalMessage_item_left_delete{
|
||||
span{
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
div{
|
||||
padding: .5rem 2rem;
|
||||
border-radius: 4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.account_comment_center{
|
||||
box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.12);
|
||||
border: 1px solid #e9eaec;
|
||||
border-radius: 5px;
|
||||
padding: 2rem 5rem;
|
||||
.account_comment_item{
|
||||
display: flex;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 2rem 0;
|
||||
border-bottom: 1px solid #e9eaec;
|
||||
.account_comment_item_right{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 1rem;
|
||||
.account_comment_item_right_works{
|
||||
cursor: pointer;
|
||||
}
|
||||
.account_comment_item_right_works:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
.account_comment_item_right_img{
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
margin-right: 2rem;
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.account_comment_item_right_title{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
.account_comment_item_right_title_center{
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
.account_comment_item_right_title_name{
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
color: #000;
|
||||
span{
|
||||
font-weight: 500;
|
||||
color: #9999aa;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.account_comment_item_left{
|
||||
text-align: right;
|
||||
flex-shrink: 0;
|
||||
.account_comment_item_left_delete{
|
||||
span{
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
div{
|
||||
padding: .5rem 2rem;
|
||||
border-radius: 4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.account_comment_item:last-child{
|
||||
margin-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
.account_generalMessage_item:last-child{
|
||||
margin-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user