网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容 知识问答

html+css+jq实现广告5秒之后自动关闭特效

时间:2024-10-13 03:45:20

1、准备好需要用到的图标。

html+css+jq实现广告5秒之后自动关闭特效

2、新建html文档。

html+css+jq实现广告5秒之后自动关闭特效

4、书写css代码。* { padding: 0; margin: 0; font-size: 12px; }ol, ul, li { list-style: none }img { border: none }.box { width: 564px; height: 361px; margin: 20px auto; position: relative; display: none; }.ad_time { width: 554px; height: 351px; background: #000; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; padding: 5px; position: absolute; top: 0; left: 0; color: #fff; }.ad_time span { font-weight: bold; color: #cc0; padding: 0 5px; }.close { width: 49px; height: 20px; background: url(../images/close.png) no-repeat; position: absolute; top: 0; right: 0; cursor: pointer; }.btn { width: 100px; height: 30px; background: #eee; border: 1px solid #ddd; font: normal 12px/30px '微软雅黑'; text-align: center; margin: 20px auto; cursor: pointer; }

html+css+jq实现广告5秒之后自动关闭特效

6、代码整体结构。

html+css+jq实现广告5秒之后自动关闭特效
© 2025 智德知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com