代码如下 | 复制代码 |
<body style="background:#000"> <style> .input_search { width:199px; height:16px; border:0px; font-size:12px; color:#000000;} .str_seatext {width:230px; height:50px; padding:5px; color:#fff; position:relative; z-index:0;} .str_seatext div.bj{background:#fff; position:absolute; z-index:-1; left:0; top:0; height:100%; width:100%; opacity:0.3; filter:alpha(opacity=30);} </style> <div class="str_seatext"> name:<input type="text" name="textfield" id="textfield" class="input_search"/> <div class="bj"></div> </div> </body> |
时间: 2024-11-10 12:37:50