摘要: <style type="text/css"> .box{ width:50%; max-height: 500px; overflow: hidden; } .box img{ height: 500px; transition: all 1s ease 0s; -ms-transition: a 阅读全文
posted @ 2016-12-30 17:09 夏小夏吖 阅读(280) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> .btn{ padding:15px 40px; background: red; border-style: none; color:white; font-size: 16px; cursor: pointer; transition: all 1 阅读全文
posted @ 2016-12-30 16:42 夏小夏吖 阅读(996) 评论(0) 推荐(0) 编辑
摘要: width:94%; word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */ overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记 阅读全文
posted @ 2016-12-30 16:24 夏小夏吖 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 复制 阅读全文
posted @ 2016-12-30 16:08 夏小夏吖 阅读(8808) 评论(0) 推荐(0) 编辑