1. 首页
  2. 编程语言
  3. Python
  4. css3 transform导致子元素固定定位变成绝对定位的方法

css3 transform导致子元素固定定位变成绝对定位的方法

上传者: 2020-12-13 11:18:16上传 PDF文件 65.21KB 热度 12次
本文介绍了css3 transform导致子元素固定定位变成绝对定位的方法,分享给大家,也给我自己留个笔记,方便查找。 <!DOCTYPE html> <html> <head> <style> body { background: #f60; // 橙色 } .parent { position: fixed; width: 300px; height: 300px; right: 0; top: 0; background: #02bd00; // 绿色
用户评论