[問題] 輸入方塊裡面的文字樣式

作者: qazsd ( )   2017-06-22 14:28:06
<input type="text" id="search" size="12" value="Nice to meet you" />
#searchfile {
padding: 5px;
border-width: 2px;
border-color: #cccccc;
border-style: solid;
border-radius: 8px;
font-size: 16px;
background: rgba(255, 255, 255, 1) url('images/search_icon.png')
no-repeat;
}
上面如此圖:http://imgur.com/a/8U2ja
想請問要如何:
1. 改變輸入方塊裡面的文字樣式,例如淡化(opacity=0.7)、文字顏色改為紅色
2. 將輸入框方塊裡面的放大鏡(search_icon.png)靠右對齊至在輸入區域的右邊
作者: ilovekebi   2017-06-22 17:00:00
作者: kentyeh (kent)   2017-06-22 17:07:00
作者: qazsd ( )   2017-06-23 16:36:00
感謝各位大大

Links booklink

Contact Us: admin [ a t ] ucptt.com