snis862中文字幕下载:怎样去掉文本框的边框

来源:百度文库 编辑:神马品牌网 时间:2024/05/01 02:07:37

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