logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

原生js+css实现仿京东物流效果

纯js+css实现仿京东物流效果首先是html部分:<div id="toptxt"> </div><input type="text">首先我们可以使用css写出上边那个提示气泡,值得注意的是这边的倒三角形是使用的伪类的border属性来实现的:#toptxt {position: relative;...

#css
到底了