Browse Source

培训报名

ts-sign-up
xuesinan 4 years ago
parent
commit
2f04927f17
  1. 7
      index.html

7
index.html

@ -45,10 +45,10 @@
<div data-tname="考勤" data-pid="1433332016270811136" data-uid="1217647686598135808" data-rid="rid333" data-tid="tid444" data-did="did555" style="height:50px;width:100%">
<div data-root="p1449996929974149120" style="height:100%;width:100%;">
<div class="title"></div>
<div class="flex justify-between mt-4">
<div class="flex justify-between">
<div class="text-sm">培训报名</div>
<div>
<button id="registrationSuccess" class="nightClockBtn text-xs rounded-md py-1 px-3" style="display: none;">报名成功</button>
<!-- <button id="registrationSuccess" class="nightClockBtn text-xs rounded-md py-1 px-3" style="display: none;">报名成功</button> -->
<button id="applyBtn" class="nightClockBtn bg-blue-500 text-xs rounded-md py-1 px-3 text-white" onclick="apply()" style="display: block;">报名</button>
</div>
</div>
@ -59,7 +59,8 @@
<div class="border-2 w-full mt-2.5 p-2 text-sm" id="pxxz" style="display: none;">
<div class="flex justify-between">
<span style="color: #999999;">报名信息</span>
<span class="text-xs text-center text-white bg-blue-400 rounded-full w-10 h-5 inline-block leading-5">查看</span>
<button class="text-xs text-blue-400 border border-blue-400 rounded-full w-10 h-5">查看</button>
<!-- <span class="text-xs text-center text-white bg-blue-400 rounded-full w-10 h-5 inline-block leading-5">查看</span> -->
</div>
</div>
</div>

Loading…
Cancel
Save