jquery实现后台问卷调查添加多个问题选项表单效果代码
代码语言:html
所属分类:表单美化
代码描述:jquery实现后台问卷调查添加多个问题选项表单效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<style type="text/css">
.box {
width: 600px;
height: 100%;
border: 1px solid gainsboro;
}
form input {
display: block;
margin: 10px;
height: 30px;
width: 230px;
font-size: 14px;
background: #fff;
text-align: left;
line-height: 30px;
border-radius: 3px;
padding-left: 10px;
border: 1px solid #ccc;
}
.question {
margin-left: 10px;
display: flex;
justify-content: flex-end;
/* justify-content: space-between; */
}
.content {
margin-left: 10px;
}
button {
height: 30px;
width: 100px;
background: #fff;
margin: 10px;
border-radius: 3px;
border: 1px solid #ccc;
}
.content b {
float: lef.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0