zoukankan      html  css  js  c++  java
  • app表格

        <style>
            table td{
                border:1px solid;
                25%;
            }
        </style>

       

    <table style="100%;border-collapse:collapse;" >
            <tr style="text-align:center;height:3em;">
                    <td style="25%;">商品名称</td>
                    <td style="20%;">人数</td>
                    <td style="20%;">天数</td>
                    <td style="35%;">总&nbsp;数</td>
            </tr>
              <tr style="text-align:center;height:3em;">
                <td>牛奶</td>
                <td class="uinput c-wh breakword"><input id="milk1" style="height:3em;100%;text-align:center" onkeyup="value=value.replace(/[^\d\.]/g,'');SumNummilk();"></td>
               <td style="text-align:center" class="uinput c-wh"><input id="milk2" style="height:3em;text-align:center" onkeyup="value=value.replace(/[^\d\.]/g,'');SumNummilk();"></td>
               <td style="text-align:center" class="uinput c-wh"><input id="milks" style="height:3em;text-align:center" onkeyup="value=value.replace(/[^\d\.]/g,'');"></td>
            </tr>
              <tr style="text-align:center;height:3em;">
                <td>鸡蛋</td>
              <td class="uinput c-wh"><input id="egg1" style="height:3em;text-align:center" onkeyup="value=value.replace(/[^\d\.]/g,'');SumNumegg();"></td>
                <td style="text-align:center" class="uinput c-wh"><input onkeyup="value=value.replace(/[^\d\.]/g,'');SumNumegg();" id="egg2" style="height:3em;text-align:center"></td>
               <td style="text-align:center" class="uinput c-wh"><input onkeyup="value=value.replace(/[^\d\.]/g,'');" id="eggs" style="height:3em;text-align:center"></td>
            </tr>
        </table>

  • 相关阅读:
    TWaver中文社区 » 关于
    RedMon Redirection Port Monitor
    dust good
    HiSpider(Hitask) is a fast and high performance spider with high speed
    42qu.com 找到给你答案的人
    yet another 牛人
    Simple Map Reduce at home
    China (googlegroups) [CPyUG:78205] 基于Python的MapReduce算法的快速构建框架
    retools 0.1 : Python Package Index
    Bloomfilter 的应用场景 黄刚的专栏 博客频道 CSDN.NET
  • 原文地址:https://www.cnblogs.com/chencheng365/p/4186427.html
Copyright © 2011-2022 走看看