01 2021 档案

摘要:input::-webkit-input-placeholder { /* WebKit browsers */ color: #999; } input:-moz-placeholder { color: #b8dbff; } input::-moz-placeholder { color: #b 阅读全文
posted @ 2021-01-19 08:22 comeOnTryAgain 阅读(330) 评论(0) 推荐(0)
摘要:在 html 中编写代码时保留代码换行 <textarea name="" id="" cols="30" rows="10" placeholder="携程旅行网 爱奇艺 巴西"></textarea> 使用 &#10; 设置换行 &#13; 设置回车 <textarea name="" id=" 阅读全文
posted @ 2021-01-18 10:28 comeOnTryAgain 阅读(3752) 评论(0) 推荐(1)