<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#dz_search {
    width: 260px;
    height: 30px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
::-webkit-input-placeholder{
    color:#ccc;
}    /* ä½¿ç”¨webkitå†…æ&nbsp;¸çš„æµè§ˆå™¨ */
:-moz-placeholder{
    color:#ccc;
}                  /* Firefoxç‰ˆæœ¬4-18 */
::-moz-placeholder{
    color:#ccc;
}                  /* Firefoxç‰ˆæœ¬19+ */
:-ms-input-placeholder{
    color:#ccc;
}           /* IEæµè§ˆå™¨ */
#dz_search input {
    width: 85%;
    height: 30px;
    font-size:14px;
    padding: 0 0 0 15px;
    border: none;
    outline:none;
}

#dz_search button {
    width: 15%;
    height: 30px;
    border: none;
    color: #fff;
    background: #c1c2c4 url("/img/dz_search.png") no-repeat center center;
    background-size: 15px 15px;
    cursor:pointer;
    outline:none;
}</pre></body></html>