home.css 869 B

123456789101112131415161718192021222324
  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;}
  5. textarea{height:38px;line-height:38px;width:100%;border-radius:20px;}
  6. 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;}
  7. input{background:rgba(255,255,255,0.7);}
  8. body::after {
  9. content: "";
  10. background-image: url(%1%);
  11. opacity: 0.5;
  12. top: 0;
  13. left: 0;
  14. bottom: 0;
  15. right: 0;
  16. position: absolute;
  17. z-index: -1;
  18. background-position: center;
  19. }
  20. </style>