Browse Source

index of tajian update

master
filesite 7 months ago
parent
commit
07a6191e11
  1. 13
      themes/tajian/views/layout/index.php
  2. 11
      themes/tajian/views/site/tajian.php
  3. 1
      www/css/tajian.css
  4. BIN
      www/img/share.png

13
themes/tajian/views/layout/index.php

@ -19,11 +19,14 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use @@ -19,11 +19,14 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
</head>
<body>
<div class="app_recommend" id="app_recommend">
<header class="top_nav elementBlock vercenter">
<a class="log_tn clearfix" href="/">
<header class="top_nav">
<a class="log_tn clearfix" href="/" title="<?php echo $pageTitle; ?>">
<span class="verMiddle">Ta荐</span>
- TaJian.tv
</a>
<div class="right_class_tn">
<a class="connect_me_tn" href="https://github.com/filesite-io/machete" target="_blank" title="从GitHub下载Machete源码"><img src="/img/download.png" alt="下载Machete源码" class="downicon">下载源码</a>
</div>
</header>
<?php
@ -35,17 +38,17 @@ if (!empty($viewFile) && file_exists($viewFile)) { @@ -35,17 +38,17 @@ if (!empty($viewFile) && file_exists($viewFile)) {
<div class="footer">
<div class="copyright">
<?php if (!empty(FSC::$app['config']['theme'])) { ?>
<?php /*if (!empty(FSC::$app['config']['theme'])) { ?>
Theme name <strong><?php echo FSC::$app['config']['theme']; ?></strong>
<br>
<?php } ?>
<?php }*/ ?>
<a href="https://filesite.io" target="_blank">&copy;FileSite.io</a> 2022 - execute time: {page_time_cost} ms
<br>
数据采集由
<a href="https://herounion.filesite.io" target="_blank">HeroUnion英雄联盟</a>
提供技术支持
<br>
从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a> 快速克隆本站
从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a> 部署到本地
</div>
</div>
</div><!--app_recommend-->

11
themes/tajian/views/site/tajian.php

@ -12,6 +12,11 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use @@ -12,6 +12,11 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
?>
<style>
body{background-color:#e5f1f3}
.footer{border-top:1px solid #DDD;padding-top:20px}
.top_nav{padding-left:20%;padding-right:20%}
@media screen and (max-width:480px) {
.top_nav{padding-left:22px;padding-right:22px}
}
</style>
<main class="tajian_index">
<h1 class="h1title vercenter">
@ -28,10 +33,10 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use @@ -28,10 +33,10 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
</a>
</div>
<div class="downbtn">
<a href="https://github.com/filesite-io/machete" target="_blank">
<img src="/img/download.png" alt="Download machete source code" width="100">
<a href="###">
<img src="/img/share.png" alt="Download machete source code" width="100">
<br>
下载源码
获取分享链接
</a>
</div>
</div>

1
www/css/tajian.css

@ -41,6 +41,7 @@ a:link{text-decoration:none;} @@ -41,6 +41,7 @@ a:link{text-decoration:none;}
.tajian_index .lh18{line-height:1.8}
.tajian_index .kfwx{float:right;border-radius:6px}
.tajian_index .loginbtn{border:1px solid #50509d;background-color:#50509d;color:#FFF;padding:3px 10px;border-radius:4px}
.downicon{vertical-align:bottom}
/* 首页 start*/
.g_app_lay{padding:56px 0 0 200px;}

BIN
www/img/share.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Loading…
Cancel
Save