展开折叠样式,顺便测试高亮成功不!

@Ta 2021-03-05发布,2021-03-05修改 2926点击
.floor_fold_bar button {
    position: relative;
    width: 110px;
    height: 38px;
    line-height: 36px;
    display: block;
    background: #2f8fd0;
    color: #fff!important;
    border-radius: 4px;
    margin: 10px auto 0 auto;
    text-align: center;
    cursor: pointer;
    border: 0;
    padding: 0;
    font-size: 14px;
    text-shadow: 0 0 black;
}
.open{
    position: absolute;
    background: #2f8fd0;
    bottom: 0;
    right: 48px;
    width: 0;
    height: 0;
    border-width: 6px 6px 4px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}
.close{
position: absolute;
    background: #2f8fd0;
    top: 0;
    right: 48px;
    width: 0;
    height: 0;
    border-width: 4px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

open.jpg
close.jpg

回复列表(3|隐藏机器人聊天)
添加新回复
回复需要登录