請問這段程式碼對應下列圖片....我想請問TextBox是有顏色,原以為他是每一個textBox去設定,實際上點開是沒有,程式碼中也沒看到相關設定,這部分顏色設定可能放在哪裡?
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">
<label for="exampleInputEmail1" class="show">標題</label>
<asp:TextBox ID="TextBox47" class="show use" runat="server" Width="80px" ReadOnly="true"></asp:TextBox>
<asp:TextBox ID="TextBox48" class="show use" runat="server" Width="80px" ReadOnly="true"></asp:TextBox>
<asp:TextBox ID="TextBox49" class="show use" runat="server" Width="80px" ReadOnly="true"></asp:TextBox>
<asp:TextBox ID="TextBox50" class="show use" runat="server" Width="80px" ReadOnly="true"></asp:TextBox>
<asp:TextBox ID="TextBox51" class="show use" runat="server" Width="80px" ReadOnly="true"></asp:TextBox>
<asp:TextBox ID="TextBox52" class="show use" runat="server" Width="80px" ReadOnly="true"></asp:TextBox>
</div>
答案在class="show use"
要去找style css中class id="show use"
裡面設定即可
ASP.NET (Web Form)的控制項,如果要搭配CSS
建議放在 "CssClass屬性"裡面
當然,翻譯後,仍是HTML標籤裡面的 class="..."