自己写个动画提示框

/*提示框*/ /*html*/ /*

*/ /*css*/ /*#tip { position: fixed; top: 20 px; left: 10 % ; background: #6786FF; color: # FFFFFF; width: 80 % ; height: 40 px; font - size: 14 px; border - radius: 5 px; line - height: 40 px; text - align: center; display: none; z - index: 999; }*/ /*js*/ var tip; function tip() { $("#tip").fadeOut(1000) } $("#tip").text("你好") $("#tip").fadeIn(500) setTimeout(tip, 3000)

自己写个动画提示框最先出现在Python成神之路

版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/11678.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>