12 Star 70 Fork 14

xhhhhh / uni-app-style

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
area.scss 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
theBestXH 提交于 2020-10-06 10:00 . first commit
@mixin flex {
display: flex;
align-items: center;
flex-flow: column wrap;
justify-content: center;
}
// 定义宽高值,历遍1-1000
@for $i from 1 through 1000 {
.a-#{$i} {
@include flex;
width: $i + rpx;
height: $i + rpx;
}
}
.full {
width: 100%;
height: 100%;
}
CSS
1
https://gitee.com/thebestweb/uni-app-style.git
git@gitee.com:thebestweb/uni-app-style.git
thebestweb
uni-app-style
uni-app-style
master

搜索帮助