@@ -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;
+