求助网页制作

[复制链接]
查看11 | 回复2 | 2021-1-27 05:16:43 | 显示全部楼层 |阅读模式

这种箭头怎么画?
分 -->
回复

使用道具 举报

千问 | 2021-1-27 05:16:43 | 显示全部楼层

#triangle-up{
display:inline-block;
width:0;
height:0;
border-left:30pxsolidtransparent;
border-right:30pxsolidtransparent;
border-bottom:50pxsolidred;}
.lineDiv{
width:10px;
height:100px;
background:red;
margin-left:25px;
}





回复

使用道具 举报

千问 | 2021-1-27 05:16:43 | 显示全部楼层




.arrow{
position:relative;
background-color:#31B0D5;
width:100px;
height:300px;
}
.arrow::before,.arrow::after{
content:"";
position:absolute;
left:50%;
transform:translateX(-50%);
}
.arrow::before{
top:70px;
border-width:40px;
border-style:solid;
border-color:transparenttransparentdarkorangetransparent;
}
.arrow::after{
bottom:20px;
width:30px;
height:130px;
background-color:darkorange;
}

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行