div.cltwo{按钮盒子
width: 65px;
line-height: 30px;行高(使文字居中办法)
height: 30px;(盒子高度,使其文字多时不被撑开)
border: 1px red solid;
margin: 0px 15px 40px 25px;
text-align: center;(文字居中)
color: red;(文字颜色)
font-size: 14px;(文字大小)
overflow: hidden;(文字溢出时隐藏)
text-overflow:ellipsis; white-space: nowrap;(文字溢出时自动变成....)
}