争渡,争渡,惊起一滩鸥鹭

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

 

     

 

 

const InnerScroll = styled.div`
width: 410px;
height: 514px;
color: #000000;
font-size: 13px;
text-align: left;
line-height: 22px;
`
const OuterScroll = styled.div`
position: absolute; left: 0;
overflow-x: hidden;
overflow-y: scroll;
div::-webkit-scrollbar {
display: none;
}
`
const OuterScrollTwo = styled.div`
width: 410px;
height: 514px;
position: relative;
overflow: hidden;
`

 

posted on 2018-09-29 10:48  争渡~  阅读(1022)  评论(0编辑  收藏  举报