摘要:
单行文本溢出:代码:css: #demo4-one{ width:150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}ht... 阅读全文
摘要:
混合划分demo1,css: #demo1{ width: 100%; background: #ccc; display: -webkit-flex;/*表示使用弹性布局*/ } #demo1 .item... 阅读全文