09 2020 档案
摘要:/* 记住密码 默认样式修改 begin */input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill { -webkit-text-fill-color: #ededed !important; -web
阅读全文
摘要:写在前面的话: 从后端开发转到前端开发已经有一年有余,总结一下写静态页面的相关心得: 正文: 1.间距最好固定一边不要 margin又padding 自己不好计算也不利于后期修改。 2.一些页面没必要出现滚动条的不要出现,使用min-with或者max-with 可以有助于自适应。 3.使用图片占用
阅读全文