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