You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
476 B

1 week ago
.clearfix:after {
content: '020';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
/* 触发 hasLayout */
zoom: 1;
}
.scroll::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.extend-via-pseudo-elem {
position: relative;
overflow: visible;
&::before {
content: '';
position: absolute;
top: -20rpx;
right: -20rpx;
bottom: -20rpx;
left: -20rpx;
}
}
view {
word-break: break-all;
}