Blame view

src/components/transitionCom/transitionCom.css 320 Bytes
40aa9a73   Zhang Zhuo   更新视频插件 -张卓
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%;
  }