css 用于浮动玩家样本的CSS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 用于浮动玩家样本的CSS相关的知识,希望对你有一定的参考价值。

#playerWrapper:before {
    content: '+';
    border: 2px solid #F3951D;
    border-radius: 50%;
    background-color: #333;
    color: white;
    font-weight: bold;
    padding: 1px 8px 2px 8px;
    cursor: move;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: top;
    margin-left: -1.5em;
    margin-top: -1.5px;
}
#playerWrapper {
    position: relative;
    width: 340px;
    background-color: #f5f5f5;
    border: 1px solid black;
    margin-bottom: 1em;
    padding: 1em 1em .5em .5em;
}

以上是关于css 用于浮动玩家样本的CSS的主要内容,如果未能解决你的问题,请参考以下文章

css ClearFix样式用于浮动div的容器

css 浮动(float)

CSS中的浮动

深入理解CSS浮动

常用的CSS属性。

css第二波