- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title></title>
- </head>
- <body>
- <table class="sp-grid-job" style="width: 100%;"><tbody><tr><td style="width: 14.4286%;" class="">项目名称</td><td style="width: 35.5714%;" class=""><input type="text" placeholder="请输入项目名称" class=""></td><td style="width: 13.7857%;" class="">文件时间</td><td style="width: 36.2143%;"><input type="text" class="laydate-icon " onclick='laydate()' placeholder="请选择文件时间"></td></tr><tr><td style="width: 14.4286%;" class="">总投资(万元)</td><td style="width: 35.5714%;"><input type="number" placeholder="请输入总投资(万元)" class=""></td><td style="width: 13.7857%;" class="">实施天数(天)</td><td style="width: 36.2143%;"><input type="number" placeholder="请输入实施天数(天)"></td></tr><tr><td style="width: 14.4286%;" class="">性别</td><td style="width: 35.5714%;"><div class="fb-radiopart sp-radio-default" data-style="sp-radio-default" style="text-align: left;"><label><input type="radio" value="男" checked="checked">男</label><label><input type="radio" value="女">女</label></div></td><td style="width: 13.7857%;" class="">选择所在区</td><td style="width: 36.2143%;"><select><option value="TJ01">南开区</option><option value="TJ02" selected="selected">和平区</option></select></td></tr><tr><td style="width: 14.4286%;" class="">兴趣爱好</td><td style="width: 35.5714%;" colspan="3"><div class="fb-checkboxpart sp-checkbox-gray" data-style="sp-checkbox-gray" style="text-align: left;"><label><input type="checkbox" value="C01" checked="checked">编程</label><label><input type="checkbox" value="C02" checked="checked">购物</label><label><input type="checkbox" value="C03">游泳</label><label><input type="checkbox" value="C04" checked="checked">出国旅游</label><label><input type="checkbox" value="C05">跳广场舞</label><label><input type="checkbox" value="C06">看书</label><label><input type="checkbox" value="C07">跑步</label><label><input type="checkbox" value="C08">参加明星演唱会</label></div></td></tr><tr><td style="width: 14.4286%;" class="">文件说明</td><td style="width: 35.5714%;" colspan="3"><textarea rows="4"></textarea></td></tr><tr><td style="width: 14.4286%;" class="">出资构成</td><td style="width: 35.5714%;" colspan="3"><table class="sp-subgrid-job" style="width:99%"><thead><tr><th style="width:49px;">序号</th><th>投资者名称</th><th>性别</th><th>选择所在区</th><th>中标日期</th><th>出资金额</th><th>操作</th></tr></thead><tbody><tr><td>1</td><td><input type="text"></td><td><div class="fb-radiopart sp-radio-default" data-style="sp-radio-default"><label><input type="radio" value="男">男</label><label><input type="radio" value="女">女</label></div></td><td><select><option value="TJ01" selected="selected">南开区</option><option value="TJ02">和平区</option></select></td><td><input type="text" class="laydate-icon" onclick='laydate()'></td><td><input type="number"></td><td><i class="fa fa-pencil sp-color-blue sp-cursor-pointer" style="width:22px;"></i><i class="fa fa-trash sp-color-red sp-cursor-pointer" style="width:22px;"></i><i class="fa fa-check sp-color-blue sp-cursor-pointer" style="width:22px;"></i></td></tr></tbody></table></td></tr></tbody></table>
- </body>
- </html>
|