代码拉取完成,页面将自动刷新
同步操作将从 xhhhhh/uni-app-style 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
.clearfix {
&:after {
content: ' ';
display: block;
visibility: hidden;
height: 0;
font-size: 0;
clear: both;
}
}
.scroll {
&-x {
overflow-x: auto;
}
&-y {
overflow-y: auto;
}
&-none {
overflow: hidden;
}
}
.z {
&-small {
z-index: 99;
}
&-medium {
z-index: 999;
}
&-large {
z-index: 9999;
}
}
.f {
&l {
float: left;
}
&r {
float: right;
}
}
.d {
&b {
display: block !important;
width: 100%;
}
&ib {
display: inline-block !important;
}
&n {
display: none !important;
}
}
.t {
&al {
text-align: left;
}
&ac {
text-align: center;
}
&ar {
text-align: right;
}
&ie {
text-indent: 2em;
}
}
.toe {
@mixin toe {
-webkit-box-orient: vertical;
display: -webkit-box;
text-overflow: ellipsis;
overflow: hidden;
}
&-1 {
@include toe;
-webkit-line-clamp: 1;
}
&-2 {
@include toe;
-webkit-line-clamp: 2;
}
&-3 {
@include toe;
-webkit-line-clamp: 3;
}
&-sp {
width: 1em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
.v {
&at {
vertical-align: top;
}
&am {
vertical-align: middle;
}
&ab {
vertical-align: baseline;
}
}
.ws {
&-wrap {
white-space: normal;
}
&-none {
white-space: nowrap;
}
}
.wb {
&-all {
word-break: break-all;
}
&-word {
word-break: break-word;
}
&-none {
word-break: keep-all;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。