2019年10月16日

web页面字体适配

摘要: 1、页面设置html{ font-size: 100%;/*// 以16px为基数*/}@media screen and (max-width: 414px){ html{ font-size: 50%; /*// 以8px为基数*/ }}@media screen and (min-width: 阅读全文

posted @ 2019-10-16 16:30 历历往事如在昨日 阅读(743) 评论(0) 推荐(0)

div居中

摘要: .bgform { top:50%; left:50%; position: absolute; /*right: 10px;*/ /*bottom: 150px;*/ background: rgba(255, 255, 255, 0.20); border: 1px solid rgba(183 阅读全文

posted @ 2019-10-16 14:47 历历往事如在昨日 阅读(130) 评论(0) 推荐(0)

导航