Browse Source

add subtitle

master
filesite 1 month ago
parent
commit
a503e92e3b
  1. 3
      themes/tajian/views/site/tajian.php
  2. 1
      www/css/tajian.css
  3. 3
      www/css/tajian_index.css

3
themes/tajian/views/site/tajian.php

@ -17,12 +17,11 @@ $loginBackUrl = !empty($viewData['loginedUser']['username']) ? "/{$viewData['log
可添加B站、抖音、快手等平台的视频、直播链接,Ta荐是你的视频收纳盒,分类整理你喜欢的内容,随时快速找到它们! 可添加B站、抖音、快手等平台的视频、直播链接,Ta荐是你的视频收纳盒,分类整理你喜欢的内容,随时快速找到它们!
</p> </p>
<div class="hero-form newsletter-form field field-grouped is-revealing"> <div class="hero-form newsletter-form field field-grouped is-revealing">
<div class="control">
<a class="button button-primary button-block button-shadow" href="/site/register"> <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."> <img class="btn_icon" src="/img/favorite.png" alt="Create your favorite tajian link.">
创建聚宝盆 创建聚宝盆
</a> </a>
</div> <span class="mt10 inline-block">&nbsp;&nbsp;马上整理你喜欢的视频吧!</span>
<?php /* <?php /*
<div class="control"> <div class="control">
<a class="button button-block button-shadow" href="/site/login/?go=<?=$loginBackUrl?>"> <a class="button button-block button-shadow" href="/site/login/?go=<?=$loginBackUrl?>">

1
www/css/tajian.css

@ -1,5 +1,4 @@
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}
/* body{position:relative;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;word-break: break-all;background-color:#FFF;color:#FFF;font-size:14px;line-height:1.428571429} */
body{position:relative;font-family:"Roboto","Arial",sans-serif;background-color:#FFF;color:#000;font-size:14px;line-height:1.428571429} body{position:relative;font-family:"Roboto","Arial",sans-serif;background-color:#FFF;color:#000;font-size:14px;line-height:1.428571429}
html{scroll-behavior:smooth} html{scroll-behavior:smooth}
ul,li{list-style:none;margin:0;padding:0} ul,li{list-style:none;margin:0;padding:0}

3
www/css/tajian_index.css

@ -194,7 +194,7 @@ button,input,select,textarea,label{font-size:18px;line-height:27px}
.bubble-3 svg{width:143px} .bubble-3 svg{width:143px}
.bubble-4{top:-25px;right:-54px} .bubble-4{top:-25px;right:-54px}
.bubble-4 svg{width:104px} .bubble-4 svg{width:104px}
@media (min-width: 641px){.hero{padding-top:80px;padding-bottom:120px} @media (min-width: 641px){.hero{padding-top:20px;padding-bottom:120px}
.hero-paragraph{margin-bottom:40px;padding-left:72px;padding-right:72px} .hero-paragraph{margin-bottom:40px;padding-left:72px;padding-right:72px}
.bubble-1 svg,.bubble-2 svg,.bubble-3 svg,.bubble-4 svg{width:auto} .bubble-1 svg,.bubble-2 svg,.bubble-3 svg,.bubble-4 svg{width:auto}
.bubble-1{top:85px;left:-30px} .bubble-1{top:85px;left:-30px}
@ -295,6 +295,7 @@ main{flex:1 0 auto}
.elementNone,.hide{display:none !important} .elementNone,.hide{display:none !important}
.ml20{margin-left:20px} .ml20{margin-left:20px}
.mt10{margin-top:10px} .mt10{margin-top:10px}
.inline-block{display:inline-block}
@media (max-width:640px){ @media (max-width:640px){
.hero-title small{display:block} .hero-title small{display:block}

Loading…
Cancel
Save