26 lines
350 B
Plaintext
26 lines
350 B
Plaintext
/* packageE/video_question/watch/watch.wxss */
|
|
.playView image {
|
|
width: 100vw;
|
|
}
|
|
|
|
.playView video {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.playView {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
icon {
|
|
position: absolute;
|
|
top: 45%;
|
|
left: 45%;
|
|
font-size: 96rpx !important;
|
|
color: #999;
|
|
}
|