comment.less 2.89 KB
.wev-comment{
	padding: 0px 15px 6px;
	background-color: #fff;
}
.wev-comment .wev-comment-operate{
	float:right;
	color: #333;
	font-size: 13px;
	height: 100%;
}
.wev-comment .wev-comment-operate > div{
	padding: 10px 5px 10px 30px;
}
.wev-comment .wev-comment-operate > div.edit{
	background-image: url(/mobilemode/mobile/images/plugin/comment.png);
	background-size: 14px;
    background-repeat: no-repeat;
    background-position: 12px 13px;
}
.wev-comment .wev-comment-list{
	background-color: #f7f7f7;
}
.wev-comment-list > dl, .wev-comment-list > dl > dd{
	margin:0;
	padding: 0;
}
.wev-comment-list .wev-comment-item:first-child{
	padding-top: 5px;
}
.wev-comment-list .wev-comment-item{
	padding: 0px 5px 5px; 
	font-size: 14px;
}

.wev-comment-list .wev-comment-item-content {
	font-size: 0;
}
.wev-comment-list .wev-comment-item-content > span{
	font-size: 14px;
	color:#333333;
}
.wev-comment-list .wev-comment-item-content > span.content{
	word-break: break-all;
}
.wev-comment-list .wev-comment-item-content > span.username{
	color:var(--themeColor);
}
.wev-comment-list .wev-comment-item-content > span.at{
	padding: 0 1px;
}
.wev-comment-list .wev-comment-item-content > span.split{
	padding-right: 5px;
}

.wev-comment-list .wev-comment-item-content .content p{
	color:#333333;
	margin: 0;
}
.wev-comment-list .wev-comment-item-content .content > .mobile{
	display: inline;
}
.wev-comment-list .wev-comment-item-content .content > .pc{
	display: block;
	max-width: 100%;
	overflow-x: auto;
}
.wev-comment-list .wev-comment-item-content .content a.atsome{
	font-size: 14px;
}
.wev-comment-list .wev-comment-item-content .content img.formImgPlay{
	max-width: 100%;
	padding-top: 5px;
}

.wev-comment-list .wev-comment-relate-item{
	position: relative;
	margin-top: 5px;
}
.wev-comment-list .wev-comment-relate-item.doc::before{
	background-image: url(/mobilemode/mobile/images/plugin/document-gray.png);
}
.wev-comment-list .wev-comment-relate-item.workflow::before{
	background-image: url(/mobilemode/mobile/images/plugin/workflow-gray.png);
}
.wev-comment-list .wev-comment-relate-item.crm::before{
	background-image: url(/mobilemode/mobile/images/plugin/customer-gray.png);
}
.wev-comment-list .wev-comment-relate-item.project::before{
	background-image: url(/mobilemode/mobile/images/plugin/project-gray.png);
}
.wev-comment-list .wev-comment-relate-item.attach::before{
	background-image: url(/mobilemode/mobile/images/plugin/attach2-gray.png);
}
.wev-comment-list .wev-comment-relate-item::before{
	content: "";
	position: absolute;
	display: block;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
}
.wev-comment-list .wev-comment-relate-item .wev-comment-relate-target{
	display: block;
	color: #333;
	word-break: break-all;
	text-decoration:none !important;
	cursor:pointer;
	background: none;
	padding: 0 0 0 26px;
	margin-bottom: 0;
}