熱評
加載中...
當前位置:首頁技術館建站教學二開美化【Wordpress】添加一個時光軸頁面

【Wordpress】添加一個時光軸頁面

文本是《WordPress(共53篇)》專題的第 35 篇。閱讀本文前,建議先閱讀前面的文章:

使用教學

第一步:進入後台–>新建頁面或者寫文章(隨便你,一般建議建在頁面裏)

第二步:進入編輯頁面 —> 添加區塊 —> 格式 —> 自定義HTML —> 粘貼代碼到裡面

【Wordpress】添加一個時光軸頁面

HTML
<html>
<head>
<style type="text/css">
.point-time {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 17px;
  left: 20%;
  background: #1c87bf;
  margin-left: -4px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}

.text-red {
  color: #f6393f;
}

.text-blue {
  color: #1c87bf;
}

.text-green {
  color: #95c91e;
}

.text-yellow {
  color: #ffb902;
}

.text-purple {
  color: #d32d93;
}

.point-red {
  background-color: #f6393f;
}

.point-blue {
  background-color: #1c87bf;
}

.point-green {
  background-color: #95c91e;
}

.point-yellow {
  background-color: #ffb902;
}

.point-purple {
  background-color: #d32d93;
}
.content article {
  position: relative;
}
.content article > h3 {
  width: 15%;
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 1.4em;
  color: #1d1d1d;
  padding: 10px 0 20px;
}
.content article section {
  padding: 0 0 17px;
  position: relative;
}
.content article section:before {
  content: "";
  width: 5px;
  top: 17px;
  bottom: -17px;
  left: 20%;
  background: #e6e6e6;
  position: absolute;
}
.content article section:last-child:before {
  display: none;
}
.content article section time {
  width: 15%;
  display: block;
  position: absolute;
}
.content article section time > span {
  display: block;
  text-align: right;
}
.content article section aside {
  color: #3a3a38;
  margin-left: 25%;
  padding-bottom: 15px;
}
.content article section .brief {
  color: #9f9f9f;
}
</style>
</head>
<body>
<div class="content">
  <article>
    <h3>2020</h3>
    <section>
      <span class="point-time point-yellow"></span>
      <time datetime="2020-10">
        <span>十月</span>
        <span>2020</span>
      </time>
      <aside>
        <p class="things">天氣冷了,記得多穿點衣服!</p>
        <p class="brief"><span class="text-yellow">遠方的你</span>(I LOVE YOU)</p>
      </aside>
    </section>
    <section>
      <span class="point-time point-red"></span>
      <time datetime="2020-09">
        <span>March</span>
        <span>2020</span>
      </time>
      <aside>
        <p class="things">You reached 500 followers on Twitter</p>
        <p class="brief"><span class="text-red">Social Appearance</span></p>
      </aside>
    </section>
  </article>
        <!--分隔符-->
  <article>
    <h3>2019</h3>
    <section>
      <span class="point-time point-green"></span>
      <time datetime="2019-12">
        <span>December</span>
        <span>2019</span>
      </time>
      <aside>
        <p class="things">Visitor at Maketing Live 2012</p>
        <p class="brief"><span class="text-green">Conference</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-green"></span>
      <time datetime="2019-11">
        <span>November</span>
        <span>2019</span>
      </time>
      <aside>
        <p class="things">Visitor at Daily web 2019</p>
        <p class="brief"><span class="text-green">Conference</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-red"></span>
      <time datetime="2019-09">
        <span>September</span>
        <span>2019</span>
      </time>
      <aside>
        <p class="things">You reached 500 followers on Dribbble</p>
        <p class="brief"><span class="text-red">Social Appearance</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-blue"></span>
      <time datetime="2019-08">
        <span>August</span>
        <span>2019</span>
      </time>
      <aside>
        <p class="things">New job position as Senior Designer at Fantasy Interactive</p>
        <p class="brief"><span class="text-blue">Working Experience</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-red"></span>
      <time datetime="2019-03">
        <span>March</span>
        <span>2019</span>
      </time>
      <aside>
        <p class="things">Speaker at ASMO conference</p>
        <p class="brief"><span class="text-red">Conference</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-blue"></span>
      <time datetime="2019-02">
        <span>February</span>
        <span>2019</span>
      </time>
      <aside>
        <p class="things">You added new skills to job position Junior Designer at Fantasy Interactive</p>
        <p class="brief"><span class="text-blue">Working Experience</span></p>
      </aside>
    </section>
  </article>
</div>
</body>
</html>

效果演示

2020

2019

AngelaL博客

       本文是原創文章,採用CC BY-NC-SA 4.0協議,完整轉載請註明來自AngelaL博客

給TA打賞
共{{data.count}}人
人已打賞
二開美化

【Wordpress】訪問記錄外掛程式

2025-3-2 16:05:12

二開美化

【Wordpress】後台怎麼讓文章/分類/頁面/標籤顯示ID

2025-3-2 20:59:09

0 條回复 A文章作者 M管理员
    
    暫無討論,說說你的看法吧
個人中心
購物車
優惠劵
今日簽到
有新私信 私信列表
搜索