- //普通表单样式
- .mytable {
- font-family: 微软雅黑, 宋体;
- border-bottom: rgb(180,204,238) 2px solid;
- border-left: rgb(180,204,238) 2px solid;
- border-top: rgb(180,204,238) 2px solid;
- border-right: rgb(180,204,238) 2px solid;
- width: 800px;
- }
- .mytable tr .mytable_head_title {
- font-family: 微软雅黑, 宋体;
- text-align: center;
- font-size: 28px;
- border-bottom: rgb(180,204,238) 1px solid;
- border-left: rgb(180,204,238) 1px solid;
- border-top: rgb(180,204,238) 1px solid;
- border-right: rgb(180,204,238) 1px solid;
- }
- .mytable tr .mytable_td_title {
- font-family: 微软雅黑, 宋体;
- text-align: right;
- width:15%;
- background-color:#dbe5f1;
- color:black;
- font-size: 14px;
- border-bottom: rgb(180,204,238) 1px solid;
- border-left: rgb(180,204,238) 1px solid;
- border-top: rgb(180,204,238) 1px solid;
- border-right: rgb(180,204,238) 1px solid;
- }
- .mytable tr .mytable_td_title font {
- color: red;
- }
- .mytable tr .mytable_td_content {
- font-family: 微软雅黑, 宋体;
- text-align: left;
- width: 35%;
- background-color:white;
- border-bottom: rgb(180,204,238) 1px solid;
- border-left: rgb(180,204,238) 1px solid;
- border-top: rgb(180,204,238) 1px solid;
- border-right: rgb(180,204,238) 1px solid;
- }
- //查询表单样式
- .mytable {
- font-family: 微软雅黑, 宋体;
- border: 0px;
- padding: 0px;
- margin: 0px;
- width: 100%
- }
- .mytable tr .td_title{
- font-family: 微软雅黑, 宋体;
- text-align: right;
- color:black;
- font-size: 14px;
- }
- .mytable tr .td_content{
- font-family: 微软雅黑, 宋体;
- text-align: left;
- }
- //项目开发表单模板
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
资金请款申请 |
*请款单号: |
|
制单日期: |
|
制单人: |
|
材料类别: |
|
- //项目查询表单模板
-
-
-
-
-
-
-
-
-
-
复制代码 |