Blogger Information
Blog 23
fans 0
comment 1
visits 14233
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
我的表格实例
彪小A的博客
Original
585 people have browsed it

1、效果图

work.png

2、源码

<!DOCTYPE html>
<html lang="en">
<head>
    <style type="text/css">
        body{
            background-image: url("images/2.jpeg");
            color: lightcoral;
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }
        .text {
            background: #C7C7C7;
            text-align: left;
            width: 100px;
            color: white;
        }
        .title{
            size: 24px;
            color: black;
        }
    </style>
    <meta charset="UTF-8">
    <title>作业-银行业务开户申请书</title>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="5" align="center" width="100%">
        <caption><h3>XX申请书</h3></caption>
        <thead>
        </thead>
        <tbody>
            <tr align="center">
                <td class="text">申请单位全称</td>
                <td colspan="2" width="150px"></td>
                <td class="text">组织机构代码</td>
                <td colspan="23"></td>
            </tr>
            <tr align="center">
                <td class="text" rowspan="2">单位性质</td>
                <td rowspan="2" colspan="2" align="left" width="150px">□行政单位性质 □事业单位性质<br> □临时机构性质 □其他</td>
                <td class="text">地址</td>
                <td colspan="3"></td>
            </tr>
            <tr align="center">
                <td class="text">电话</td>
                <td>1111111</td>
                <td class="text">邮编</td>
                <td>200000</td>
            </tr>
            <tr align="center">
                <td class="text">申请开放或变更用户的性质</td>
                <td colspan="6">□基本存款账户 □专用存款账户 □一般存款账户 □临时存款账户</td>
            </tr>
            <tr>
                <td class="text" rowspan="2">申请开始或变更账户的理由</td>
                <td colspan="6">□新单位成立 □项目基建 □住房基金<br>
                    □国库集中支付□非税收入支付□非税收入支付□党、团或工会经费<br>□其他</td>
            </tr>
            <tr>
                <td colspan="6">□单位迁址 □原开户行迁址 □原开户行系统升级<br>
                    □其他</td>
            </tr>
            <tr>
                <td class="text" colspan="2">核算内容</td>
                <td colspan="5"></td>
            </tr>
        </tbody>
        <tfoot></tfoot>
    </table>
</body>
</html>

IMG_0104.JPG

IMG_0105.JPG

Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post