|
|

楼主 |
发表于 2023-4-23 09:17
|
显示全部楼层
css-doodle 代码
- <css-doodle grid="1x2">
- :doodle {
- @size: 1024px 640px;
- background: url('https://638183.freep.cn/638183/t23/webp1/room.webp') no-repeat center/cover;
- margin: 80px 0 0 calc(50% - 593px);
- }
- position: absolute;
- @at(1,1) {
- @size: 300px;
- background: url('https://638183.freep.cn/638183/t23/webp1/girl.webp') no-repeat center/cover;
- left: calc(50% - 150px);
- bottom: 100px;
- -webkit-box-reflect: below -5px linear-gradient(transparent,transparent 65%,rgba(0,0,0,.8));
- }
- @at(1,2) {
- @size: 100px;
- @shape: clover 4;
- background: lightblue;
- left: 20px;
- top: 30px;
- }
- </css-doodle>
复制代码
|
|