2024年6月4日

input 复选框 和文字 对齐样式

摘要: .box_sp{ display: flex; align-items: center;}.box_sp span{ display: inline-block; height: 15px; line-height: 17px;} <td class="box_sp"> <input class=" 阅读全文

posted @ 2024-06-04 15:53 磊有三颗小石头 阅读(10) 评论(0) 推荐(0)

input 只读置灰样式

摘要: input[readonly]{ background: #eee;}select[readonly]{ background: #eee;} 阅读全文

posted @ 2024-06-04 15:17 磊有三颗小石头 阅读(28) 评论(0) 推荐(0)

导航