updated 广告调整
This commit is contained in:
parent
335dd64d65
commit
e99d51b1e8
33
index.html
33
index.html
@ -12,7 +12,7 @@
|
||||
<title>中国亲戚关系计算器</title>
|
||||
<meta name="keywords" content="家庭称谓,亲戚称呼,亲戚称谓,亲戚叫法,亲戚关系计算器,亲戚计算器,称呼计算器,親戚關係稱呼,亲戚关系大全,叫什么,什么关系">
|
||||
<meta name="description" content="一款最全面精准的中国亲戚关系计算器,走亲访友,逢年过节必备神器。它避免了叫错、不会叫亲戚的尴尬,人人必备家庭教育工具。">
|
||||
<link rel="stylesheet" href="style/index.css">
|
||||
<link rel="stylesheet" href="style/index.css?v=20200127">
|
||||
<script type="text/javascript">
|
||||
setTimeout(function(){
|
||||
if(location.hostname.indexOf('passer-by.com')==-1){
|
||||
@ -210,7 +210,36 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="ft">
|
||||
<script type="text/javascript">var jd_union_unid="2023958634",jd_ad_ids="507:6",jd_union_pid="CLWzn8TkLxDq0IzFBxoAIOGzmarAniIqAA==";var jd_width=0;var jd_height=0;var jd_union_euid="";var p="ABMGUBtfFAEVAGVEH0hfIlgRRgYlXVZaCCsfSlpMWGVEH0hfIhkIGBtVcWhSNXNBcl5SWSNfHHFncUFZF2sQAhMGUhlSHAIVN1YaWBcKFg5SGV4lMk1DCEZrXmwTNwpfBkgyEgBQG1IdBxAAXR1eHTITN2Ur";</script><script type="text/javascript" charset="utf-8" src="//u-x.jd.com/static/js/auto.js"></script>
|
||||
<div class="banner">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="80" align="center"><img src="https://p1.ssl.qhimg.com//t01c4ee94dd7651736c.png" alt="360安全卫士" width="40" height="40" title="360安全卫士"></td>
|
||||
<td><p class="name">360安全卫士</p></td>
|
||||
<td><p>大安全时代,提供全面安全服务</p></td>
|
||||
<td><p><a class="download" href="https://dl.360safe.com/netunion/20140425/360safe+322990+yq.exe">下载电脑版</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="80" align="center"><img src="https://p2.ssl.qhimg.com//t012c87c89566386cb6.png" alt="360杀毒" width="40" height="40" title="360杀毒"></td>
|
||||
<td><p class="name">360杀毒</p></td>
|
||||
<td><p>一键扫描,全面诊断,彻底杀毒,拦截广告</p></td>
|
||||
<td><p><a class="download" href="https://dl.360safe.com/netunion/20140425/360sd_322990.exe">下载电脑版</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="80" align="center"><img src="https://p5.ssl.qhimg.com//t01462cd0aa6775c6cf.png" alt="360安全浏览器" width="40" height="40" title="360安全浏览器"></td>
|
||||
<td><p class="name">360安全浏览器</p></td>
|
||||
<td><p>全面守护上网安全,防病毒网站,防隐私泄露</p></td>
|
||||
<td><p><a class="download" href="https://dl.360safe.com/netunion/20140425/360se+322990+yq.exe">下载电脑版</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="80" align="center"><img src="https://p2.qhimg.com/dmt/100_72_/t01f853b192de5e2223.png" alt="360压缩" width="40" height="40" title="360压缩"></td>
|
||||
<td><p class="name">360压缩</p></td>
|
||||
<td><p>永久免费、安全、高效</p></td>
|
||||
<td><p><a class="download" href="https://dl.360safe.com/netunion/20140425/360zip_yqlm_322990.exe">下载电脑版</a></p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="intro">
|
||||
<p>由于工作生活节奏不同,如今很多关系稍疏远的亲戚之间来往并不多。因此放假回家过年时,往往会搞不清楚哪位亲戚应该喊什么称呼,很是尴尬。然而搞不清亲戚关系和亲戚称谓的不仅是小孩,就连年轻一代的大人也都常常模糊混乱。</p>
|
||||
<p>“中国亲戚关系计算器”为你避免了这种尴尬,只需简单的输入即可算出称谓。输入框兼容了不同的叫法,你可以称呼父亲为:“老爸”、“爹地”、“老爷子”等等,方面不同地域的习惯叫法。</p>
|
||||
|
@ -264,6 +264,41 @@ a:hover{
|
||||
.mod-panel .intro p.a{
|
||||
color: #666;
|
||||
}
|
||||
.mod-panel table {
|
||||
width: 100%;
|
||||
border: 1px solid #cee1ee;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.mod-panel tr {
|
||||
border-bottom: 1px solid #cee1ee;
|
||||
line-height: 24px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.mod-panel tr td {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
padding: 5px 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.mod-panel tr p.name{
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.mod-panel tr .download{
|
||||
display: inline-block;
|
||||
padding: 0 15px;
|
||||
background: #32ccc8;
|
||||
color: #fff;
|
||||
line-height: 32px;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.mod-panel tr .download:hover{
|
||||
background: #2e9e9b;
|
||||
}
|
||||
|
||||
.mod-qrcode{
|
||||
position: fixed;
|
||||
@ -319,6 +354,10 @@ a:hover{
|
||||
margin-bottom: 5px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.mod-panel .banner{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mod-qrcode{
|
||||
position: static;
|
||||
margin-bottom: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user