recommendMore.less
470 Bytes
.fans-shop-message-list-box {
/deep/ .van-pull-refresh {
.van-pull-refresh__track {
.van-pull-refresh__head {
font-size: 30px;
}
}
}
.title{
margin: 30px;
height:50px;
font-size:36px;
font-weight:600;
color:rgba(74,74,74,1);
line-height:50px;
}
.item_box{
height: calc(100vh-110px);
width: 100%;
overflow-y: auto;
}
}