#app {
    background: #EEEEEE;
    height: 100vh;
}

ul {
    margin-top: 5px;
    background: white;
    padding: 0 16px;
}

ul li {
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
}

ul li p {
    font-size: 16px;
}

ul li p:hover {
    color: #0094EC;
}

.my-swipe .van-swipe-item {
background: white;
}
.swiperul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.swiperli{
    width: 50%;
    height: 33.333%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 14px;
    margin-bottom: 18px;
}

.swiperli img{
    width: 50px;
    height: 50px;
}
.swiperli span{
    font-size: 16px;
}