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.
42 lines
651 B
42 lines
651 B
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
@import "a/c";
|
|
|
|
.m-fold_text {
|
|
@include cs;
|
|
|
|
&.z-init {
|
|
background-color: rgba(#000, 0.05);
|
|
> view {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
.fold_text-cnt {
|
|
&.z-fold-1 {
|
|
@include toeM(1);
|
|
}
|
|
&.z-fold-2 {
|
|
@include toeM(2);
|
|
}
|
|
&.z-fold-3 {
|
|
@include toeM(3);
|
|
}
|
|
&.z-fold-4 {
|
|
@include toeM(4);
|
|
}
|
|
&.z-fold-5 {
|
|
@include toeM(5);
|
|
}
|
|
}
|
|
|
|
.fold_text-btn {
|
|
float: right;
|
|
margin-right: -8rpx;
|
|
padding: 0 10rpx;
|
|
line-height: 50rpx;
|
|
color: $c3;
|
|
}
|
|
}
|
|
|