html使用table

<style>
        .table1 table {
            border:0;
            width: 100%;
        }
        .table1 th {
            background-color:#96C7ED;
            color:#000000
        }
        .table1,.table1 th,.table1 td {
            text-align:left;
            border-collapse:collapse;
            padding-left: 5px;
            padding-right: 20px;
            height: 40px;
        }
        .table1 th,.table1 td {
            border: 2px solid #73b4e7;
            border-width:1px 0 1px 0;
            border:1px inset #ffffff;
        }
        .table1 tr {
            border: 1px solid #ffffff;
        }
        .table1 tr:nth-child(odd){
            background-color:#dcecf9;
        }
        .table1 tr:nth-child(even){
            background-color:#ffffff;
        }
    </style>

<table class="table1" style="margin-left:60px;margin-top: 60px;margin-            right:30px;margin-bottom: 30px;">
      <tr>
          <th style="width: 65%;text-align:center;">单体名称</th>
          <th style="width: 20%;text-align:center;">开工日期</th>
          <th style="width: 20%;text-align:center;">计划竣工日期</th>
      </tr>
      <c:forEach items="${buildCretMap }" var="obj" varStatus="status">
          <tr>
              <td style="width: 65%;">${obj.MONONAME }</td>
              <td style="width: 20%;">${obj.STARTTIME }</td>
              <td style="width: 20%;">${obj.FINISHTIME }</td>
          </tr>
      </c:forEach>
  </table>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值