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.
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 bindtap="goTorule1">基础规则</text>
<text class="active">进阶规则</text>
</view>
<view class="content">
<text><text class="bold">点名豁免卡:</text>学生可以使用积分购买“点名豁免卡”,在被点名时使用,可以避免回答问题。</text>
<text><text class="bold">积分抵押典当:</text>学生可以在回答问题前使用积分进行抵押, 如果老师给分在2分以上, 积分返还并增加; 如果老师给分在2分以下, 则抵押的积分被扣除。</text>
</view>
</view>
</view>
<image class="fanhui-image" bindtap="goBack" src="/image/fanhui2.png" mode="widthFix"></image>