首页 > 其他分享 >表格2

表格2

时间:2023-03-18 20:11:07浏览次数:34  
标签:次品 表格 仓库 良品 联系方式 名称

<!DOCTYPE html>
<html>
<head>
    <title>
        表格
    </title>
    <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">  
    <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
    <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body background="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fsafe-img.xhscdn.com%2Fbw1%2F2076f7ae-d134-4dc4-a865-af1b2029d400%3FimageView2%2F2%2Fw%2F1080%2Fformat%2Fjpg&refer=http%3A%2F%2Fsafe-img.xhscdn.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1681731460&t=95f0bb59186598c749bfb9a5ccc1973c">
    <form role="form">
    <table class="table table-condensed" border="1">
       
        <tr>
            <td>
                仓库名称:
            </td>
            <td>
                <input type="text" class="form-control" id="name" placeholder="请输入名称">
            </td>
        </tr>
        <tr>
            <td>
                联系人:
            </td>
            <td>
                <input type="text" class="form-control" id="name" placeholder="请输入名称">
            </td>
        </tr>
        <tr>
            <td>
                联系方式:
            </td>
            <td>
                <input type="text" class="form-control" id="name" placeholder="请输入名称">
            </td>
        </tr>
        <tr>
            <td>
                仓库良品:
            </td>
            <td>
                <input type="text" class="form-control" id="name" placeholder="请输入">
                次品</input>
                <input type="text" class="form-control" id="name" placeholder="请输入名称">
                良品</input>
            </td>
        </tr>
        <tr>
            <td>
                仓库状态:
            </td>
            <td>
                <input type ="radio"name=""id="">
                启用</input>
                <input type ="radio"name=""id="">
                封建</input>
            </td>
        </tr>
        
        <td>
            仓库地址:
        </td>
        <td>
            <input type="text" class="form-control" id="name" placeholder="请输入名称">
        </td>
    </tr>
    
            <td>
                仓库名称:
            </td>
            <td>
                <input type="text" class="form-control" id="name" placeholder="请输入名称">
            </td>
        </tr>
</table>
    </form>
    
</body>

</html>

  

标签:次品,表格,仓库,良品,联系方式,名称
From: https://www.cnblogs.com/hanxuyao/p/17231631.html

相关文章

  • HTML--表格
    <!DOCTYPEhtml><html><head><title>表格1</title><linkrel="stylesheet"href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.m......
  • 使用Vue自定义组件完成10×10图片表格的点击效果
    1.创建一个web项目,使用<script>引入Vue.js代码如下:<scripttype="text/javascript"src="js/vue.js"></script> 2.创建vue实例<divid="app"></div><scrip......
  • 【CSS】盒子边框 ③ ( 设置表格细线边框 | 合并相邻边框 border-collapse: collapse; )
    文章目录​​一、设置表格细线边框​​​​1、表格示例​​​​2、合并相邻边框​​​​3、完整代码示例​​一、设置表格细线边框1、表格示例给定一个HTML结构中的表格......
  • Bootstrap-table 使用说明--如何在表格td里增加一个按钮
    Bootstrap-table使用说明--如何在表格td里增加一个按钮 如何在表格td里增加一个按钮:如何在列表操作列区域添加按钮  初始化表格table.bootstrapTable--》col......
  • vue2前端导出带背景色表格 xlsx xlsx-style
    vue2+elmentui+xlsx10.0.0+xlsx-style坑有点多。xlsx10.0.0以后的版本用require导入或者使用什么导入什么,不要import*xlsx全部导入,不然jszip组件报错找不到。配......
  • 4 列表、表格、媒体元素
    4列表、表格、媒体元素4.1列表标签什么是列表列表就是信息资源的一种展示形式。它可以使信息结构化和条理化,并以列表的样式显示出来,一边浏览者能够更快捷地获得相......
  • HTML--基本的表格布局
    <!DOCTYPEhtml><html>  <head>  <title>基本的表格布局</title>  <linkrel="stylesheet"href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7......
  • 表格
    <!DOCTYPEhtml><html><head><metacharset="UTF-8"/><linkrel="stylesheet"href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.m......
  • 条纹表格布局
    <html><head><linkrel="stylesheet"href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"><scriptsrc="https......
  • 表格
    <html><head><title>1</title><linkrel="stylesheet"href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"><scriptsrc="https:/......