• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • public
  • scss
  • 3party
  • material.page.css
  • 开发完成
    8317da15
    by 李靖
    2017-06-14 10:30:22 +0800  
    Browse Files
material.page.css 326 Bytes
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
@import "common/good";

.material-c {
    .goods-list {
        padding-left: 15px;
    }

    .show-more {
        text-align: center;
        color: #b0b0b0;
        font-size: 28px;
        clear: both;
        line-height: 88px;
    }

    .good-detail-text {
        .price {
            display: none;
        }
    }
}