可能是大家都喜欢看小姐姐的原因,很多人都找我搜索页 “点我看小姐姐视频”的代码,不给把加微信问我要我也不好拒绝,今天直接把代码给你们安排上了。祝大家免年大吉,事事顺心。
首先来看一下“点我看小姐姐视频”的效果:(搜索任何东西即可在右侧查盾):
演示效果:
直接上代码:
<div class="textwidget custom-html-widget"> <section id="xiaojiejie"> <style>#player { margin: 1px auto; max-width: 100%; border-radius: 10px; display: block; } #xjjsp { display: none; } #ckxjj,#gbxjj { width: 100%; height: 40px; border: none; background-color: #4387fd; color: #fff; margin-top: 1px; border-radius: 5px; font-size: 18px; cursor: pointer; transition: 0.2s; } #ckxjj:hover,#gbxjj:hover { background-color: #4387fd; } .kzsp { width: 100%; display: flex; justify-content: space-between; } .kzsp>button { border: none; height: 40px; padding: 0 30px; font-size: 16px; background-color: #4387fd; border-radius: 10px; color: #fff; transition: 0.3s; cursor: pointer; } .kzsp>button:active { background-color: #4387fd; }</style> <div class="xiaojiejie"> <button type="button" id="ckxjj" style="display: none;">点我看小姐姐视频</button> <div id="xjjsp" style="display: block;"> <video id="player" src="https://api.woeo.net/API/api-girl/index.php" controls="" alt="小姐姐视频"></video> <div class="kzsp"><button id="switch">连续: 开</button><button id="next">下一个</button></div> <button type="button" id="gbxjj">关闭视频</button></div> <script type="text/javascript" src="https://www.xinfangs.com/wp-content/themes/Aliyun/js/xjj.js"></script> </div></section></div>