updated 添加条数估计
This commit is contained in:
parent
9daa55aaf9
commit
fdd8417ae0
@ -29,7 +29,7 @@
|
||||
<div class="header">
|
||||
<div class="inner">
|
||||
<div class="mod-head">
|
||||
<div class="bd">
|
||||
<div class="bd">
|
||||
<a class="btn btn-blue" href="/relationship/vue/" target="_blank">手机版</a>
|
||||
<a class="btn" href="/">返回首页</a>
|
||||
</div>
|
||||
@ -42,6 +42,7 @@
|
||||
<div class="hd">
|
||||
<h1>中国亲戚关系计算器</h1>
|
||||
<p>逢年过节遇到三姑六婆,拒绝叫不出口的尴尬!轻松搞定亲戚关系~</p>
|
||||
<p>当前已收录约<b>1400</b>条亲戚关系</p>
|
||||
</div>
|
||||
<div class="bd">
|
||||
<div class="row">
|
||||
|
@ -73,15 +73,19 @@ a:hover{
|
||||
width: 100%;
|
||||
}
|
||||
.mod-panel .hd{
|
||||
padding-top: 25px;
|
||||
margin-bottom: 30px;
|
||||
line-height: 30px;
|
||||
padding: 15px 0;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
.mod-panel .hd h1{
|
||||
line-height: 30px;
|
||||
font-size: 24px;
|
||||
color:#212121;
|
||||
}
|
||||
.mod-panel .hd b{
|
||||
margin: 0 3px;
|
||||
color: #fd7474;
|
||||
}
|
||||
.mod-panel .bd{
|
||||
max-width: 500px;
|
||||
margin:0 auto 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user