Authored by 郝肖肖

设置有货币弹框箭头

... ... @@ -428,18 +428,18 @@
right: 6px;
width: 0;
height: 0;
top: -11px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 10px solid #000;
top: -9px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #000;
&:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 10px solid #fff;
right: -7px;
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #fff;
right: -6px;
top: 1px;
position: absolute;
}
... ...