// // 媒体查询 // @media (min-width: 400px) and (max-width: 599px) { // // 设置欢迎语的底部距离 // .welcome-text { // margin-bottom: 28px; // } // } // @media (min-width: 600px) { // .welcome-text { // margin-bottom: 32px; // } // }