【CSS】绘制三角形
向上纯色div { width: 0; height: 0; border-width: 0 40px 40px; border-style: solid; ...
向上纯色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...
.box{ width:300px; line-height: 300px; font-size: 16px; } .box img{ width: 30px; hei...
禁止文字选取*:not(input,textarea) { -webkit-user-select:none; user-select:none; -webkit-tap...
.scale { width: 100%; padding-bottom: 56.25%; height: 0; position: relative; } ....