• 点击右上角三杠,可以搜索、查看菜单

全站通知:

Widget:抽卡模拟器

来自江湖悠悠WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

<style> .jh{color:#7D9665} .wj{color:#AA5544} .jt{color:#5D8DB2} .ms{color:#4DBDB6} .tx{color:#DBAD69} .sy{color:#DB859E} .ay{color:#6E5E71} .gachabtn{width: 95px;height: 40px;font-size: 15px;border: 1px solid #3d9c96; background: #44a69f;box-shadow: 0 3px 10px rgb(68,166,159,.5);color: #fff;font-weight: bold;margin-top: 30px;margin-left:5px;border-radius: 6px;} .gachabtn:hover{border: 1px solid #32817B;background: #32817B;box-shadow: 0 3px 10px rgb(68,166,159,.5);} </style>

<body>

<fieldset style="width: 350px;"> <legend>选择黑白棋</legend> <input id="white" type="radio" name="pieceColr" value="1" checked onclick='colorClick(1)'> <label for="white">白棋</label>
<input id="black" type="radio" name="pieceColr" value="0" onclick='colorClick(0)'> <label for="black">黑棋</label>
</fieldset>

<fieldset style="width: 200px;margin-left:5px;"> <legend>是否使用腰带</legend> <input id="beltone" type="radio" name="belt" value="0" checked> <label for="beltone">不使用</label>
<input id="belttwo" type="radio" name="belt" value="1"> <label for="belttwo">使用</label>
</fieldset>

<fieldset style="width: 200px;margin-left:5px;"> <legend>白棋心愿单</legend>

门派未等于4 心愿单不生效

<label> <input id="beltone" type="checkbox" name="whiteDesire" value="0" onclick="desireClick()">江湖</label>
<label> <input id="beltone" type="checkbox" name="whiteDesire" value="1" onclick="desireClick()">问酒山庄</label>
<label> <input id="beltone" type="checkbox" name="whiteDesire" value="2" onclick="desireClick()">惊涛门</label>
<label> <input id="beltone" type="checkbox" name="whiteDesire" value="3" onclick="desireClick()">莫思楼</label>
<label> <input id="beltone" type="checkbox" name="whiteDesire" value="4" onclick="desireClick()">天信门</label>
<label> <input id="beltone" type="checkbox" name="whiteDesire" value="5" onclick="desireClick()">锁月楼</label>
<label> <input id="beltone" type="checkbox" name="whiteDesire" value="6" onclick="desireClick()">暗影阁</label>
</fieldset>


<button id="one" class="gachabtn" onclick="roll(1)">单抽</button> <button id="ten" class="gachabtn" onclick="roll(10)">十连</button>

       <button id="ten" class="gachabtn" onclick="roll(0)">重置</button>
   <fieldset style="float: left;margin-left: 5px">

<legend>消耗棋子</legend>

</fieldset> <fieldset style="float: left;margin-left: 5px"> <legend>抽卡次数</legend>

   </fieldset>
   <fieldset style="float: left;width: 150px;margin-left: 5px">

<legend>本次抽卡统计</legend>

   </fieldset>

<fieldset style="margin-right: 5px;float: left;width: 550px;height: 250px;padding: 0 0.5em 0.5em;"> <legend>上品武学统计</legend>

</fieldset> <fieldset style="margin-right: 5px;float: left;width: 590px;height: 250px;padding: 0 0.5em 0.5em;"> <legend>中品武学统计</legend>

</fieldset> <fieldset style="margin-right: 5px;float: left;width: 570px;height: 150px;padding: 0 0.5em 0.5em;"> <legend>下品武学统计</legend>

</fieldset> <fieldset style="margin-right: 5px;float: left;width: 570px;height: 150px;padding: 0 0.5em 0.5em;"> <legend>残页武学统计</legend>

</fieldset>

</body>

<script src="https://wiki.biligame.com/jhyy/MediaWiki:Gacha.js?action=raw&ctype=text/javascript"></script> <script> </script>