Logo white

Zhang Zhuo / ObjectEVEComponents

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ObjectEVEComponents
  • src
  • components
  • transitionCom
  • transitionCom.css
  • 更新视频插件 -张卓
    40aa9a73
    Zhang Zhuo authored
    2021-01-06 21:12:10 +0800  
    Browse Code »
transitionCom.css 320 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.objectTransitionOther{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.objectTransition{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
}
.objectTransition>div{
    position: absolute;
    left: 0;
    top: 0;
}
.objectTransition>div>div{
    width: 100%;
}