博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年6月9日

摘要: ::-webkit-scrollbar { width: 6px; background-color: rgba(255, 255, 255, 0.5); }::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 阅读全文

posted @ 2023-06-09 15:57 学以致用的人 阅读(17) 评论(0) 推荐(0)

摘要: aspect-ratio (方向-比例) aspect-ratio: auto 5 / 3 width:100% //通过给定宽度,使用aspect-rotio 设置比例,拥有此属性的元素可按照比例缩放此元素。 代码实现: img{ width: 100%; height: 100%; object 阅读全文

posted @ 2023-06-09 10:24 学以致用的人 阅读(31) 评论(0) 推荐(0)