updated bug修复
This commit is contained in:
commit
0a1e3db510
2
dist/relationship.min.js
vendored
2
dist/relationship.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/relationship.zh-HK.min.js
vendored
2
dist/relationship.zh-HK.min.js
vendored
File diff suppressed because one or more lines are too long
@ -51,6 +51,7 @@
|
|||||||
<h1><span class="name">中国</span><span>亲戚关系计算器</span><span class="tag">开源算法</span></h1>
|
<h1><span class="name">中国</span><span>亲戚关系计算器</span><span class="tag">开源算法</span></h1>
|
||||||
<p>逢年过节遇到三姑六婆,拒绝叫不出口的尴尬!轻松搞定亲戚关系~</p>
|
<p>逢年过节遇到三姑六婆,拒绝叫不出口的尴尬!轻松搞定亲戚关系~</p>
|
||||||
<p>当前亲戚称呼大全已收录约<b id="count">-</b>条亲戚关系</p>
|
<p>当前亲戚称呼大全已收录约<b id="count">-</b>条亲戚关系</p>
|
||||||
|
<p class="text-gray">始于2016年3月</p>
|
||||||
<div class="picture">
|
<div class="picture">
|
||||||
<img src="static/image/app.png" width="512" height="320" alt="亲戚称呼换算APP"/>
|
<img src="static/image/app.png" width="512" height="320" alt="亲戚称呼换算APP"/>
|
||||||
<a class="btn" href="/relationship/vue/" target="_blank">访问手机版</a>
|
<a class="btn" href="/relationship/vue/" target="_blank">访问手机版</a>
|
||||||
|
@ -75,7 +75,9 @@ export default {
|
|||||||
'm,m,xb,d':['舅表姨'],
|
'm,m,xb,d':['舅表姨'],
|
||||||
'm,m,xs,d':['姨姨','从母姨'],
|
'm,m,xs,d':['姨姨','从母姨'],
|
||||||
'f,[f|m],[f|m],[f,xs|m,xb],[s|d],[s|d],d':['重表姑'],
|
'f,[f|m],[f|m],[f,xs|m,xb],[s|d],[s|d],d':['重表姑'],
|
||||||
|
'f,[f|m],[f,xs|m,xb],[s|d],d':['重表姑'],
|
||||||
'm,[f|m],[f|m],[f,xs|m,xb],[s|d],[s|d],d':['重表姨'],
|
'm,[f|m],[f|m],[f,xs|m,xb],[s|d],[s|d],d':['重表姨'],
|
||||||
|
'm,[f|m],[f,xs|m,xb],[s|d],d':['重表姨'],
|
||||||
},
|
},
|
||||||
'{G0}':{
|
'{G0}':{
|
||||||
'xb':['侄'],
|
'xb':['侄'],
|
||||||
|
@ -142,9 +142,12 @@ a:hover{
|
|||||||
box-shadow: 0 1px 5px 0 rgba(0,0,0,0.03);
|
box-shadow: 0 1px 5px 0 rgba(0,0,0,0.03);
|
||||||
}
|
}
|
||||||
.mod-panel .hd p{
|
.mod-panel .hd p{
|
||||||
line-height: 26px;
|
line-height: 24px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
.mod-panel .hd p.text-gray{
|
||||||
|
color: rgba(0,0,0,0.25);
|
||||||
|
}
|
||||||
.mod-panel .hd .picture{
|
.mod-panel .hd .picture{
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
@ -291,6 +294,7 @@ a:hover{
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.mod-panel .bd .btn:hover{
|
.mod-panel .bd .btn:hover{
|
||||||
background: #e4e4e4;
|
background: #e4e4e4;
|
||||||
|
@ -51,6 +51,7 @@
|
|||||||
<h1><span class="name">中國</span><span>親戚關系計算器</span><span class="tag">開源算法</span></h1>
|
<h1><span class="name">中國</span><span>親戚關系計算器</span><span class="tag">開源算法</span></h1>
|
||||||
<p>逢年過節遇到三姑六婆,拒絕叫不出口的尷尬!輕鬆搞定親戚關系~</p>
|
<p>逢年過節遇到三姑六婆,拒絕叫不出口的尷尬!輕鬆搞定親戚關系~</p>
|
||||||
<p>當前親戚稱呼大全已收錄約<b id="count">-</b>條親戚關系</p>
|
<p>當前親戚稱呼大全已收錄約<b id="count">-</b>條親戚關系</p>
|
||||||
|
<p class="text-gray">始於2016年3月</p>
|
||||||
<div class="picture">
|
<div class="picture">
|
||||||
<img src="static/image/app.png" width="512" height="320" alt="親戚稱呼換算APP"/>
|
<img src="static/image/app.png" width="512" height="320" alt="親戚稱呼換算APP"/>
|
||||||
<a class="btn" href="/relationship/vue/" target="_blank">訪問手機版</a>
|
<a class="btn" href="/relationship/vue/" target="_blank">訪問手機版</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user