以下是一个简单的HTML代码示例,用于创建一个“平安车主优惠卷发放”优惠券发放情况的网站:

<!DOCTYPE html>
<html>
<head>
    <title>平安车主优惠卷发放情况</title>
    <style>
        body {
            font-family: Arial, sans-serif;
        }
        .header {
            padding: 10px;
            background-color: #f1f1f1;
        }
        .header a {
            text-decoration: none;
            color: #333;
        }
        .logo {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px 0;
        }
        .logo img {
            max-width: 200px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        table th, table td {
            padding: 10px;
            border: 1px solid #ddd;
        }
        table th {
            background-color: #f1f1f1;
        }
    </style>
</head>
<body>
    <div class="header">
        <a href="#">返回</a>
    </div>
    <div class="logo">
        <img src="logo.png" alt="Logo">
    </div>
    <table>
        <thead>
            <tr>
                <th>发放人</th>
                <th>接收人</th>
                <th>优惠卷详情</th>
                <th>接收时间</th>
                <th>接收手机号</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>John Doe</td>
                <td>Jane Smith</td>
                <td>50% off car service</td>
                <td>2021-01-01 09:00</td>
                <td>1234567890</td>
            </tr>
            <tr>
                <td>Mike Johnson</td>
                <td>Sarah Davis</td>
                <td>Free tire rotation</td>
                <td>2021-01-02 14:30</td>
                <td>9876543210</td>
            </tr>
            <!-- 添加更多行 -->
        </tbody>
    </table>
</body>
</html>

在这个示例中,你需要将logo.png替换为你要展示的图片logo,并根据需要添加更多的行来显示更多的发放情况数据。注意,这只是一个简单的示例,你可以根据实际需求进行样式和布局的调整

用HTML创建一个平安车主优惠卷发放优惠券发放情况的网站顶部左边有返回按钮中间字体为图片logo展示页面主要数据有发放人接收人优惠卷详情接收时间接收手机号等

原文地址: http://www.cveoy.top/t/topic/iXFF 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录