您的位置:首页 > Web前端 > CSS

CSS

2015-09-07 11:01 555 查看


<span class="tj_tiplogo"><div class="tj_tiplogrel"><p>多加5万元</p><div class="tj_tipsjx"></div></div></span>

.tj_tiplogrel {

    position: relative;

    display: inline-block;

    *zoom:1;*display: inline;

    height: 24px;

    overflow: hidden

}

.tj_tiplogo p {

    line-height: 14px;

    color: #fff;

    background: #f60;

    padding: 3px 5px 1px 5px;

    font-weight: 700;

    font-family: "微软雅黑"

}

.tj_tiplogo .tj_tipsjx {

    position: absolute;

    top: 18px;

    left: 50%;

    margin-left: -26px;

    width: 0;

    height: 0;

    border-left: 26px dashed transparent;

    border-right: 26px dashed transparent;

    border-top: 4px solid #f60

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: