
例如
<input type="button" disabled> 不可点击
<input type="button" disabled="true"> 不可点击
<input type="button" disabled="disabled">不可点击
需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的<style>标签中,输入css代码:
button {border:0width: 200pxheight: 80pxbackground-color: gainsborocursor: not-allowed}
3、浏览器运行index.html页面,此时通过css实现了按钮的禁用样式。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)