updated 统计代码恢复
This commit is contained in:
parent
325944c97e
commit
41ad0b6289
18
index.html
18
index.html
@ -16,7 +16,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
if(location.hostname.indexOf('passer-by.com')==-1){
|
if(location.hostname.indexOf('passer-by.com')==-1){
|
||||||
//location.href = 'http://passer-by.com/';
|
location.href = 'http://passer-by.com/';
|
||||||
}else if( window.top != window.self ) {
|
}else if( window.top != window.self ) {
|
||||||
window.top.location = self.location.href;
|
window.top.location = self.location.href;
|
||||||
}
|
}
|
||||||
@ -214,8 +214,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ft">
|
<div class="ft">
|
||||||
<div class="intro">
|
<div class="article">
|
||||||
<p>亲属称谓指的是以本人为中心确定亲族成员和本人关系的名称,是基于血亲姻亲基础上的亲属之间相互称呼的名称、叫法。它是以本人为轴心的确定亲属与本人关系的标志。汉族的家族亲戚关系条理分明尊卑有序:比自己长一辈的称呼有姨姑舅叔伯,同辈的有姊妹兄弟等等,下一辈有甥侄等等。中国人由于姻亲而产生的亲戚关系相当庞杂,其派生出的各种称谓也是中华文化的一大特征。</p>
|
<p>亲属称谓指是以本人为中心确定亲族成员和本人关系的名称,是基于血亲姻亲基础上的亲属之间相互称呼的名称、叫法。它是以本人为轴心的确定亲属与本人关系的标志。汉族的家族亲戚关系条理分明尊卑有序:比自己长一辈的称呼有姨姑舅叔伯,同辈的有姊妹兄弟等等,下一辈有甥侄等等。中国人由于姻亲而产生的亲戚关系相当庞杂,其派生出的各种称谓也是中华文化的一大特征。</p>
|
||||||
<p>如今由于工作生活节奏差异,很多关系稍疏远的亲戚之间来往并不多,年龄差异长幼辈分模糊。春节拜年走亲戚时,往往会搞不清楚哪位亲戚应该喊什么称呼,很是尴尬。然而搞不清亲戚关系和亲戚称谓的不仅是小孩,就连年轻一代的大人也都常常模糊混乱。</p>
|
<p>如今由于工作生活节奏差异,很多关系稍疏远的亲戚之间来往并不多,年龄差异长幼辈分模糊。春节拜年走亲戚时,往往会搞不清楚哪位亲戚应该喊什么称呼,很是尴尬。然而搞不清亲戚关系和亲戚称谓的不仅是小孩,就连年轻一代的大人也都常常模糊混乱。</p>
|
||||||
<p>“中国亲戚关系计算器”为你避免了这种尴尬,收录了中国亲戚关系称呼大全,只需简单的输入即可算出称谓。本工具同时兼容了不同地域的叫法,你可以称呼父亲为:“老爸”、“爹地”、“老爷子”等等。让您准确的叫出亲属称谓,理清亲属之间的亲戚关系,轻松掌握中国式的亲戚关系。</p>
|
<p>“中国亲戚关系计算器”为你避免了这种尴尬,收录了中国亲戚关系称呼大全,只需简单的输入即可算出称谓。本工具同时兼容了不同地域的叫法,你可以称呼父亲为:“老爸”、“爹地”、“老爷子”等等。让您准确的叫出亲属称谓,理清亲属之间的亲戚关系,轻松掌握中国式的亲戚关系。</p>
|
||||||
</div>
|
</div>
|
||||||
@ -236,9 +236,15 @@
|
|||||||
<script type="text/javascript" src="script/relationship.js"></script>
|
<script type="text/javascript" src="script/relationship.js"></script>
|
||||||
<script type="text/javascript" src="script/index.js"></script>
|
<script type="text/javascript" src="script/index.js"></script>
|
||||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
<div style="display: none;">
|
<script>
|
||||||
<script src="https://s95.cnzz.com/z_stat.php?id=1258310068&web_id=1258310068"></script>
|
var _hmt = _hmt || [];
|
||||||
</div>
|
(function() {
|
||||||
|
var hm = document.createElement("script");
|
||||||
|
hm.src = "https://hm.baidu.com/hm.js?b86879c9cc57dd112fe1f7dd75206b82";
|
||||||
|
var s = document.getElementsByTagName("script")[0];
|
||||||
|
s.parentNode.insertBefore(hm, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
<script>
|
<script>
|
||||||
(function(){
|
(function(){
|
||||||
var bp = document.createElement('script');
|
var bp = document.createElement('script');
|
||||||
|
@ -74,11 +74,11 @@ a:hover{
|
|||||||
}
|
}
|
||||||
.mod-panel .hd{
|
.mod-panel .hd{
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
line-height: 24px;
|
line-height: 22px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.mod-panel .hd h1{
|
.mod-panel .hd h1{
|
||||||
line-height: 30px;
|
line-height: 32px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color:#212121;
|
color:#212121;
|
||||||
}
|
}
|
||||||
@ -88,7 +88,7 @@ a:hover{
|
|||||||
}
|
}
|
||||||
.mod-panel .bd{
|
.mod-panel .bd{
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
margin:0 auto 20px;
|
margin:0 auto 15px;
|
||||||
}
|
}
|
||||||
.mod-panel .bd p{
|
.mod-panel .bd p{
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -224,7 +224,7 @@ a:hover{
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
.mod-panel .ft{
|
.mod-panel .ft{
|
||||||
padding-top: 10px;
|
padding-top: 5px;
|
||||||
border-top:1px dotted #e0e0e0;
|
border-top:1px dotted #e0e0e0;
|
||||||
}
|
}
|
||||||
.mod-panel .about{
|
.mod-panel .about{
|
||||||
@ -244,8 +244,8 @@ a:hover{
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
.mod-panel .intro,.mod-panel .article{
|
.mod-panel .intro,.mod-panel .article{
|
||||||
padding: 15px 20px;
|
padding: 10px 20px;
|
||||||
margin: 15px 0;
|
margin: 10px 0;
|
||||||
background: #f5f5f6;
|
background: #f5f5f6;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user