如何加盟海底捞:怎样去掉文本框的边框

来源:百度文库 编辑:查人人中国名人网 时间:2024/03/28 18:11:35

用css
给文本框 套用a
.a {
border-top-style: dashed;
border-right-style: dashed;
border-bottom-style: dashed;
border-left-style: dashed;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}