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.

20 lines
865 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view class="container" style="background-image: url('/image/rule1背景.jpg');">
<view class="header">
<image class="title-image" src="/image/游戏规则.png" mode="widthFix"></image>
</view>
<view class="rules">
<view class="tab">
<text class="active">基础规则</text>
<text bindtap="goTorule2">进阶规则</text>
</view>
<view class="content">
<text>(1) 初始积分为0</text>
<text>(2) 每点到一次且到达课堂,即积分+1</text>
<text>(3) 点名回答问题时能够准确答复所提问的问题则加0.5分否则扣1分准备回答依据情况加0.5~3分。</text>
<text>(4) 积分越高,被点到的概率就越低。</text>
</view>
</view>
</view>
<image class="fanhui-image" bindtap="goBack" src="/image/fanhui2.png" mode="widthFix"></image>