一,下拉清單: 1.文本框加長: jeesite學習筆記——頁面美化一,下拉清單: 此處文本框較短,原因是代碼中選擇的類控制為輸入迷你 将其改為輸入XLARGE後變長 jeesite學習筆記——頁面美化一,下拉清單: <div class="control-group"> <label class="control-label">專業:</label> <div class="controls"> <form:select path="major" class="input-xlarge" > <form:options items="${majorname}" itemLabel="name" itemValue="id" htmlEscape="false" /> </form:select> <span class="help-inline"><font color="red">*</font> </span> </div> </div> 2。 / *小白一個,僅留做自我學習記憶,時常修改,有不對不全之處還望不吝賜教!* /