【CSS】0.5px 的边框
.border { position: relative; } .border::after { content: ''; position: absolute; ...
.border { position: relative; } .border::after { content: ''; position: absolute; ...
单行文本.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }多行文本...
.dashed { width: 100px; height: 1px; background: linear-gradient(to right, #000, #000...
向上纯色div { width: 0; height: 0; border-width: 0 40px 40px; border-style: solid; ...
.loader { border: 10px solid #f3f3f3; border-radius: 50%; border-top: 10px solid #349...