摘要:
.btn{width:110px;padding:7px 0;background:-webkit-linear-gradient(top,#f90,#f60,#f30);border:none;color:#fff;font-size:14px;border-radius:3px;} 阅读全文
摘要:
单行溢出省略号显示.myText{ width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 多行溢出省略号显示.myText{ width: 200px; /*text-overflow: ell 阅读全文