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
  • components
  • discountZone
  • discountZone.less
  • 新增组件
    47c0e2d7
    zhiyangdu authored
    2020-03-26 13:28:01 +0800  
    Browse Code »
discountZone.less 379 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.item_box{
  margin: 20px 20px 50px 20px;
  display: flex;
  justify-content: space-between;
  .left{
      img{
          display: block;
          width:296px;
          height:480px;
      }
  }
  .right{
      flex: 1;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      .item{
          width:197px;
          height:235px;
      }
  }
}