4 Star 8 Fork 3

wlp/wlp_for_uni-app

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hr.scss 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
wlp 提交于 2019-03-31 03:48 +08:00 . modify:hr.scss px>upx
// 添加分割线 参数:位置,间隔
@mixin hr($direction: top, $margin: 0){
position: absolute;
z-index: 3;
@if ($direction == top) { // 右三角
top: 0;
left: $margin;
right: $margin;
} @else if ($direction == bottom){
bottom: 0;
left: $margin;
right: $margin;
} @else if ($direction == left){
top: $margin;
bottom: $margin;
left: 0;
} @else if ($direction == right){
top: $margin;
bottom: $margin;
right: 0;
}
height: 1upx;
content: '';
transform: scaleY(.5);
background-color: #c8c7cc;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/wlp886/wlp_for_uni-app.git
git@gitee.com:wlp886/wlp_for_uni-app.git
wlp886
wlp_for_uni-app
wlp_for_uni-app
master

搜索帮助