|
@@ -71,7 +71,13 @@
|
|
<!-- 协议 -->
|
|
<!-- 协议 -->
|
|
<div class="protocol">
|
|
<div class="protocol">
|
|
<label class="checkbox">
|
|
<label class="checkbox">
|
|
- <input id="check1" class="chk" type="checkbox"/>
|
|
|
|
|
|
+ <span id="check1" class="chk" style="width: 0.56rem;
|
|
|
|
+ height: 0.56rem;
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ -webkit-appearance: none;
|
|
|
|
+ border: 2px solid #979797;
|
|
|
|
+ border-radius: 12px;
|
|
|
|
+ outline: none;"></span>
|
|
<img id="check2" class="icon-img" src="./images/check.png" style="width: 0.56rem; height: 0.56rem; display: none">
|
|
<img id="check2" class="icon-img" src="./images/check.png" style="width: 0.56rem; height: 0.56rem; display: none">
|
|
</label>
|
|
</label>
|
|
<p class="txt xiey">登录即表示同意<a href="javascript:void(0)">《用户协议》</a>和<a href="javascript:void(0)">《隐私协议》</a></p>
|
|
<p class="txt xiey">登录即表示同意<a href="javascript:void(0)">《用户协议》</a>和<a href="javascript:void(0)">《隐私协议》</a></p>
|