jquery自定义问卷调查问题和选项表单效果代码
代码语言:html
所属分类:表单美化
代码描述:jquery自定义问卷调查问题和选项表单效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<html>
<head>
<meta charset="utf-8">
<title>后台上移下移,编辑,删除效果</title>
<style>
/* CSS Document */
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #333;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
a:hover {
color: #ff5c10;
}
a, img {
border: none;
}
img {
vertical-align: middle;
}
ul, li {
list-style: none;
}
em, i {
font-style: normal;
}
/**/
.all_660 {
width: 660px;
margin: 0 auto;
font-family: "微软雅黑";
font-size: 14px;
color: #333;
}
.dcwj_table {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.dcwj_table td {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
height: 32px;
padding: 0 5px;
font-size: 12px;
}
.dcwj_table .td_title {
text-align: center;
}
.title_wjht {
font-weight: 400;
font-size: 16px;
padding: 5px 0 15px 0;
color: #666;
}
.qt_box {
height: auto;
overflow: hidden;
}
.qt_box .qtwenz {
float: left;
}
.qt_box a {
float: right;
color: #0099FF;
text-decoration: underline;
}
.bli_box {
height: auto;
overflow: hidden;
}
.bli_box .jdt_kk {
background: #ddd;
height: 10px;
display: block;
width: 100px;
float: left;
margin-top: 5px;
}
.bli_box .jdt_kk em {
display: block;
height: 10px;
background: #ff5c10;
width: 100%;
}
.bli_box .wen_zl {
float: right;
}
.ptjy_box {
height: 170px;
overflow: auto;
}
.jz_table td {
text-align: center;
}
.wjdc_list {
margin-top: 10px;
margin-bottom: 20px;
}
.wjdc_list li {
line-height: 32px;
color: #666;
}
.wjdc_list li .tm_btitlt {
font-size: 16px;
padding: 5px 0;
color: #666;
}
.wjdc_list li label {
margin-left: 0;
}
.wjdc_list li label input {
margin-right: 5px;
}
.wjdc_list li label .wenb_ipnput {
height: 100px;
line-height: 24px;
width: 600px;
border: 1px solid #ccc;
font-family: "微软雅黑";
font-size: 12px;
padding-left: 5px;
color: #666;
}
.tip_wz {
color: #026fda;
}
.wjdc_list li label .wenb_input {
border: 1px solid #ccc;
height: 22px;
line-height: 22px;
font-family: "微软雅黑";
font-size: 12px;
padding-left: 5px;
width: 210px;
margin-left: 5px;
}
/*选项卡*/
.xxk_box {
margin-top: 20px;
}
.xxk_title {
height: auto;
overflow: hidden;
}
.xxk_title li {
background: #ddd;
float: left;
height: 40px;
line-height: 40px;
width: 164px;
text-align: center;
border-right: 1px solid #fff;
}
.xxk_title li.on {
background: #00.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0