Browse Source

添加文字颜色

dongjq 7 years ago
parent
commit
cdff9b03fb
1 changed files with 1 additions and 5 deletions
  1. 1 5
      testone.txt

+ 1 - 5
testone.txt

@@ -3,11 +3,7 @@ div ng-if="item.t__type == 1">
     <div class="item item-input">
         <span>{{item.name}}</span>
         <label class="input-margin">
-
-           
-
-            <input type="text" ng-model="item.text" placeholder="{{note}}" style="background-colro:black">
-
+            <input type="text" ng-model="item.text" placeholder="{{note}}" style="background-colro:black;colro:red">
         </label>
     </div>
 </div>