2.添加一个属性 margin: 0 auto
具体代码如下:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="IE=edge"/>
<title>Hello, HTML5</title>
<style>
/* 在此处填写叠层样式 */
body, html{
height: 100%
width: 100%
margin: 0padding: 0
}
table {
height: 80%
width: 80%/* 必须设置一个宽度, margin: 0 auto才能使之居于父组件中央*/
margin: 10px auto /* 通过设置外边距(margin)中的左右外边距属性为auto使之居于父组件(body)中间*/
}
table tr{
height: 40px
width: 100%
background-color: red
}
table>tr>td{
height: 100%width: 33.3%
background-color: red
}
</style>
<script>
/* 在此处填写JavaScript代码 */
</script>
</head>
<body>
<table>
<tr>
<td>12</td>
<td>12</td>
<td>12</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<!-- 在此处编写HTML页面 -->
</body>
</html>
首先使用Toolbar来代替ActionBar,这样我们就能够把ActionBar嵌入到我们的View体系中,然后我们"禁用"系统的statusbar,由DrawerLayout来处理statusbar,最后抽屉部分往上移,或者裁剪掉statusbar那一部分。控制Statusbar在你的value<div title="客户事件"><div id="linkbilldatagrid1" class="mini-datagrid" style="overflow-y:autoheight:90%width:100%" showTotalCount="true" allowResize="true"
url="/miniservice/service/mn.bs.framework.servlet.res_client.QueryClient_LinkBillAction" idField="id" pageSize="100">
<div property="columns">
<div name="action" headerAlign="center" align="center" renderer="onInitActionRenderer" cellStyle="padding:0">#</div>
<div field="type" headerAlign="center">单据类型</div>
<div field="subcode" headerAlign="center">单据编号</div>
<div field="complain_theme" headerAlign="center">主题</div>
<div field="srvdate" headerAlign="center">日期</div>
<div field="undistribute" headerAlign="center">未分配</div>
<div field="isfinish" headerAlign="center">处理完成</div>
<div field="isvisit" headerAlign="center">已回访</div>
<div name="pk" field="pk" >主键</div>
</div>
</div>
</div>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)