/* 响应式样式文件 */
/* 此文件用于存放响应式布局样式 */

/* 基础响应式设置 */
@media (max-width: 768px) {
  /* 移动端样式 */
}

