swiper{ height: 200px; } .new-article{ margin: 10px; display: flex; justify-content: space-between; align-items: center; } .new-article>view{ display: flex; align-items: center; } .func{ display: flex; align-items: center; flex-wrap: wrap; } .func_item{ width: 25%; display: flex; align-items: center; flex-direction: column; } .func_item .func_item_icon{ height: 46px; width: 46px; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 50%; margin-bottom: 6px; } .func_item .van-icon{ font-size: 30px; } .func_item_name{ font-size: 12px; } .more{ color: #707070; font-size: 12px; } .van-icon-volume-o{ color: #3C9CFF; }