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
  • preferential
  • preferential.less
  • 新增组件
    47c0e2d7
    zhiyangdu authored
    2020-03-26 13:28:01 +0800  
    Browse Code »
preferential.less 434 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 23 24 25 26
.item_box{
  margin: 20px;
  display: flex;
  justify-content: space-between;
  .left{
      img{
          display: block;
          width:350px;
          height:160px;
      }
  }
  .right{
      flex: 1;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      .first{
          width:350px;
          height: 330px;
      }
      .item{
          width:350px;
          height:150px;
      }
  }
}