1. 程式人生 > >select2 去掉邊框,及樣式自定義

select2 去掉邊框,及樣式自定義

    <style>
     
       .tesu_select { 
       position:absolute; 
       clip:rect(2px 202px 62px 2px);
        margin:11px;
        width:208px; 
        height:30px;
        line-height:24px;
        font-size:14px;
        font-weight:bold;

    }
</style>

 

 

<form:select id="worksheetField130" path="worksheetField13" class="tesu_select" >
                        <form:options items="${fns:getDictList('sanqi_worksheet_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
   </form:select>