|
|

楼主 |
发表于 2022-5-1 13:15
|
显示全部楼层
代码分享:
- <style>
- .page {
- width: 400px;
- height: 500px;
- padding: 8px;
- background: #eedeb0;
- position: relative;
- filter: drop-shadow(2px 2px 6px gray);
- }
- .page::before {
- content: '';
- position: absolute;
- width: 40px;
- height: 480px;
- top: 14px;
- background: #eedeb0 radial-gradient(circle at center center, #fff 40%, #000 42%, transparent 0);
- background-size: 20px 20px;
- background-repeat: repeat-y;
- }
- </style>
- <div class="page"></div>
复制代码
|
评分
-
| 参与人数 1 | 威望 +50 |
金钱 +100 |
经验 +50 |
收起
理由
|
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|