Heim  >  Artikel  >  Web-Frontend  >  dede 最近一天发布的文章标题前加hot_html/css_WEB-ITnose

dede 最近一天发布的文章标题前加hot_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:37:191101Durchsuche

{dede:list pagesize ='15'}                		<!-- 模板1 -->			<div class="news_list tp_a setp1">            			  <p class="title [field:pubdate runphp='yes']              $aa=strftime('%m-%d',@me);              $ntime = time();              $tagtime = @me;              $day1 = 3600 * 24 * 1;              if($tagtime > $ntime-$day1) @me = 'hot';              else @me = "";              [/field:pubdate]">                             [field:pubdate runphp='yes']              $aa=strftime('%m-%d',@me);              $ntime = time();              $tagtime = @me;              $day1 = 3600 * 24 * 1;              if($tagtime > $ntime-$day1) @me = '<span>热</span>';              else @me = "";              [/field:pubdate]                                                <a target="_blank" href="[field:arcurl/]">[field:title/]</a></p>				<a target="_blank" href="[field:arcurl/]" class="thum1">					<img  src="[field:picname/]" / alt="dede 最近一天发布的文章标题前加hot_html/css_WEB-ITnose" >				</a>				<p class="txt">					<a target="_blank" href="[field:arcurl/]">                    [field:description function="cn_substr(@me,200)"/]...[详情]                    </a>				</p>				<span class="source">[field:pubdate function="GetDateTimeMK(@me)" /] 来源:[field:source/]</span>			</div>			<!-- 模板1 -->	{/dede:list}

  css

.news_list .title.hot{  text-indent: 20px;  position: relative;}.news_list .title.hot span{  text-indent: 0;  position: absolute;  display: block;  left: 0;  top: 21px;  width: 18px;  height: 18px;  line-height: 16px;  font-size: 12px;  color: #ffffff;  border: 1px solid #E10400;  background-color: #FF4200;  border-radius: 2px;  text-align: center;  font-family: "\5b8b\4f53";}

 效果

 

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn