html用户注册界面
程序员文章站
2022-05-06 19:20:51
...
先上一张简约的界面的效果图
这里是style里面的内容
{ border: 1px solid darkorange; background: white; } #button{ border: 10px solid orange; width: 200px; box-shadow:0px 4px 5px #666; background: orange; color: white; }
再来body里面的内容,这里用到的是失焦 onblur 和聚焦 onfocus
最后是js里面的代码
大家如果有需要可以借鉴一下,觉得还不错的朋友们点击一下推荐吧