|
|

楼主 |
发表于 2025-8-1 21:20
|
显示全部楼层
一楼完整代码
- <style>
- .ma {
- position: relative;
- margin: 100px 0 300px calc(50% - 150px);
- width: 300px;
- height: 300px;
- filter: drop-shadow(0 260px 0 rgba(0,0,0,.05));
- }
- .ma::before, .ma::after {
- position: absolute;
- content: '';
- width: 100%;
- height: 100%;
- }
- .ma::before {
- background: url('https://638183.freep.cn/638183/web/svg/hexagon.svg') no-repeat center/cover;
- filter: drop-shadow(0 0 10px rgba(128,0,0,.5)) drop-shadow(5px 5px 10px rgba(128,0,0,.5)) drop-shadow(-5px -5px 10px rgba(128,0,0,.5));
- }
- .ma::after {
- background: url('https://638183.freep.cn/638183/small/texture/wv1.jpg') no-repeat center/cover;
- mask: url('https://638183.freep.cn/638183/web/svg/hexagon.svg') no-repeat center/cover;
- -webkit-mask: url('https://638183.freep.cn/638183/web/svg/hexagon.svg') no-repeat center/cover;
- }
- </style>
- <div class="ma"></div>
复制代码
|
评分
-
| 参与人数 2 | 威望 +80 |
金钱 +160 |
经验 +80 |
收起
理由
|
花飞飞
| + 30 |
+ 60 |
+ 30 |
很给力! |
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|