码迷,mamicode.com
首页 > 其他好文 > 详细

<input>内容居中、去框、不可编辑等

时间:2019-04-12 21:53:44      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:code   ado   col   font   put   ext   style   center   info   

<input class="i" type="text" value="Sin(x)" readonly="readonly"/>
.i {
    font-size: 24px;
    font-weight: bold;
    border: 0px;
    outline: none;
    width:400px;
    height:50px;
    text-align:center;
}

效果:

技术图片

 

<input>内容居中、去框、不可编辑等

标签:code   ado   col   font   put   ext   style   center   info   

原文地址:https://www.cnblogs.com/linck/p/10698808.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!