css自適應

1、頂部標題自適應html

<html>
    <head>
        <title>頂部標題</title>
        <style>
            body{padding:0;margin:0;}
        </style>
    </head>

    <div style="width:100%;height:50px;line-height:50px;background-color:rgba(35,33,31,.2);">
        <div style="width:50px;height:50px;line-height:50px;background-color:#f00;position:absolute;top:0;left:0;text-align:center;color:#fff;">返回</div>
        <div style="padding:0 60px;"><input type="text" style="width:100%;height:50px;border:1px solid black;padding:0 10px;" placeholder="請輸入檢索條件"/></div>
        <div style="width:50px;height:50px;line-height:50px;background-color:#00f;position:absolute;top:0;right:0;text-align:center;color:#fff;">檢索</div>
    </div>
</html>

相關文章
相關標籤/搜索