
IP属地:四川
一、在index.html中设置主题颜色 body{ --themeColor:#78aef9; } 二、在页面中的使用 .item{ background-color:...
/* 设置滚动条的样式*/ /* 背景*/ ::-webkit-scrollbar { width:8px; background-color:#eaeaea; } ...
/*显示三行*/ .textThree{ text-overflow:-o-ellipsis-lastline; text-overflow:ellipsis; o...
以下为常用快捷键整理,也可以通过setting=>keymap进行自定义设置。 一 查找/代替 ctrl+shift+N通过文件名快速查找工程内的文件(必记) ctrl+sh...