移动端使用媒体查询兼容ipad等大屏幕设备
@media(min-width:700px){
.everyReport{
margin-right: 10px!important;
&:nth-child(3n){
margin-right: 0!important;
}
img{
width:160px!important;
}
.reportTitle{
width:160px!important;
}
}
}
@media(min-width:980px){
.everyReport{
margin-right: 10px!important;
&:nth-child(3n){
margin-right: 10px!important;
}
}
}