绝对定位中不能加margin属性么?如果可以加的话是什么含义

.WxBookContentEdit .FormItemListEdit2 .RightContentImgAdd .EntryTrangle{
position: absolute;
right:9px;
top: -3px;
width: 0px;
height: 0px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #49484b;

}

有居中的作用,right50%;top50%;margin-right或margin-top负数

不是距离另一个盒子div或其他的盒子标签的边距吗。比如两个div,后一个div使用margin-top;20px;
就是div头部距离上一个div20px

可以加
还是外边距的意思