在style中直接引用下面代码
@media screen and (max-width:321px){
.quiz_content{
margin-bottom:.3rem;
}
.popinfo .info-box{
width:112px;
}
.popinfo{
width:124px;
}
.rater-click-tips{
display:none;
}
.goods-comm-stars{
padding-left:43px;
}
}
@media screen and (min-width:321px) and (max-width:400px){
}
@media screen and (min-width:400px){
}
转载于:https://www.cnblogs.com/lvxisha/p/10651664.html
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/101003.html原文链接:https://javaforall.net