From cf94fb2d7affead5b5e8738335d4930c81210d27 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 08 十一月 2021 18:36:46 +0800 Subject: [PATCH] search page second list --- src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue index 00c6898..211f53b 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue @@ -1595,4 +1595,16 @@ .video-box-top b { color: #fff; } + +.currentPlayer .prism-player .prism-big-play-btn { + left: 46% !important; + bottom: 39% !important; + background-size: cover; + width: 106px; + height: 106px; + .outter { + width: 106px; + height: 106px; + } +} </style> \ No newline at end of file -- Gitblit v1.8.0