BF-202205051124\Administrator %!s(int64=3) %!d(string=hai) anos
pai
achega
d14f8faf7b
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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;
+      }
+
     }
   }