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
  • imgListBox
  • imgListBox.less
  • tabbar组件样式优化
    0c5aa996
    zhiyangdu authored
    2020-05-14 17:02:32 +0800  
    Browse Code »
imgListBox.less 323 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 20 21 22 23
@charset "UTF-8";

.img-list-box {
	.box {
		width: 750px;
		height: auto;
		.img-box {
			display: flex;
			justify-content: center;
			align-items: center;
			padding-bottom: 80px;
			width: 100%;
			height: 100%;
			&:first-child {
				padding-top: 30px;
			}
			.img {
				display: block;
				width: 100%;
			}
		}
	}
}