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
  • 优选库 -> 达人 DEMO 准备提测~
    95c58949
    王强 authored
    2020-04-07 16:34:45 +0800  
    Browse Code »
darenListBox.less 194 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
@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;
		}
    }
}