天翎MyApps技术社区 - 低代码平台 | 流程管理系统 | BPM软件

 找回密码
 注册成为天翎用户
查看: 1178|回复: 0

[javascript] 表单样式库示例

[复制链接]
smart 发表于 2020-12-16 15:08:47 | 显示全部楼层 |阅读模式
  1. //普通表单样式
  2. .mytable {
  3.         font-family: 微软雅黑, 宋体;
  4.         border-bottom: rgb(180,204,238) 2px solid;
  5.         border-left: rgb(180,204,238) 2px solid;
  6.         border-top: rgb(180,204,238) 2px solid;
  7.         border-right: rgb(180,204,238) 2px solid;
  8.         width: 800px;
  9. }
  10. .mytable tr .mytable_head_title {
  11.         font-family: 微软雅黑, 宋体;
  12.         text-align: center;
  13.         font-size: 28px;
  14.         border-bottom: rgb(180,204,238) 1px solid;
  15.         border-left: rgb(180,204,238) 1px solid;
  16.         border-top: rgb(180,204,238) 1px solid;
  17.         border-right: rgb(180,204,238) 1px solid;
  18. }
  19. .mytable tr .mytable_td_title {
  20.         font-family: 微软雅黑, 宋体;
  21.         text-align: right;
  22.         width:15%;
  23.         background-color:#dbe5f1;
  24.         color:black;
  25.         font-size: 14px;
  26.         border-bottom: rgb(180,204,238) 1px solid;
  27.         border-left: rgb(180,204,238) 1px solid;
  28.         border-top: rgb(180,204,238) 1px solid;
  29.         border-right: rgb(180,204,238) 1px solid;
  30. }
  31. .mytable tr .mytable_td_title font {
  32.         color: red;
  33. }
  34. .mytable tr .mytable_td_content {
  35.         font-family: 微软雅黑, 宋体;
  36.         text-align: left;
  37.         width: 35%;
  38.         background-color:white;
  39.         border-bottom: rgb(180,204,238) 1px solid;
  40.         border-left: rgb(180,204,238) 1px solid;
  41.         border-top: rgb(180,204,238) 1px solid;
  42.         border-right: rgb(180,204,238) 1px solid;
  43. }

  44. //查询表单样式
  45. .mytable {
  46.         font-family: 微软雅黑, 宋体;
  47.         border: 0px;
  48.         padding: 0px;
  49.         margin: 0px;
  50.         width: 100%
  51. }
  52. .mytable tr .td_title{
  53.         font-family: 微软雅黑, 宋体;
  54.         text-align: right;
  55.         color:black;
  56.         font-size: 14px;
  57. }
  58. .mytable tr .td_content{
  59.         font-family: 微软雅黑, 宋体;
  60.         text-align: left;
  61. }

  62. //项目开发表单模板
  63. <table class="mytable" border="0" cellspacing="0" cellpadding="0" align="center">
  64.     <tbody>
  65.                 <tr>
  66.             <td class="mytable_head_title" colspan="4">资金请款申请</td>
  67.         </tr>
  68.         <tr>
  69.             <td class="mytable_td_title" nowrap="noWrap"><font>*</font>请款单号:</td>
  70.             <td class="mytable_td_content">&nbsp;</td>
  71.             <td class="mytable_td_title" nowrap="noWrap">制单日期:</td>
  72.             <td class="mytable_td_content">&nbsp;</td>
  73.         </tr>
  74.         <tr>
  75.             <td class="mytable_td_title" nowrap="noWrap">制单人:</td>
  76.             <td class="mytable_td_content">&nbsp;</td>
  77.             <td class="mytable_td_title" nowrap="noWrap">材料类别:</td>
  78.             <td class="mytable_td_content">&nbsp;</td>
  79.         </tr>
  80.     </tbody>
  81. </table>

  82. //项目查询表单模板
  83. <table class="mytable" border="0" cellspacing="0" cellpadding="0" align="left">
  84.     <tbody>
  85.         <tr>
  86.             <td class="td_title" nowrap="noWrap">销售客户:</td>
  87.             <td class="td_content">&nbsp;</td>
  88.             <td class="td_title" nowrap="noWrap">调整类型:</td>
  89.             <td class="td_content">&nbsp;</td>
  90.             <td class="td_title" nowrap="noWrap"></td>
  91.             <td class="td_content">&nbsp;</td>
  92.         </tr>
  93.     </tbody>
  94. </table>
复制代码

本版积分规则

QQ|手机版|天翎MyApps技术社区 ( 粤ICP备11093750号 )

GMT+8, 2026-8-12 04:42

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表