Authored by 王水玲

添加隐私政策

... ... @@ -31,7 +31,9 @@
<div data-userverify="{{captchaShow}}" data-geetest="{{useGeetest}}" id="js-img-check"{{#unless useGeetest}} class="full-img-verify"{{/unless}}></div>
<button id="regBtn" class="reg-btn" type="button">注册</button>
<div class="protocol">
注册即表示您已阅读并同意<a href="/service/qaDetail?keyword=服务条款&sonId=197" title="Yoho!Buy有货服务条款" target="_blank">Yoho!Buy有货服务条款</a>
注册即表示您已阅读并同意<br>
<a href="/service/qaDetail?keyword=服务条款&sonId=197" title="Yoho!Buy有货服务条款" target="_blank">Yoho!Buy有货服务条款</a>
<a href="/service/qaDetail?keyword=隐私政策&sonId=318" title="Yoho!Buy有货隐私政策" target="_blank">Yoho!Buy有货隐私政策</a>
</div>
</form>
</div>
... ...
... ... @@ -163,7 +163,7 @@ $disableGray: #b0b0b0;
.protocol {
width: 100%;
text-align: center;
text-align: left;
margin-top: 20px;
font-size: 16px;
color: #444;
... ... @@ -172,6 +172,8 @@ $disableGray: #b0b0b0;
font-size: 16px;
color: #c00;
text-decoration: underline;
margin: 10px 10px 0 0;
display: inline-block;
}
}
}
... ...