updated 样式微调

This commit is contained in:
mumuy 2021-10-28 18:01:18 +08:00
parent a234097b80
commit 2247021f26
2 changed files with 11 additions and 9 deletions

View File

@ -27,12 +27,14 @@
<body>
<div class="wrapper">
<div class="header">
<div class="inner">
<div class="mod-head">
<a href="/">返回首页 &gt;&gt;</a>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="inner">
<div class="mod-panel">
<div class="hd">
<h1>中国亲戚关系计算器</h1>

View File

@ -6,7 +6,6 @@ body{
height: 100%;
font-size: 14px;
font-family: Arial,Helvetica,"Microsoft Yahei";
background: #fdfdfd;
color:#757575;
}
button, input {
@ -24,13 +23,14 @@ a:hover{
}
.wrapper{
max-width: 740px;
margin: 0 auto;
_width: 740px;
background: #fdfdfd;
}
.container{
padding: 0 15px;
margin-bottom: 30px;
padding: 0 15px 30px;
}
.inner{
max-width: 720px;
margin: 0 auto;
}
.mod-head{