适配搜索结果页

mobile
wangchenguang 2 years ago
parent 24c64a4874
commit 255b23de7d
  1. 18
      src/pages/column/result.vue

@ -165,4 +165,22 @@ export default {
color: #333; color: #333;
} }
} }
@media (min-width: 280px) and (max-width: 750px) {
.articles{
width: 100%;
.top{
flex-direction: column;
.search{
width: 95%;
margin: 0 auto;
}
}
.none{
margin-top: 50px;
.text{
font-size: .5rem;
}
}
}
}
</style> </style>
Loading…
Cancel
Save