Browse Source

add build site button

master
filesite 6 months ago
parent
commit
1f521d32da
  1. 11
      themes/tajian/views/site/tajian.php
  2. 1
      www/css/tajian_index.css

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

@ -17,8 +17,7 @@ $loginBackUrl = !empty($viewData['loginedUser']['username']) ? "/{$viewData['log @@ -17,8 +17,7 @@ $loginBackUrl = !empty($viewData['loginedUser']['username']) ? "/{$viewData['log
可添加B站、抖音、快手等平台的视频、直播链接,Ta荐是你的视频收纳盒,分类整理你喜欢的内容,随时快速找到它们!
</p>
<div class="hero-form newsletter-form field field-grouped is-revealing">
<div class="control control-expanded_">
<?php /*<input class="input" type="email" name="email" placeholder="Your best email…">*/ ?>
<div class="control">
<a class="button button-primary button-block button-shadow" href="/site/register">
<img class="btn_icon" src="/img/favorite.png" alt="Create your favorite tajian link.">
创建聚宝盆
@ -30,6 +29,12 @@ $loginBackUrl = !empty($viewData['loginedUser']['username']) ? "/{$viewData['log @@ -30,6 +29,12 @@ $loginBackUrl = !empty($viewData['loginedUser']['username']) ? "/{$viewData['log
分享给朋友
</a>
</div>
<div class="control">
<a class="button button-block button-shadow button-cool" href="#contact">
<img class="btn_icon" src="/img/video-play.svg" alt="搭建视频网站">
搭建视频站
</a>
</div>
</div>
<div class="hero-browser">
<div class="bubble-3 is-revealing">
@ -221,7 +226,7 @@ $loginBackUrl = !empty($viewData['loginedUser']['username']) ? "/{$viewData['log @@ -221,7 +226,7 @@ $loginBackUrl = !empty($viewData['loginedUser']['username']) ? "/{$viewData['log
<p class="text-sm">B站(bilibili)、抖音、快手、西瓜视频,其它<strong>任何网址</strong>(限VIP使用)</p>
</div>
</div>
<div class="feature is-revealing">
<div class="feature is-revealing" id="contact">
<div class="feature-inner">
<div class="feature-icon">
<svg width="80" height="80" xmlns="https://www.w3.org/2000/svg">

1
www/css/tajian_index.css

@ -168,6 +168,7 @@ button,input,select,textarea,label{font-size:18px;line-height:27px} @@ -168,6 +168,7 @@ button,input,select,textarea,label{font-size:18px;line-height:27px}
.button-primary{background:#2e83ef;background:linear-gradient(65deg, #1274ED 0, #4992F0 100%)}
.button-primary:hover{background:#3386ef;background:linear-gradient(65deg, #1777ed 0, #4e95f0 100%)}
.button-block{display:flex}
.button-cool{background-color:#444;color:#FFF !important}
.site-header{position:relative;padding:24px 0}
.site-header::before{content:'';position:absolute;top:0;left:16%;width:84%;height:500px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4MCIgaGVpZ2h0PSI2NTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik03MzEuMjA3IDY0OS44MDJDOTM1LjQ4NCA2NDIuMTQgMTQ4MCAzMzcuMzI1IDE0ODAgMTgwLjg4OGMwLTE1Ni40MzgtMzA5Ljc0NC0zNi4wNTUtNzIwLTM2LjA1NVMwLTE3NC40ODMgMCAxMzUuMTQ0YzAgMzA5LjYyNyA1MjYuOTMgNTIyLjMyIDczMS4yMDcgNTE0LjY1OHoiIGZpbGw9IiNGNkY4RkEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);background-size:1140px 500px;background-repeat:no-repeat}
.site-header-inner{position:relative;display:flex;justify-content:space-between;align-items:center}

Loading…
Cancel
Save