×

注意!页面内容来自https://member.bilibili.com/platform/home,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<>.skeleton-warp{ position: fixed; left: 0; top: 0; width: 100vw; min-width: 1220px; height: 100vh; background: #fafafa; overflow-y: hidden; overflow-x: scroll; } .skeleton-warp .head{ background: #fff;height: 60px;width: 100%;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);position: relative;z-index: 10;display: flex;align-items: center } .skeleton-warp .head .logo{ width: 151px;height: 26px;margin-left: 32px;background: #ececec } .skeleton-warp .head .logo2{ width: 52px;height: 24px;margin-left: 32px;background: #ececec } .skeleton-warp .main-warp{ display: flex;height: 100% } .skeleton-warp .main-warp .side-bar{ background: #fff;width: 200px;height: 100%;border-right: 1px solid #f4f4f4; } .skeleton-warp .main-warp .side-bar .btn{ width: 136px;height: 41px;margin: 24px 32px 17px 32px;background: #ececec; } .skeleton-warp .main-warp .side-bar .menu{ margin-left: 32px; } .skeleton-warp .main-warp .side-bar .menu .menu-item{ display: flex;align-items: center;height: 46px; } .skeleton-warp .main-warp .side-bar .menu .menu-item .icon{ width: 24px;height: 24px;background: #ececec;border-radius: 50%; } .skeleton-warp .main-warp .side-bar .menu .menu-item .text{ width: 90px;height: 24px;margin-left:20px;background: #ececec; } .skeleton-warp .main-warp .content-warp { width:100%;min-width: 1124px; } .skeleton-warp .main-warp .content-warp .content { margin:0 auto; } .skeleton-warp .main-warp .content-warp .block { width: 100%;height: 240px;margin-top:16px;background: #e1e1e1 } .skeleton-warp .flow { position: relative; } .skeleton-warp .flow:after { content: ''; position: absolute; left: 0; top: 5%; bottom: 5%; width: 50%; background: linear-gradient(90degrgba(2552552550)rgba(2552552550.49)rgba(2552552550)); animation: flow 1s infinite linear alternate ; } @keyframes flow { from { transform: translateX(0%); } to { transform: translateX(100%); } }