- <!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%; height: 230px;"><tbody><tr style="height: 29px;"><td style="width: 18%; height: 29px;" class="">项目名称</td><td style="width: 32%; height: 29px;" class=""><input type="text" placeholder="请输入项目名称" class=""></td><td style="width: 11.5714%; height: 29px;" class="">实施天数(天)</td><td style="width: 38.4286%; height: 29px;"><input type="number" placeholder="请输入实施天数(天)"></td></tr><tr style="height: 27px;"><td style="width: 18%; height: 27px;" class="">总投资(万元)</td><td style="width: 32%; height: 27px;"><input type="number" placeholder="请输入总投资(万元)"></td><td style="width: 11.5714%; height: 27px;" class="">文件时间</td><td style="width: 38.4286%; height: 27px;"><input type="text" class="laydate-icon" onclick="laydate()" placeholder="请选择文件时间"></td></tr><tr style="height: 27px;"><td style="width: 18%; height: 27px;" class="">文件时间</td><td style="width: 32%; height: 27px;" class=""><input type="text" class="laydate-icon" onclick="laydate()" placeholder="请选择文件时间"></td><td style="width: 11.5714%; height: 27px;" class="">选择所在区</td><td style="width: 38.4286%; height: 27px;"><select><option value="TJ01">南开区</option><option value="TJ02" selected="selected">和平区</option></select></td></tr><tr style="height: 27px;"><td style="width: 18%; height: 27px;" class="">性别</td><td style="width: 32%; height: 27px;" class=""><div class="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: 11.5714%; height: 27px;" class=""></td><td style="width: 38.4286%; height: 27px;"></td></tr><tr style="height: 27px;"><td style="width: 18%; height: 27px;" class="">兴趣爱好</td><td colspan="3" style="height: 27px;"><div class="sp-radio-default" style="text-align: left;"></div><div class="sp-checkbox-blue" 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 style="height: 66px;"><td style="width: 18%; height: 66px;" class="">出资构成</td><td colspan="3" style="height: 66px;"><div class="sp-radio-default" style="text-align: left;"></div><table class="sp-subgrid-job"><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="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><tr style="height: 27px;"><td style="width: 18%; height: 27px;" class="">建设信息</td><td style="width: 32%; height: 27px;" colspan="3"><div class="sp-radio-default" style="text-align: left;"></div><table class="sp-subgrid-job"><thead><tr><th style="width:49px;">序号</th><th>投资者名称</th><th>性别</th><th>选择所在区</th><th>中标日期</th><th>出资金额</th><th>操作</th></tr></thead><tbody><tr><td>2</td><td><input type="text"></td><td><div class="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>
|