如何消除css3斜切角引起的毛边问题
问题描述
<!DOCTYPE html><html lang='en'><head> <meta charset='UTF-8'> <title>Title</title></head><body><style>.slide_bar { width: 180px; position: absolute; z-index: 99; right: 30px; top: 700px;}.slide_bar ul li a { display: block; width: 185px; height: 36px; line-height: 36px; text-align: center; font-size: 18px; color: #fff;}.slide_bar ul li:hover a { color: #0d1656;}.slide_bar ul li:nth-child(odd) { background: #588efd; background: linear-gradient(-70deg, transparent 12px, #588efd 0) right, linear-gradient(70deg, transparent 12px, #588efd 0) left; background-size: 50% 100%; background-repeat: no-repeat;}.slide_bar ul li:nth-child(even) { background: #52b8ff; background: linear-gradient(-110deg, transparent 12px, #52b8ff 0) right, linear-gradient(110deg, transparent 12px, #52b8ff 0) left; background-size: 50% 100%; background-repeat: no-repeat;}</style><p class='slide_bar'> <img src='https://www.haobala.com/wenda/5904.html' alt='导航图'> <ul><li class='check_on'><a href='https://www.haobala.com/wenda/5904.html#K12_1'>咨询老师</a></li><li><a href='https://www.haobala.com/wenda/5904.html#K12_1'>1</a></li><li><a href='https://www.haobala.com/wenda/5904.html#K12_1'>2</a></li><li><a href='https://www.haobala.com/wenda/5904.html#K12_1'>3</a></li><li><a href='https://www.haobala.com/wenda/5904.html#K12_1'>4</a></li><li><a href='https://www.haobala.com/wenda/5904.html#K12_1'>5</a></li><li><a href='https://www.haobala.com/wenda/5904.html#K12_1'>6</a></li><li><a href='https://www.haobala.com/wenda/5904.html#K12_1'>7</a></li><li><a href='https://www.haobala.com/wenda/5904.html#K12_1'><i class='icon icon_top'></i>TOP</a></li> </ul></p></body></html>
使用css3的线性渐变实现多边形边框,斜切那部分会有毛边,不是很美观,请问怎么解决?css3 club斜切角文章
问题解答
回答1:猜测跟角度有关,这个应该是浏览器对小数的精度的控制造成的
回答2:这个切出来是无法修复的
相关文章:
1. docker-compose中volumes的问题2. debian - docker依赖的aufs-tools源码哪里可以找到啊?3. docker网络端口映射,没有方便点的操作方法么?4. PHP中的$this代表当前的类还是方法?5. docker不显示端口映射呢?6. angular.js - angular内容过长展开收起效果7. golang - 用IDE看docker源码时的小问题8. python的MySQLdb包rollback对create语句无效吗?9. html - 这种错位的时间轴怎么布局,然后用css实现?10. javascript - 用swiper.js实现h5多篇文章滑动 点击文章跳转全文是另外的页面 点击返回滑动界面怎么定位到相应的swiper_slide