home.css 848 B

1234567891011121314151617181920212223
  1. <style>
  2. a{color:inherit;text-decoration:inherit;}.O{display:none}
  3. .se+.se:before{content:' • '}
  4. .L{line-height:1;}.G{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;}input{height:40px;width:100%;border-radius:50px;}
  5. a.icon{display:inline-block;margin:0 10px 0 10px;text-align:center;}a.icon>img{width:40px;height:40px;font-size:28px;border-radius:20px;position:relative;}a.icon>img:after{content:attr(alt);font-size:28px;display:block;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-color:#fff;}a.icon>span{display:block;overflow:hidden;height:24px;line-height:24px;}
  6. input{background:rgba(255,255,255,0.7);}
  7. body::after {
  8. content: "";
  9. background-image: url(%1%);
  10. opacity: 0.5;
  11. top: 0;
  12. left: 0;
  13. bottom: 0;
  14. right: 0;
  15. position: absolute;
  16. z-index: -1;
  17. background-position: center;
  18. }
  19. </style>