You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
3.1 KiB
86 lines
3.1 KiB
5 years ago
|
<!--
|
||
|
* @Descripttion:
|
||
|
* @version:
|
||
|
* @Author: sueRimn
|
||
|
* @Date: 2020-09-25 08:48:50
|
||
|
* @LastEditors: sueRimn
|
||
|
* @LastEditTime: 2020-10-14 09:08:17
|
||
|
-->
|
||
|
<html>
|
||
|
<meta charset="utf-8"/>
|
||
|
<body>
|
||
|
<div class="head">
|
||
|
<img src="../../../assets/images/head.png">
|
||
|
<!-- <span>指挥员能力考评抽签</span> -->
|
||
|
<img class="ziti" src="../../../assets/images/tophead.png">
|
||
|
</div>
|
||
|
<div class="mainbox">
|
||
|
<!-- <div class="colum" style="margin-left: 13%;width: 100px;">
|
||
|
<div class="centerLefta" >
|
||
|
<div class="tanCenterbtna" id="chooseZhi">
|
||
|
<span style="background-color: #ff4d29;color:#FFF;" >序号</span>
|
||
|
<span *ngFor="let item of choujiang; let key=index" [ngClass]="{'beijicolor': chooseid ==key}" >{{item.idnum}}</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div> -->
|
||
|
<div class="colum" >
|
||
|
<div class="centerLeft" >
|
||
|
<div class="tanCenterbtn" id="chooseZhi">
|
||
|
<span style="background-color: #ff4d29;color:#FFF;" name="zhidui" data-id=`{{chooseid}}`>请选择支队</span>
|
||
|
<span name="aaa" *ngFor="let item of choujiang; let key=index" [ngClass]="{'beijicolor': chooseid ==key}" (click)="chosseZhidui(key)">{{item.name}}<img style="margin-left: 8px;display: none;" src="../../../assets/images/dui.png"></span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="colum">
|
||
|
<div class="centerLeft">
|
||
|
<div class="tanCenterbtn" id="endjieguo">
|
||
|
<span style="text-align: center;background-color: #ff4d29;color:#FFF;">抽签结果:</span>
|
||
|
<span *ngFor="let item of choujiang; let key=index" ></span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="line" style="padding-top:50px;">
|
||
|
|
||
|
<div class="content" style="text-align: center; background: url('./img/machine.png') no-repeat 50% 120px; height: 500px;">
|
||
|
|
||
|
<h1>Feel free to build your oun casino!</h1>
|
||
|
|
||
|
<div style="clear:both; padding-top: 215px;width: 335px;margin: 0 auto;">
|
||
|
<div id="machine4" class="slotMachine" style="margin-left: -65px;">
|
||
|
<div class="slot slot1">无</div>
|
||
|
<div class="slot slot1">博山区</div>
|
||
|
<div class="slot slot2">张店区</div>
|
||
|
<div class="slot slot3">周村区</div>
|
||
|
<div class="slot slot4">淄川区</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="content text-center">
|
||
|
<div id="slotMachineButtonShuffle" class="slotMachineButton" style="font-size: 25px">Shuffle!</div>
|
||
|
<div id="slotMachineButtonStop" class="slotMachineButton" style="font-size: 25px">Stop!</div>
|
||
|
</div>
|
||
|
<div class="clearfix"></div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<!-- <div class="colum" style="display: none;padding-left: 10%;margin-top: 20%;" id="end">
|
||
|
<span id="jieguo" ></span>
|
||
|
</div> -->
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|