|
@@ -342,7 +342,7 @@
|
|
|
/* 竖屏样式 */
|
|
/* 竖屏样式 */
|
|
|
@media screen and (orientation: portrait) {
|
|
@media screen and (orientation: portrait) {
|
|
|
.phone-video-box{
|
|
.phone-video-box{
|
|
|
- width:100%;height: 460rpx;
|
|
|
|
|
|
|
+ width:100%;height: 460rpx;flex-shrink: 0;
|
|
|
.kecheng-video{height: 460rpx!important;}
|
|
.kecheng-video{height: 460rpx!important;}
|
|
|
.prism-big-play-btn{left: 50%!important;margin-left: -32px;}
|
|
.prism-big-play-btn{left: 50%!important;margin-left: -32px;}
|
|
|
.prism-player .prism-progress .prism-progress-played{background-color: #3fd2a1;}
|
|
.prism-player .prism-progress .prism-progress-played{background-color: #3fd2a1;}
|
|
@@ -350,6 +350,7 @@
|
|
|
}
|
|
}
|
|
|
.master-image{width: 100%;height: 460rpx;}
|
|
.master-image{width: 100%;height: 460rpx;}
|
|
|
.kecheng-study-body{display: block;overflow-y: auto;position: relative;}
|
|
.kecheng-study-body{display: block;overflow-y: auto;position: relative;}
|
|
|
|
|
+ .kecheng-study-navBar{flex-shrink: 0;}
|
|
|
}
|
|
}
|
|
|
/* 横屏样式 */
|
|
/* 横屏样式 */
|
|
|
@media screen and (orientation: landscape) {
|
|
@media screen and (orientation: landscape) {
|