01 2018 档案

摘要:div的height:100%有作用 其父元素设置height:100% 包括html,body 阅读全文
posted @ 2018-01-12 17:42 yewook 阅读(97) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><style> .box{ margin:100px; width:200px; height:100px; back 阅读全文
posted @ 2018-01-09 19:35 yewook 阅读(117) 评论(0) 推荐(0)
摘要:1、transform实现居中(未设宽高) 2、margin:auto(固定宽高) 3、绝对定位(固定宽高) 4、table-cell和vertical-align(固定宽高),但是这种方法会使父元素无法居中 阅读全文
posted @ 2018-01-08 18:55 yewook 阅读(150) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html lang="utf-8"><head> <meta charset="UTF-8"> <title>h5页面</title></head><body> <header> <h1>网站名称</h1> <nav> <ul> <li></li> <li></li> 阅读全文
posted @ 2018-01-08 16:36 yewook 阅读(149) 评论(0) 推荐(0)