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
  • darenListBox
  • darenListBox.less
  • 样式优化
    61a4349b
    zhiyangdu authored
    2020-04-17 11:51:43 +0800  
    Browse Code »
darenListBox.less 308 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@charset "UTF-8";

.daren-list-box {
    .title-box + .box {
		margin-top: 30px;
    }
    > .box {
		margin: 0 auto;
		width: 690px;
		> .item-box + .item-box {
			margin-top: 30px;
		}
        .borderBottom{
            padding-bottom: 32px;
            border-bottom: solid 1px #F2F2F2;
        }
    }
}