瀏覽代碼

fix:login框中图片更新及去除注释css代码

liyangbin 2 年之前
父節點
當前提交
449678f19e
共有 2 個文件被更改,包括 11 次插入21 次删除
  1. 4 2
      assets/images/common/tip_bg.svg
  2. 7 19
      components/LoginBar.vue

+ 4 - 2
assets/images/common/tip_bg.svg

@@ -1,3 +1,5 @@
-<svg width="250" height="91" viewBox="0 0 250 91" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M246 0C248.209 0 250 1.79086 250 4V80C250 82.2091 248.209 84 246 84H133.097C131.897 84 130.761 84.5385 130.001 85.467L125.774 90.6333C125.374 91.1223 124.626 91.1223 124.226 90.6333L119.999 85.467C119.239 84.5385 118.103 84 116.903 84H4C1.79086 84 0 82.2091 0 80V4C0 1.79086 1.79085 0 4 0H246Z" fill="black"/>
+<svg width="282" height="84" viewBox="0 0 282 84" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect width="282" height="78" rx="4" fill="black" fill-opacity="0.6"/>
+<path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M141 84L147 78H135L141 84Z" fill="black"/>
+
 </svg>

+ 7 - 19
components/LoginBar.vue

@@ -383,7 +383,7 @@ export default {
               <div>
                 <span class="w-14px text-12px leading-18px">1.&nbsp;</span>
                 <span class="text-12px leading-18px"> 
-                  APP端绑定手机号:我的 - 账号管理 - 账号绑定
+                  APP端绑定手机号:我的-账号管理- 账号绑定
                 </span>
               </div>
               <div>
@@ -513,13 +513,6 @@ export default {
       clear: both;
       margin-top: 15px;
     }
-    // input:focus {
-    //   outline: none;
-    //   border-color: rgb(233, 54, 54);
-    // }
-    // input:checked{ 
-    //   background: url(http://cn-file.17pdf.com/website/index/ic_checkbox_selected.png) no-repeat 0px 0px;
-    // }
     .login_input_user {
       height: 60px;
       width: 360px;
@@ -529,7 +522,6 @@ export default {
       padding-top: 16px;
       line-height: 44px;
       outline:none;
-      // background: url(http://cn-file.17pdf.com/website/account/ic_login_inputuser.png) no-repeat 0px 28px;
     }
     .login_input_user_span {
       background: url(http://cn-file.17pdf.com/website/account/ic_login_inputuser.png) no-repeat;
@@ -546,7 +538,6 @@ export default {
       padding-top: 16px;
       line-height: 44px;
       outline:none;
-      // background:url(http://cn-file.17pdf.com/website/account/ic_login_inputpassword.png) no-repeat 0px 28px;
     }
     .login_input_password_span{
       background:url(http://cn-file.17pdf.com/website/account/ic_login_inputpassword.png) no-repeat
@@ -682,19 +673,19 @@ export default {
         left: 50%;
         bottom: 30px;
         transform: translateX(-50%);
-        width: 250px;
-        padding: 30px 4px 10px 13px;
+        width: 284px;
+        height: 84px;
+        padding-top: 12px;
+        padding-bottom: 18px;
+        padding-left: 10px;
         background: url('~/assets/images/common/tip_bg.svg') center bottom no-repeat;
         border-radius: 4px;
         text-align: left;
         div {
           display: flex;
           font-size: 12px;
-          line-height: 14px;
+          line-height: 18px;
           color: #FFFFFF;
-          & + div {
-            margin-top: 9px;
-          }
         }
       }
     }
@@ -801,7 +792,6 @@ export default {
       padding-top: 16px;
       line-height: 44px;
       outline:none;
-      // background: url(http://cn-file.17pdf.com/website/account/ic_login_inputuser.png) no-repeat 0px 28px;
     }
     .getbackpwd_input_user:-webkit-autofill {
       box-shadow: 0 0 0px 1000px white inset;
@@ -940,7 +930,6 @@ export default {
       padding-top: 16px;
       line-height: 44px;
       outline:none;
-      // background: url(http://cn-file.17pdf.com/website/account/ic_login_inputpassword.png) no-repeat 0px 28px;
     }
     .getbackpwd_input_pwd:-webkit-autofill {
       box-shadow: 0 0 0px 1000px white inset;
@@ -958,7 +947,6 @@ export default {
       line-height: 44px;
       float: left;
       outline:none;
-      // background: url(http://cn-file.17pdf.com/website/account/ic_login_input_code.png) no-repeat 0px 28px;
     }
     .getbackpwd_input_vcodes:-webkit-autofill {
       box-shadow: 0 0 0px 1000px white inset;