ZZJ
2021-11-09 3db7e74be3bf1c4c239def25b51ba58acf5e2598
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -203,14 +203,14 @@
                <img
                  src="/images/shuohuang/组 801.png"
                  alt=""
                  v-if="showHand == true"
                  @click="closeHand"
                  v-if="showHand == false"
                  @click="openHand"
                />
                <img
                  src="/images/shuohuang/组 800.png"
                  alt=""
                  v-else
                  @click="openHand"
                  @click="closeHand"
                />
              </div>
            </div>
@@ -291,7 +291,7 @@
                    >{{ item.text }}
                  </span>
                  <span class="list-warn">未手比 </span>
                  <!-- <span class="list-warn">未手比 </span> -->
                </div>
              </div>
            </div>
@@ -719,6 +719,13 @@
      }
      if (text.indexOf("过分相") > -1) {
        return "blue";
      }
      if (
        text.indexOf("玩手机") > -1 ||
        text.indexOf("趴伏") > -1 ||
        text.indexOf("仰卧") > -1
      ) {
        return "red";
      }
      return "";
    },
@@ -1586,4 +1593,16 @@
.video-box-top b {
  color: #fff;
}
.currentPlayer .prism-player .prism-big-play-btn {
  left: 46% !important;
  bottom: 39% !important;
  background-size: cover;
  width: 11%;
  height: 23%;
  .outter {
    width: 100%;
    height: 100%;
  }
}
</style>