当然,请看以下HTML代码,它包含一个文本框素材:
```html
.textbox {
width: 300px;
height: 200px;
padding: 10px;
border: 1px solid ccc;
borderradius: 5px;
resize: none; /* 禁止调整大小 */
outline: none; /* 去除默认边框 */
fontsize: 16px;
fontfamily: Arial, sansserif;
}