限时优惠活动
亲爱的苦力吧用户,我们为了回馈新老用户一直以来的鼎力支持,即日起(2025-02-06至2025-03-06)凡是购买苦力吧VIP/充值K币的新老用户,都直接可获得买一送一的优惠馈赠。例如:购买一个月的VIP会员可直接获得两个月的VIP会员;充值100K币可直接获得200K币,以此类推!有任何疑问可联系在线客服,感谢各位用户对苦力吧素材的信任与厚爱,我们将一如既往的给大家上新更多优质的素材源码,祝大家开工大吉、工作顺利、心想事成。

css实现的在线反馈表单进度条投票特效代码

所属分类: 网页特效-图表&进度    2023-12-10 11:45:55

css实现的在线反馈表单进度条投票特效代码 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

css实现的在线反馈表单进度条投票特效代码(共2个文件)

    • index.html

使用方法

.cd__main{
    background: linear-gradient(to right, #2193b0, #6dd5ed) !important;
}

body {
  background-color: rgb(55, 96, 103);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: rgb(55, 96, 103);
}

main {
  max-width: 100vw;
  height: 100vw;

}

form {
  background-color: #fff;      
  max-width: 500px;
  margin: 0 auto;
  margin-top: 200px;
  border-radius: 10px;
  box-shadow: 0px -1px 19px 0px rgba(0, 0, 0, 0.53);
}

form header p {
  max-width: 500px;
  padding: 2rem;
  background-color: #f2fcfe;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 10px;
}
.poll-line {
  background-color: white;
  padding: 2rem;
  border-bottom: 2px solid #f3f3f3;
  
}
/*****
* Checkbox
******/
/* Hide default checkbox */
.poll-line input[type='checkbox'] {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}

.poll-line input[type='checkbox'] + label {
padding: 0 0 0 15px;
margin: 0 0 0 5px;
position: relative;
}

.poll-line input[type='checkbox'] + label::before { 
content: "";
width: 15px;
height: 15px;
border: solid 2px #f3f3f3;
background: #fff;
cursor: pointer;
position: absolute;
top: -1px;
left: -7px;
border-radius: 3px;
}

.poll-line input[type='checkbox']:checked + label::after { 
content: "✔";
display: block;
 width: 15px;
height: 15px;
border: solid 2px #06b3d5;
position: absolute; 
top: 1px;
left: -7px;
margin: 0 auto; 
background-color: #06b3d5;
color: #fff;
font-size: 18px;
border-radius: 3px;
}

/********
* Progress Bar Style
*********/
progress {  
  width: 90%;
  background-color: #f3f3f3;
  border-radius: 7px;
  height: 8px;
  margin: 5px 0;
  border: none;
}

progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 7px;
}
.progress-value {
	padding: 0px 3px;
	margin-left: 5px;
	float: right;
  font-weight: 600;
}
progress.success::-webkit-progress-value {
	background: #9ae972;
  border-radius: 7px;
}
progress.success::-moz-progress-bar {
	background: #9ae972;
  border-radius: 7px;
}

progress.negative::-webkit-progress-value {
	background: #fe5f57;
  border-radius: 7px;
}
progress.negative::-moz-progress-bar {
	background: #fe5f57;
  border-radius: 7px;
}

progress.best-seller::-webkit-progress-value {
	background: #ff994e;
  border-radius: 7px;
}
progress.best-seller::-moz-progress-bar {
	background: #ff994e;
  border-radius: 7px;
}

/*****
* Button Style
******/
.form-btn {
  display: flex;
  justify-content: center;
}
button {
  margin: 2rem;
  background-color: #06b3d5;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  padding: 0.6rem 2rem;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 图表&进度

原生js钻石滑块拖动设置价格ui交互特效代码

一款超实用的滑块拖动设置价格,带动画数字变化特效,很实用。
  图表&进度
 1299  0

jquery轻量级SVG圆形环状自定义进度条特效代码

一个轻量级圆形进度条插件,可自定义设置:背景颜色、边框线条颜色、文字颜色、字体大小等。
  图表&进度
 4295  0

js响应式加载进度条动画特效

一款绿色风格的loadding加载动画,加载完成后自动恢复初始状态,自己可设置。
  图表&进度
 3153  0

jquery基于dhtmlxgantt的甘特图

一款根据日期时间制作的甘特图,能够通过时间线来展示用户要做的事,支持自定义添加、修改删除、移动事件。
  图表&进度
 4115  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论