标签:stars content tip dia tom comm and screen inf
在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){
}
标签:stars content tip dia tom comm and screen inf
原文地址:https://www.cnblogs.com/lvxisha/p/10651664.html