<style>
.thr{
width: 0px;
height: 0px;
border: 100px solid transparent;
border-bottom: 100px solid red;
border-top: 0px;
}
</style>
=========================================================================
<body>
<div class="thr"></div>
</body>

<style>
.thr{
width: 0px;
height: 0px;
border: 100px solid transparent;
border-bottom: 100px solid red;
border-top: 0px;
}
</style>
=========================================================================
<body>
<div class="thr"></div>
</body>

1068
2891
2386
917

被折叠的 条评论
为什么被折叠?