javascript – 在x秒内填写进度条
发布时间:2020-12-14 23:11:23 所属栏目:资源 来源:网络整理
导读:我有这个代码 HTML CSS .progress-bar { width: calc(100% - 6px); height: 5px; background: #e0e0e0; padding: 3px; border-radius: 3px; box-shadow: inset 0 1px 3px rgba(0,.2);}.progress-bar-fill { display: block; height: 5px; background: #659ce
我有这个代码…… HTML
|