摘要: .father { width: 300px; height:150px; position: relative;}.son { position: absolute; top: 0; right: 0; bottom: 0; left: 0; 或 .class{ position: absolut 阅读全文
posted @ 2020-08-24 18:21 酷酷的城池 阅读(207) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> </head> <style> .column-left { background: red; } .column-right { background: pink; } .co 阅读全文
posted @ 2020-08-24 17:16 酷酷的城池 阅读(917) 评论(0) 推荐(0)