1.部分图标按钮调整大小
.set-ion-down:before { font-size: 18px !important; }
2.item内容垂直方向居中
display: flex;
align-items: center;
3.背景图片占满
background-image: url(../img/bg.jpg); background-repeat: no-repeat; background-size: 100% 100%;
4.内容自动换行
class="item-text-wrap"