摘要:
<style type="text/css"> .box{ width:50%; max-height: 500px; overflow: hidden; } .box img{ height: 500px; transition: all 1s ease 0s; -ms-transition: a 阅读全文
摘要:
<style type="text/css"> .btn{ padding:15px 40px; background: red; border-style: none; color:white; font-size: 16px; cursor: pointer; transition: all 1 阅读全文
摘要:
width:94%; word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */ overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记 阅读全文
摘要:
复制 阅读全文