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

<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;
}

效果:

 

posted @ 2019-04-12 21:45  IL风子  阅读(437)  评论(0编辑  收藏  举报