mixin抽离公共样式
使用@include
@content相当于 @include ipad{}函数体里的东西
//@if @else if
@if $height>500 {
媒体查询{
@content
}
@else if $height<600&&&height>500{
媒体查询{
@content
}
}
}
使用@include
@content相当于 @include ipad{}函数体里的东西
//@if @else if
@if $height>500 {
媒体查询{
@content
}
@else if $height<600&&&height>500{
媒体查询{
@content
}
}
}