CSS媒体查询(推荐)

@media screen and (width: 375px) and (height: 812px){
.button1 {
padding-bottom: 34px;
}
}