摘要: 空心箭头:示例图片 <b class="bottom"><i class="bottom-arrow1"></i><i class="bottom-arrow2"></i></b> .post_list .spread .bottom{ width:20px; height:20px; positi 阅读全文
posted @ 2019-04-26 16:05 时光凉忆 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 添加横向滚动条ul { display: flex; overflow-x: auto; overflow-y: hidden; white-space: nowrap; }隐藏滚动条,保留滚动效果 ul::-webkit-scrollbar { display: none; } 阅读全文
posted @ 2019-04-26 13:46 时光凉忆 阅读(763) 评论(0) 推荐(0) 编辑