Sign in

w-front-end / select_good · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • select_good
  • src
  • pages
  • fansShopMessageList
  • fansShopMessageList.less
  • 所有页面添加下拉刷新
    821bd7de
    王强 authored
    2020-03-30 10:53:07 +0800  
    Browse Code »
fansShopMessageList.less 470 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.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;
    }
}