【发布时间】:2020-06-13 13:35:12
【问题描述】:
如何倾斜标签块的侧面我想让它像一个崇高的标签
.tab li.tile {
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
height: 30px;
overflow: hidden;
border-bottom: none;
border-top: solid 0.5px #636363;
border-right: solid 0.5px #636363;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size: 0.8em;
align-items: center;
margin: 0;
padding: 0;
color: inherit
}
【问题讨论】:
-
我只使用了 DOM