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.
46 lines
429 B
46 lines
429 B
@import "./conf";
|
|
@import "./mx"; //清除浮动
|
|
|
|
.f-cb {
|
|
float: none;
|
|
clear: both;
|
|
height: 0;
|
|
}
|
|
//清除自身
|
|
|
|
.f-cs {
|
|
@include cs;
|
|
}
|
|
|
|
.f-hide {
|
|
display: none;
|
|
}
|
|
|
|
.f-fl {
|
|
float: left;
|
|
}
|
|
|
|
.f-fr {
|
|
float: right;
|
|
}
|
|
// 阴影控制
|
|
|
|
.f-bs1 {
|
|
@include bs1;
|
|
}
|
|
|
|
.f-bs2 {
|
|
@include bs2;
|
|
}
|
|
|
|
.f-bs3 {
|
|
@include bs3;
|
|
}
|
|
|
|
.f-blur {
|
|
filter: blur(3px);
|
|
}
|
|
|
|
.f-shield {
|
|
@include shield;
|
|
}
|
|
|