12 Star 70 Fork 16

xhhhhh / uni-app-style

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pos.scss 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
theBestXH 提交于 2020-10-06 10:00 . first commit
.pos {
position: relative;
&-fixed {
position: fixed !important;
}
&-sticky {
position: sticky !important;
}
&-lt {
position: absolute;
left: 0;
top: 0;
}
&-lc {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
&-lb {
position: absolute;
left: 0;
bottom: 0;
}
&-ct {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
&-cc {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
&-cb {
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
&-rt {
position: absolute;
right: 0;
top: 0;
}
&-rc {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
&-rb {
position: absolute;
right: 0;
bottom: 0;
}
}
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

搜索帮助