Browse Source

no message

sys 3 năm trước cách đây
mục cha
commit
99c9571f3e
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      components/en-from/en-input/en-input.vue

+ 12 - 0
components/en-from/en-input/en-input.vue

@@ -5,6 +5,7 @@
         {{ label }}
       </view>
       <input
+          class="input-item"
           :name="name"
           :type="type"
           :maxlength="maxlength"
@@ -92,6 +93,17 @@ export default {
         font-size: 32rpx;
         color: #333333;
       }
+      .input-item{
+        border:none;
+        outline: none;
+        font-size: 32rpx;
+        color: #333333;
+      }
+      .input-item::placeholder{
+        color: #999999;
+        font-size: 32rpx;
+      }
+
     }
   }