写几个常用到的css快捷输入
箭头左边的都是快捷输入 加 TAB键
基本不输入单位默认px
w10em => width: 10em;
w100 => width: 100px;
h100 => height: 100px;
tac => text-align: center;
ti10=> text-indent: 10px;//缩进
td => text-decoration: none;
lh10px => line-height: 10px;//默认无单位
bg#ccc => background: #ccc;
bgc#ccc => background-color: #ccc;
bgr => background-repeat: no-repeat;
bgs => background-size: contain;
bgp => background-position: 0 0;
bgi => background-image: url();
fsize => font-size: ;
fw600 => font-weight: 600;
c#ccc => color: #ccc;
就写了一丢丢 还有哪些常用没写的 欢迎大佬告诉~~