Blame view

public/hbs/common/captcha.hbs 954 Bytes
htoooth authored
1
htoooth authored
2 3 4 5 6 7 8
<div class="img-check">
    <div class="img-check-header">
        <span>请将下列图片点击翻转至正确方向</span>
        <a class="img-check-refresh">换一批</a>
    </div>
    <div class="img-check-main">
        <ul class="img-check-pics">
姜枫 authored
9 10 11 12
            <li class="img-check-pic" data-val="0" style="background-image:url('{{image2 images}}');"></li>
            <li class="img-check-pic" data-val="0" style="background-image:url('{{image2 images}}');"></li>
            <li class="img-check-pic" data-val="0" style="background-image:url('{{image2 images}}');"></li>
            <li class="img-check-pic last-child" data-val="0" style="background-image:url('{{image2 images}}');"></li>
htoooth authored
13
        </ul>
htoooth authored
14 15 16 17 18

        <span class="img-check-tip hide">
             <i class="iconfont">&#xe61f;</i>
             <em>请将图形验证码翻转至正确方向</em>
        </span>
htoooth authored
19
    </div>
htoooth authored
20
htoooth authored
21
    <input id="yohobuy" type="text" class="hide">
htoooth authored
22
</div>