zoukankan      html  css  js  c++  java
  • dede 最近一天发布的文章标题前加hot

    {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/]" /> </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;
       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: "5b8b4f53";
    }
    

     效果

     

  • 相关阅读:
    HDU.6681.Rikka with Cake(欧拉公式 树状数组)
    Codeforces.449C.Willem, Chtholly and Seniorious(ODT)
    2017-2018 ACM-ICPC, Asia Daejeon Regional Contest (E,G,H,I,K)
    CF GYM.101987A.Circuits(线段树)
    2018-2019 ACM-ICPC Nordic Collegiate Programming Contest (NCPC 2018)
    220
    219
    218
    217
    216
  • 原文地址:https://www.cnblogs.com/yupingfengsan/p/4790774.html
Copyright © 2011-2022 走看看