Authored by 王水玲

Merge branch 'feature/protocol' into 'release/6.8.4'

注册页添加隐私政策



See merge request !1643
@@ -31,7 +31,9 @@ @@ -31,7 +31,9 @@
31 <div data-userverify="{{captchaShow}}" data-geetest="{{useGeetest}}" id="js-img-check"{{#unless useGeetest}} class="full-img-verify"{{/unless}}></div> 31 <div data-userverify="{{captchaShow}}" data-geetest="{{useGeetest}}" id="js-img-check"{{#unless useGeetest}} class="full-img-verify"{{/unless}}></div>
32 <button id="regBtn" class="reg-btn" type="button">注册</button> 32 <button id="regBtn" class="reg-btn" type="button">注册</button>
33 <div class="protocol"> 33 <div class="protocol">
34 - 注册即表示您已阅读并同意<a href="/service/qaDetail?keyword=服务条款&sonId=197" title="Yoho!Buy有货服务条款" target="_blank">Yoho!Buy有货服务条款</a> 34 + 注册即表示您已阅读并同意<br>
  35 + <a href="/service/qaDetail?keyword=服务条款&sonId=197" title="Yoho!Buy有货服务条款" target="_blank">Yoho!Buy有货服务条款</a>
  36 + <a href="/service/qaDetail?sonId=352&parentId=250" title="Yoho!Buy有货隐私政策" target="_blank">Yoho!Buy有货隐私政策</a>
35 </div> 37 </div>
36 </form> 38 </form>
37 </div> 39 </div>
@@ -163,7 +163,7 @@ $disableGray: #b0b0b0; @@ -163,7 +163,7 @@ $disableGray: #b0b0b0;
163 163
164 .protocol { 164 .protocol {
165 width: 100%; 165 width: 100%;
166 - text-align: center; 166 + text-align: left;
167 margin-top: 20px; 167 margin-top: 20px;
168 font-size: 16px; 168 font-size: 16px;
169 color: #444; 169 color: #444;
@@ -172,6 +172,8 @@ $disableGray: #b0b0b0; @@ -172,6 +172,8 @@ $disableGray: #b0b0b0;
172 font-size: 16px; 172 font-size: 16px;
173 color: #c00; 173 color: #c00;
174 text-decoration: underline; 174 text-decoration: underline;
  175 + margin: 10px 10px 0 0;
  176 + display: inline-block;
175 } 177 }
176 } 178 }
177 } 179 }