摘要: .iframe { width: 70%; height: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); position: fixed; z-index: 999; display: none; } 阅读全文
posted @ 2020-06-29 15:56 琥珀君 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1,box-sizing:border-box; 属性 div.container { width:30em; border:1em solid green; } div.box { box-sizing:border-box; -moz-box-sizing:border-box; /* Fire 阅读全文
posted @ 2020-06-29 15:21 琥珀君 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 1,用jpg png 写法: <link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon.png" class="keep"> 通常的写法: <link rel="shortcut icon" href="im 阅读全文
posted @ 2020-06-29 14:53 琥珀君 阅读(206) 评论(0) 推荐(0) 编辑