首页 > 其他分享 >仓库

仓库

时间:2023-03-18 19:55:35浏览次数:34  
标签:Row1 仓库 nbsp Column1 Column3 Column2

 1 <html>
 2     <head>
 3 
 4         <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">  
 5         <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
 6         <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
 7         </head>
 8     <body background="https://pic.cnblogs.com/avatar/3087207/20230215131144.png">
 9     <tbody>
10       <table class="table table-bordered">
11             <thead>
12                 <tr class="success">
13                 <th>Column1</th> 
14                 <th>Column2</th>
15                 <th>Column3</th>
16                 </tr>
17                 </thead>
18          
19                 <tr class="success">
20                     <th>Row1,Column1<input type="radio"></th>
21                     <th>Row1,Column2</th>
22                     <th>Row1,Column3</th>
23                     </tr>
24 
25                     <tr class="success">
26                         <th>Row2,Column1<input type="radio"></th>
27                         <th>Row2,Column2</th>
28                         <th>Row2,Column3</th>
29                         </tr>
30                      
31                         <tr class="success">
32                             <th>Row3,Column1<input type="radio"></th>
33                             <th>Row3,Column2</th>
34                             <th>Row3,Column3</th>
35                             </tr>
36 
37                             <tr class="danger">
38                                 <th>Row4,Column1<input type="radio"></th>
39                                 <th>Row4,Column2</th>
40                                 <th>Row4,Column3</th>
41                                 </tr>
42 
43                                 <tr class="warning">
44                                     <th>Row5,Column1<input type="radio"></th>
45                                     <th>Row5,Column2</th>
46                                     <th>Row5,Column3</th>
47                                     </tr>
48         </tbody>
49     </table>
50 
51     <table border="2" align="center">
52         <tr>
53             <td>仓库名称</td>
54             <td><input type = "password"></td>
55         </tr>
56         <tr>
57             <td>联系人</td>
58             <td><input></td>
59         </tr>
60         <tr>
61             <td>联系方式:</td>
62             <td><input></td>
63         </tr>
64         <tr>
65             <td>仓库良品</td>
66             <td align ="center"><input type="checkbox" name="" id="">良品&nbsp<input type="checkbox" name="" id="">次品</td>
67         </tr>
68         <tr>
69             <td>仓库状态</td>
70             <td align ="center"><input type="checkbox" name="" id="">启用&nbsp<input type="checkbox" name="" id="">封建</td>
71         </tr>
72         <tr>
73            <td>仓库表面干的</td>
74             <td><input></td>
75         </tr> 
76         <tr>
77             <td>仓库背地里干的</td>
78              <td><input></td>
79          </tr> 
80         <tr>
81             <td>仓库是否合法</td>
82             <td align ="center"><input type="checkbox" name="" id="">合法&nbsp<input type="checkbox" name="" id="">不合法</td>
83         </tr>
84     </body>>
85 </html>

 

标签:Row1,仓库,nbsp,Column1,Column3,Column2
From: https://www.cnblogs.com/wangyanbo111/p/17231594.html

相关文章

  • 仓库清单
    <html><head> <title>表格</title> <linkrel="stylesheet"href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <scriptsrc="h......
  • docker仓库
    Harbor - 企业级 Docker 私有仓库一 、安装底层需求  Python应该是2.7或更高版本  Docker引擎应为1.10或更高版本  DockerCompose需要为1.6.0或更高版本......
  • 【转】git将子目录拆分独立仓库并保存提交记录
    原文:https://blog.csdn.net/afgasdg/article/details/113113697 ----------------git将子目录拆分独立仓库并保存提交记录1.需求说明项目原来很大,将多个子模块柔和在......
  • C#/NET公共库项目,批量打Nuget包,并上传到私有包管理仓库
    参考文章:https://www.cnblogs.com/yilezhu/p/12591174.html 以下是目前个人使用的脚本:与参考文章不同的是,每次打包完成一个项目即推送到包管理平台。 参考文件夹结......
  • 《Linux就该这么学》-配置主机名,网卡信息,YUM仓库
    1.配置主机名编辑/etc/hostname文件,然后使用$hostname命令检查2.配置网卡信息(1)编辑/etc/sysconfig/network-scripts中的网卡设备设备类型:TYPE=Ethernet设备分配模式:BO......
  • docker搭建私有仓库
    搭建私有仓库目的:有时候网络问题使用公共仓库上传或者下载镜像速度过慢甚至超时,搭建私有仓库通过公司内网进行上传或者下载镜像速度较快,且内部应用镜像存放在私有仓库安全......
  • HTML5智慧仓库Web3D可视化管理平台
    随着5G技术的不断普及,万物互联已经不再遥远。近年来,随着电商业务的飞速发展,仓储物流的压力也越来越大,电子商务的订单不同于一般的B2B订单,其中一个最大的特点就是碎片化严重......
  • maven配置公司远程私有仓库
    1、在本地maven的 settings.xml 配置使用公司maven仓库时,配置个人账号,在 servers 节点增加配置(需要则配置,不需要则跳过)<server><id>pds-repo</id><usernam......
  • 解决raw.githubusercontent.com无法访问的问题(picgo+github配置图床图片不显示,但仓库
    解决raw.githubusercontent.com无法访问的问题(picgo+github配置图床图片不显示,但仓库已存储成功)关于如何配置picgo+github图床参考我的这篇文章:https://www.cnblogs.com/r......
  • P5250 木材仓库
    萌新的第一篇题解题意就是往一个仓库里放不同长度的木材。然后维护这个仓库。这里其实定义一个Set然后对它进行维护就好了。关于Set这里不详细展开讲了,请自行百度了解......