Browse Source

add demo link

master
filesite 7 months ago
parent
commit
7b3257a6d1
  1. 2
      themes/tajian/views/my/tags.php
  2. 1
      themes/tajian/views/site/register.php
  3. 2
      themes/tajian/views/site/tajian.php
  4. 1
      www/css/tajian.css

2
themes/tajian/views/my/tags.php

@ -5,7 +5,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use @@ -5,7 +5,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
$linkPrefix = '/' . FSC::$app['user_id'];
}
?><main class="g_main_lay">
<form class="g_form_style mt65" id="tags_form" action="" method="POST">
<form class="g_form_style mt65 pb30" id="tags_form" action="" method="POST">
<?php if (!empty($viewData['tags'])) {
$tagsTotal = 0;

1
themes/tajian/views/site/register.php

@ -35,5 +35,6 @@ @@ -35,5 +35,6 @@
</a>
</span>
</div>
<div class="mt20 vercenter"><a href="/1000/" target="_blank">点我体验,先看看收藏夹长什么样?</a></div>
</form>
</main>

2
themes/tajian/views/site/tajian.php

@ -35,7 +35,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use @@ -35,7 +35,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
<h3 class="h3title pl20">使用方法</h3>
<div class="pl20 lh18">
1. 点上面“创建专属收藏夹”,
1. 点上面“创建专属收藏夹”<a href="/1000/" target="_blank">点我体验</a>
<br>&nbsp;&nbsp;&nbsp;&nbsp;用手机号码 + 邀请码(朋友手机号码末6位)<a href="/site/register/" class="loginbtn">注册</a>
<br class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;还可以加客服微信索要注册邀请码

1
www/css/tajian.css

@ -289,6 +289,7 @@ body.layout_index{background-color:#e5f1f3} @@ -289,6 +289,7 @@ body.layout_index{background-color:#e5f1f3}
.mt10,.layout_index .mt10{margin-top:10px}
.mt20{margin-top:20px}
.ml20,.layout_index .ml20{margin-left:20px}
.pb30{padding-bottom:30px}
.layout_index .pl20{padding-left:20px}
.layout_index .pt20{padding-top:20px}
.layout_index .lh18{line-height:1.8}

Loading…
Cancel
Save