博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
设置input框文字垂直居中和宽度
阅读量:6759 次
发布时间:2019-06-26

本文共 436 字,大约阅读时间需要 1 分钟。

input {
solid #999;height:22px; background:#ffffff; line-height:22px; margin:0px; padding:0px;/*表单输入框内文字居中*/ vertical-align:middle;/*表单控件上下居中对齐*/}

 设置input的宽度和高度

.input{ width:300px; height:18px; }

在input中调用该class,这个设置统一的宽度可以解决type=text和type=password长度不同的问题

其中disabled属性是设置该input为不可编辑

设置input无边框并且不可编辑

style="readonly:expression(this.readOnly=true);border:0px"

 

转载于:https://www.cnblogs.com/zhutouying/p/3296054.html

你可能感兴趣的文章
SQL Server扩展事件的使用ring_buffer target时“丢失”事件的原因分析以及ring_buffer target潜在的问题...
查看>>
python MLP 神经网络使用 MinMaxScaler 没有 StandardScaler效果好
查看>>
实现html转png
查看>>
python对于0x01的处理
查看>>
jitwatch查看JIT后的汇编码
查看>>
「移动开发云端新模式探索实践」征文活动
查看>>
caffe RandomOrderChannels
查看>>
史莱姆自爆问题
查看>>
MAC 设置环境变量path的几种方法
查看>>
安装部署elasticsearch
查看>>
Bluefish
查看>>
centos 安装cmake 3.3.2
查看>>
ubuntu gitlab服务器搭建
查看>>
文本文件里如何快速在每行头尾都加上指定的内容
查看>>
WebGL绘制有端头的线
查看>>
仿照 ButterKnife 的 Android 注解实例
查看>>
为少欠技术债,开发经理应该做的事
查看>>
C#中获得汉字的首拼音(加强版)
查看>>
structure needs cleaning
查看>>
CentOS 7安装WordPress
查看>>