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
  • 关注列表数据绑定
    ec9cf534
    zhiyangdu authored
    2020-03-28 16:52:23 +0800  
    Browse Code »
fansShopMessageList.less 219 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
.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;
}