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

jquery+CSS3个人资料步骤填写表单代码

按步骤推荐填写表单信息,一共三个步骤,前两步为填写,最后一步为提示信息。
  图表&进度
 157  

轻量级支持自定义的水平进度条带回调函数特效代码

jsRapBar是一个可自定义的水平进度条插件,支持动态更新进度数值,可设置不可点击、回调函数等。
  图表&进度
 131  

html5 canvas制作圆形水波进度条动画特效

一款蓝色风格液体容器水波特效,带滑块设置容器液体最大容量。
  图表&进度
 193  

CSS3创建的垂直统计图表柱状图动画特效代码

一款纯css实现的带动画特效的柱状图特效,基于CSS动画逐渐显示条形图。
  图表&进度
 119  

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

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