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. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 图表&进度

jquery弹出框中显示步骤向导进度特效代码

一个分步推进向导插件,它基于Bootstrap的Modal组件在弹出窗口中动态生成并显示多步骤向导。
  图表&进度
 5939  0

jquery基于subwaymap绘制的地铁线路图插件

一款可自定义的地图地图插件,使用了HTML5画布在网页上绘制动态、可定制的地铁地图图形和线路图。
  图表&进度
 2620  0

CSS创建具有不同百分比的循环进度条特效代码

一款圆形环状的进度条代码,可使用它直观的方式显示进度或完成百分比,鼠标悬停于圆形进度条上呈现放大动画特效。
  图表&进度
 2991  0

jquery立体3D蓄水池状柱状图插件

一款3D透明蓄水池状柱状图插件,基于canvas来制作3D立体蓄水池状柱状图。点击柱状图可动态改变水柱的高度,还能自定义水柱的宽度、高度、颜色和初始值等。
  图表&进度
 9654  0

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

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