如何将ToolBar 样式设置Title文字水平居中
1个回答
展开全部
<!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: 0; padding: 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{
<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: 0; padding: 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{
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询