从猫眼电影看到的一个图标

css3妙用 刷新图标

.geopos i:before {
    content: "";
    width: .8em;
    height: .8em;
    border: .14em solid #b7b7b7;
    border-top: .14em solid transparent;
    border-radius: 100%;
    position: absolute;
    top: .2em;
    -webkit-transform: rotate(45deg);
}
.geopos i:after {
    content: "";
    position: absolute;
    border: .3em solid transparent;
    border-left: .4em solid #b7b7b7;
    right: -.12em;
    top: 0;
}

 

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-12-24
  • 2021-11-28
  • 2021-10-07
  • 2021-06-22
  • 2021-08-25
  • 2021-12-16
猜你喜欢
  • 2022-01-08
  • 2021-10-19
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
相关资源
相似解决方案