index.wxss 809 B

1
  1. .content{background-color:#f1f1f1}.swiper-box{width:100vw;height:56.25vw}.swiper-box .image{width:100%}.sticky-top{position:-webkit-sticky;position:sticky;top:0;left:0;background-color:#4fc08d;z-index:10;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-right:3%}.sticky-top .top-search{-webkit-box-flex:1;-webkit-flex:1;flex:1}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;left:0;background-color:#fff;z-index:10}.fadeIn{-webkit-animation:fadeIn 5s linear 2s infinite alternate;animation:fadeIn 5s linear 2s infinite alternate}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}