猿问
向这样的虚线梯形框有什么逻辑么?
向这样的虚线梯形框有什么逻辑么?我是准备拿两个div去拼接的
收到一只叮咚
浏览 447
回答 1
1回答
胡说叔叔
.box{ position: relative; width: 150px; height: 100px; border: 1px dashed grey; } .box::before{ content:''; position: absolute; width: 50px; height: 30px; background: #fff; right: -1px; top: -1px; } .box::after{ content:''; position: absolute; width: 57px; border-bottom: 1px dashed grey; transform: rotate(32deg); right:-5px; top: 14px; }
0
0
0
随时随地看视频
慕课网APP
相关分类
JavaScript
我要回答