zhouna 5 years ago
parent
commit
d456e41afd
3 changed files with 5 additions and 5 deletions
  1. 2 2
      src/css/index.less
  2. 3 3
      src/css/reset.less
  3. BIN
      src/images/icon_check.png

+ 2 - 2
src/css/index.less

@@ -291,8 +291,8 @@
     input {
       border: 1px solid #E2E5EF;
       width: 300px;
-      height: 40px;
-      line-height: 40px;
+      height: 34px;
+      line-height: 34px;
       border-radius: 3px;
       margin-bottom: 30px;
       padding: 0 10px;

+ 3 - 3
src/css/reset.less

@@ -115,7 +115,7 @@ textarea {
   border-bottom: 10px solid #F5F6FA;
   font-size: 16px;
   text-indent: 20px;
-  font-weight: bold;
+  font-weight: normal;
   letter-spacing: 1px;
 }
 
@@ -208,7 +208,7 @@ textarea {
     left: 50%;
     top: 30%;
     margin-left: -200px;
-    padding-bottom: 20px;
+    padding-bottom: 34px;
     border-radius: 4px;
     overflow: hidden;
   }
@@ -328,7 +328,7 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
   line-height: 44px;
   padding-left: 15px;
   font-size: 14px;
-  font-weight: bold;
+  font-weight: normal;
   letter-spacing: 1px;
   min-width: 100px;
   p {

BIN
src/images/icon_check.png