本文已参与好文召集令活动,点击查看:后端、大前端双赛道投稿,2万元奖池等你挑战!css
?文末有彩蛋,不去看一看?前端
前文【专栏-效率工具】系列文章,从开发工具、版本控制工具、接口调试工具 到 开发规范,再到博客搭建工具等等,工做学习中用到的工具,分别做了介绍,养成好习惯,减小累赘代码,提升代码质量,减小 bug,提升开发效率。后端
记录提升平常码字幸福感的【实测能用】自用效率工具,持续更新、记录markdown
仅当参考,按需食用,不足之处,欢迎大佬不吝赐教,补充完善,欢迎分享app
from CSS SANS / fonts, 勿做他用,仅供学习使用ide
神奇的CSS,万能的CSS, 这里列举两个 A & G, 其余同理,见网站 CSS SANS / fonts函数
.A {
position: relative;
left: 30px;
width: 60px;
height: 91px;
border-bottom: solid 14px#000000;
}
.A:before {
transform: skew(-19deg, 0);
position: absolute;
content: '';
top: 12.5px;
left: 0;
width: 16px;
height: 125px;
background-color: #000000;
}
.A:after {
transform: skew(19deg, 0);
position: absolute;
content: '';
top: 12.5px;
left: 45px;
width: 16px;
height: 125px;
background-color: #000000;
}
复制代码
.B {
position: relative;
top: 12.5px;
left: 10px;
width: 60px;
height: 125px;
border-left: solid 16px#000000;
}
.B:before {
position: absolute;
content: '';
width: 52px;
height: 39px;
border-width: 15px15px10px0;
border-color: #000000;
border-style: solid;
border-radius: 0 240%180%0 /0 180%180%0;
}
.B:after {
position: absolute;
content: '';
bottom: 0;
width: 58px;
height: 43px;
border-width: 10px15px15px0;
border-color: #000000;
border-style: solid;
border-radius: 0 180%220%0 /0 180%180%0;
}
复制代码
.G {
position: relative;
top: 12.5px;
left: 10px;
width: 84px;
height: 95px;
border-width: 15px12px15px16px;
border-color: #000000;
border-style: solid;
border-radius: 50%;
}
.G:before {
transform: rotate(45deg);
position: absolute;
content: '';
top: 2px;
left: 48px;
background-color: #ffffff;
width: 90px;
height: 90px;
}
.G:after {
position: absolute;
content: '';
bottom: 0.5px;
right: 7px;
width: 28px;
height: 36px;
border-width: 13px14px0 0;
border-color: #000000;
border-style: solid;
}
复制代码
这里列举部分自定义指令仅做参考学习,抛砖引玉, 更多阅读推荐:工具
优化美丽温馨的开发环境 、oop
【Utils】那些经常使用的 JavaScript 工具函数(一)...-,-、 有没有
get
到呢?
欢迎各路大神评论出你的私藏工具, 把你的好用的【效率工具】分享给你们=,=
在掘金,帮你养成好习惯,持续学习,追求极致,务实敢为!加油
继续更新技术文 分享一些积累的 codes
: utils
/components
/styles
等等吧
下一篇敬请期待! hahah~
小娱乐,你不来笑一笑:
真香警告:
千万不要执行这个只有一行代码的.sh
:(){:|:&}xx
免责声明:出现任何问题 bug等,概不负责