摘要: 电商网站秒杀倒计时实现 CSS代码实现 <style> #container{ width: 190px; height: 275px; background: #e83632; color: #fff; position: relative; } #container .sk_title{ pos 阅读全文
posted @ 2019-04-21 18:17 笨鸟不会飞~~ 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 网站时间显示 代码实现如下: css样式 <style> #show{ width: 460px; height: 100px; border:10px solid pink; border-radius: 20px; margin:0 auto; margin-top: 120px; font-s 阅读全文
posted @ 2019-04-21 17:17 笨鸟不会飞~~ 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 基于随机数的抽奖器 1、定时器叠加问题,设置一个标志类解决 具体代码如下: css样式 <style> #container{ width: 300px; height: 200px; margin:0 auto; margin-top: 120px; border:1px solid #f90; 阅读全文
posted @ 2019-04-21 16:07 笨鸟不会飞~~ 阅读(476) 评论(0) 推荐(0) 编辑