xiaogang 3 年之前
父節點
當前提交
ca23608859
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      public/web/css/register.less
  2. 1 1
      public/web/register.html

+ 2 - 2
public/web/css/register.less

xqd xqd
@@ -108,7 +108,7 @@ body {
       background-color: transparent;
       -webkit-appearance:none;
       border: 2px solid #979797;
-      border-radius: 2px;
+      border-radius: 12px;
       outline: none;
     }
     .checkbox input[type='checkbox']:checked{
@@ -139,4 +139,4 @@ body {
     font-size: .56rem;
     box-shadow: 0 0 8px #ff7b398a;
   }
-}
+}

+ 1 - 1
public/web/register.html

xqd
@@ -70,7 +70,7 @@
         </div>
         <!-- 协议 -->
         <div class="protocol">
-            <label class="checkbox"><input id="chk" class="chk" type="checkbox"/></label>
+            <label class="checkbox"><input id="chk" class="chk" type="checkbox"/><img class="icon-img" src="./images/check.png"></label>
             <p class="txt xiey">登录即表示同意<a href="javascript:void(0)">《用户协议》</a>和<a href="javascript:void(0)">《隐私协议》</a></p>
         </div>
         <!-- 提交 -->