时光轴

站长随笔2年前更新 电商目录
12,377 0
<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><span class="text-yellow">2021</span></h3>
  <section>
      <span class="point-time point-yellow"></span>
      <time datetime="2021-04">
        <span>4月05号</span>
      </time>
      <aside>
        <p class="things"><span class="text-yellow">2016年4月5号开始建站</span></p>
        <p class="brief"><span class="text-green">壳壳</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-yellow"></span>
      <time datetime="2021-03">
        <span>3月24号</span>
      </time>
      <aside>
        <p class="things"><span class="text-yellow">2021年3月24号购买腾讯云2年服务器,购买后当日迁移网站(因为宝塔活动有代金券)</span></p>
        <p class="brief"><span class="text-green">壳壳博客</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-yellow"></span>
      <time datetime="2021-02">
        <span>2月24号</span>
      </time>
      <aside>
        <p class="things"><span class="text-yellow">2021年2月24号购买OneNav主题(vieu感觉做不长就购买了功能不错的OneNav主题,和我预想的一样vieu作者跑路了)</span></p>
        <p class="brief"><span class="text-green">壳壳博客</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-yellow"></span>
      <time datetime="2021-02">
        <span>2月10号</span>
      </time>
      <aside>
        <p class="things"><span class="text-yellow">2021年2月10号购买属于自己的服务器(以前用的别人宝塔,感觉 不安全就自己出资买了阿里云一年服务器)</span></p>
        <p class="brief"><span class="text-green">壳壳博客</span></p>
      </aside>
    </section>
  </article>
        <!--分隔符-->
  <article>
    <h3><span class="text-green">2020</span></h3>
    <section>
      <span class="point-time point-green"></span>
      <time datetime="2020-10">
        <span>10月14号</span>
      </time>
      <aside>
        <p class="things"><span class="text-green">2020年10月14购买正式博客域名:kkok.cc(之前用的域名是:iezw.cc)</span></p>
        <p class="brief"><span class="text-yellow">壳壳网络</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-green"></span>
      <time datetime="2020-09">
        <span>9月03号</span>
      </time>
      <aside>
        <p class="things"><span class="text-green">2020年9月3号壳壳博客正式成立正常运营</span></p>
        <p class="brief"><span class="text-yellow">壳壳网络</span></p>
      </aside>
    </section>
    <section>
      <span class="point-time point-green"></span>
      <time datetime="2020-09">
        <span>9月03号</span>
      </time>
      <aside>
        <p class="things"><span class="text-green">2020年9月3号购买了一款博客程序主题vieu主题</span></p>
        <p class="brief"><span class="text-yellow">壳壳网络</span></p>
      </aside>
    </section>
</div>
</body>
</html>

 

© 版权声明

相关文章

暂无评论

您必须登录才能参与评论!
立即登录
none
暂无评论...