如何用html把文字框外觀格式設為只顯示底部的橫線

來源:互聯網
上載者:User

標籤:images   port   max   class   absolute   cal   search   外觀   css   

 

 html把文字框外觀格式設為只顯示底部的橫線

<style>input[type=‘text‘]{background:none;border:none;border-bottom:1px solid #ddd;}//所有input框類型為text的.inp{background:none;border:none;border-bottom:1px solid #ddd;}</style><input type="number" value="" class="inp"/>

參考:https://zhidao.baidu.com/question/1242984244365752339.html

 

設定圖片置中

<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<style> *{ padding:0px; margin:0px; font-family:"微軟雅黑"; } .homeback { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; right: 0px; margin-left: auto; margin-right: auto; z-index: -1; } .div2 { position: absolute; } @media screen and (max-width: 1100px) { /*當螢幕尺寸小於1100px時,應用下面的CSS樣式*/ .icontype { width:40%;margin-top:20%;margin-left:30% } .grouptype { width:50%;margin-top:60%;margin-left:25% } .checktype { width: 35%; margin-top: 90%; margin-left: 58% } .searchtype { width: 30%; margin-top: 68%; margin-left: 33% } } @media screen and (min-width: 1100px) { /*當螢幕尺寸大於1100px時,應用下面的CSS樣式*/ .icontype { width: 30%; margin-top: 5%; margin-left: 35% } .grouptype { width: 30%; margin-top: 25%; margin-left: 35% } .checktype { width: 20%; margin-top: 40%; margin-left: 58% } .searchtype { width: 15%; margin-top: 32%; margin-left: 42% } } .input2{ border: none; background: none; border-bottom: solid 1px #0c0c0c; } </style>
        <img class="homeback" src="../Images/ECheck/背景拷貝.png" />        <img class="div2 icontype" src="../Images/ECheck/icon.png" />

 

如何用html把文字框外觀格式設為只顯示底部的橫線

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.