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
  • listCom
  • listCom.less
  • 搜索页面组件完成~
    aff307cf
    王强 authored
    2020-05-06 18:08:18 +0800  
    Browse Code »
listCom.less 266 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
@charset "UTF-8";

.list-com {
	background-color: transparent;
	.title-box {
		padding: 30px 0;
		& + .line-top {
			margin: 0 auto;
			width: 690px;
			border-top: 1px solid #F2F2F2;
		}
	}
	.box {
		padding-bottom: 30px;
		.item-box {
			margin-top: 30px;
		}
	}
}