[更新]更新视频组件配置,调整直播弹出样式
This commit is contained in:
@@ -23,13 +23,14 @@
|
||||
|
||||
/* 视频按钮 */
|
||||
.videoLayer-play{
|
||||
position: relative;
|
||||
position: absolute;
|
||||
width: 78rpx;
|
||||
height: 78rpx;
|
||||
left: calc(50% - 39rpx);
|
||||
top: calc(50% - 39rpx);
|
||||
opacity: 0;
|
||||
transition: all .5s;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.videoLayer-play.show{
|
||||
|
||||
Reference in New Issue
Block a user