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
  • horizListFlex
  • horizListFlex.less
  • 1、米8横向滚动定位遮盖问题 ...
    f3042649
    2、安卓6.0“热销商品”flex定位问题
    王强 authored
    2020-03-29 12:40:59 +0800  
    Browse Code »
horizListFlex.less 513 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
@charset "UTF-8";

.horiz-list-flex-box {
    .title-box + .container-box {
        margin-top: 30px;
    }
	.container-box {
        background-color: #ffffff;
        margin: 0 auto;
        padding: 25px 0 30px 0;
        width: 690px;
        height: auto;
        border-radius: 12px;
        .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
            width: 640px;
            height: 100%;
        }
    }
}