的宽度.start
应该是 = 文本大小 + 填充,所以我使用了显示内联块,但是我得到了类似这样的结果。
问题演示 http://jsfiddle.net/d4Ajj/8/
我想要达到的目标:
.bigcontainer
{
width: 1000px;
height: 400px;
background-color: rgb(245,245,245);
border-radius: 10px;
margin: auto;
margin-top: -50px;
}
.racingbox
{
width: 800px;
height: 100px;
margin: auto;
background: yellow;
position: relative;
}
.start
{
display: inline-block;
padding: 20px;
margin-left: 100px;
color: white;
background: blue;
font-family: Arial;
font-size: 16px;
font-weight: 900;
}