Skip to content

Commit

Permalink
Correct RTHK time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigto Chan committed Aug 2, 2020
1 parent 6c9c95a commit 73612cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 85 deletions.
84 changes: 2 additions & 82 deletions RTHK.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>

</div>

<!-- 第一回合 陈词与质询-->
<!-- 第一回合 陈词-->
<div class="container-fluid" style="position: relative">
<div class="row text-center margin-top-sm">
<h1>正方一辩陈词</h1>
Expand Down Expand Up @@ -114,51 +114,10 @@ <h1 id="timedown1"></h1>
</div>
</div>

</div>

<div class="container-fluid" style="position: relative">
<div class="row text-center margin-top-sm">
<h1>反方一辩对正方一辩进行质询</h1>
</div>
<div class="row margin-top-md">
<div class="col-lg-5">
<div>
<div class="clearfix">
<img src="assets/images/zheng.png" alt="..." class="img-circle bianfang_image pull-right">
<!-- <h1 class="pull-right bian_name_left"><strong>从未得到</strong>更可悲</h1> -->
</div>
<!-- <p class="daibiao_left">武汉大学</p> -->
</div>
</div>
<div class="col-lg-2 text-center">
<img src="assets/images/vs_white.png" style="height:100px;" alt="">
</div>
<div class="col-lg-5">
<div>
<div class="clearfix">
<img src="assets/images/fan.png" alt="..." class="img-circle bianfang_image pull-left">
<!-- <h1 class="pull-left bian_name_right"><strong>得而复失</strong>更可悲</h1> -->
</div>
<!-- <p class="daibiao_right">西安交通大学</p> -->
</div>
</div>
</div>

<div class="row">
<div class="col-lg-12 text-center">
<h1 id="timedown1_1"></h1>
<button id="beginBtn1_1" class="btn btn-primary btn-xs">开始</button>
<button id="stopBtn1_1" class="btn btn-primary btn-xs">停止</button>
<button id="resetBtn1_1" class="btn btn-primary btn-xs">重置</button>
</div>
</div>


</div>
<!-- 第一回合结束 -->


<!-- 第二回合 陈词与质询-->
<!-- 第二回合 陈词-->
<div class="container-fluid" style="position: relative">
<div class="row text-center margin-top-sm">
<h1>反方一辩陈词</h1>
Expand Down Expand Up @@ -196,45 +155,6 @@ <h1 id="timedown2"></h1>
</div>
</div>

</div>

<div class="container-fluid" style="position: relative">
<div class="row text-center margin-top-sm">
<h1>正方一辩对反方一辩进行质询</h1>
</div>
<div class="row margin-top-md">
<div class="col-lg-5">
<div>
<div class="clearfix">
<img src="assets/images/zheng.png" alt="..." class="img-circle bianfang_image pull-right">
<!-- <h1 class="pull-right bian_name_left"><strong>从未得到</strong>更可悲</h1> -->
</div>
<!-- <p class="daibiao_left">武汉大学</p> -->
</div>
</div>
<div class="col-lg-2 text-center">
<img src="assets/images/vs_white.png" style="height:100px;" alt="">
</div>
<div class="col-lg-5">
<div>
<div class="clearfix">
<img src="assets/images/fan.png" alt="..." class="img-circle bianfang_image pull-left">
<!-- <h1 class="pull-left bian_name_right"><strong>得而复失</strong>更可悲</h1> -->
</div>
<!-- <p class="daibiao_right">西安交通大学</p> -->
</div>
</div>
</div>

<div class="row">
<div class="col-lg-12 text-center">
<h1 id="timedown2_1"></h1>
<button id="beginBtn2_1" class="btn btn-primary btn-xs">开始</button>
<button id="stopBtn2_1" class="btn btn-primary btn-xs">停止</button>
<button id="resetBtn2_1" class="btn btn-primary btn-xs">重置</button>
</div>
</div>

</div>
<!-- 第二回合结束 -->

Expand Down
6 changes: 3 additions & 3 deletions assets/scripts/timedown/RTHK.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ define(function(require,exports,module){


$("#timedown2").custimer({ //反一陈词
time_length:210,
time_length:240,
begin_btn_id:"beginBtn2",
stop_btn_id:"stopBtn2",
reset_btn_id: 'resetBtn2',
Expand Down Expand Up @@ -340,7 +340,7 @@ define(function(require,exports,module){
});

$("#timedown45").custimer({
time_length:90,
time_length:60,
begin_btn_id:"beginBtn45",
stop_btn_id:"stopBtn45",
reset_btn_id: 'resetBtn45',
Expand All @@ -349,7 +349,7 @@ define(function(require,exports,module){
});

$("#timedown45_1").custimer({
time_length:90,
time_length:60,
begin_btn_id:"beginBtn45_1",
stop_btn_id:"stopBtn45_1",
reset_btn_id: 'resetBtn45_1',
Expand Down

0 comments on commit 73612cb

Please sign in to comment.