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
  • 优惠专区
    6e8b4950
    zhiyangdu authored
    2020-03-26 16:39:20 +0800  
    Browse Code »
discountZone.less 484 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 23 24 25 26
.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;
      margin-left: 10px;
      .item{
          width:197px;
          height:235px;
      }
      img:nth-child(1),img:nth-child(2){
          margin-bottom: 10px;
      }
  }
}