fengfeng_blog icon indicating copy to clipboard operation
fengfeng_blog copied to clipboard

枫枫知道个人博客

Results 2 fengfeng_blog issues
Sort by recently updated
recently updated
newest added

手机端的网站导航,在每 3x+2 的网站 item 会有显示错误。 如第 2 个(截图自 http://www.fengfengzhidao.com/sites/ ): ![image](https://user-images.githubusercontent.com/102211300/212805874-10b210a2-b069-4c56-845b-f0708cd61c7c.png) 如第 5 个: ![image](https://user-images.githubusercontent.com/102211300/212805993-686c75dd-017d-4223-851f-0152caeeb4e3.png) 原因: site.css 中对每 3x+2 的网站 item 的 left 置为 -33% ![image](https://user-images.githubusercontent.com/102211300/212806130-0b5298df-acda-414a-a316-ac137cb4331b.png) 修改建议: 在 phone.css 中重写...