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> <body>
<div class="wrapper"> <div class="wrapper">
<div class="header"> <div class="header">
<div class="mod-head"> <div class="inner">
<a href="/">返回首页 &gt;&gt;</a> <div class="mod-head">
<a href="/">返回首页 &gt;&gt;</a>
</div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div class="content"> <div class="inner">
<div class="mod-panel"> <div class="mod-panel">
<div class="hd"> <div class="hd">
<h1>中国亲戚关系计算器</h1> <h1>中国亲戚关系计算器</h1>

View File

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