1 Star 0 Fork 14

mogic / uni-app-style

forked from xhhhhh / uni-app-style 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
font.scss 342 Bytes
一键复制 编辑 原始数据 按行查看 历史
theBestXH 提交于 2020-10-06 10:00 . first commit
// 定义字体大小,历遍1-300
@for $i from 1 through 300 {
.f-#{$i} {
font-size: $i + rpx;
}
}
.fw {
&-small {
font-weight: 600;
}
&-medium {
font-weight: 700;
}
&-large {
font-weight: 800;
}
&-none {
font-weight: normal;
}
}
.ts {
&-small {
text-shadow: 1rpx 1rpx 1rpx #000000;
}
}
CSS
1
https://gitee.com/piao_0/uni-app-style.git
git@gitee.com:piao_0/uni-app-style.git
piao_0
uni-app-style
uni-app-style
master

搜索帮助