| | |
| | | <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> |
| | |
| | | >{{ item.text }} |
| | | </span> |
| | | |
| | | <span class="list-warn">未手比 </span> |
| | | <!-- <span class="list-warn">未手比 </span> --> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | if (text.indexOf("过分相") > -1) { |
| | | return "blue"; |
| | | } |
| | | if ( |
| | | text.indexOf("玩手机") > -1 || |
| | | text.indexOf("趴伏") > -1 || |
| | | text.indexOf("仰卧") > -1 |
| | | ) { |
| | | return "red"; |
| | | } |
| | | return ""; |
| | | }, |
| | |
| | | .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> |