5 Star 4 Fork 10

LinDazi / wms-wx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.wxss 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
fcba 提交于 2021-11-22 20:57 . 根据joolun开源代码修改
@import "public/colorui/main.wxss";
@import "public/colorui/icon.wxss";
@import "public/colorui/animation.wxss";
@import "public/wxParse/wxParse.wxss";
.overflow {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.overflow-1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.overflow-2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.display-ib{
display: inline-block
}
.display-i{
display: inline
}
.margin-top-bar{
margin-top: 80rpx
}
.margin-bottom-bar{
margin-bottom: 80rpx
}
.vertical-center{
margin: auto 0rpx
}
.text-decorat{
text-decoration:line-through;
}
.mar-top-30{
margin-top: -30rpx!important
}
1
https://gitee.com/lindazi/wms-wx.git
git@gitee.com:lindazi/wms-wx.git
lindazi
wms-wx
wms-wx
master

搜索帮助