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
  • palaceGrid
  • palaceGrid.less
  • 优选库 -> 达人 DEMO 准备提测~
    95c58949
    王强 authored
    2020-04-07 16:34:45 +0800  
    Browse Code »
palaceGrid.less 245 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";

.palace-grid-box {
	.box {
		.img-box {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 340px;
			overflow: hidden;
			.img {
				display: block;
				width: 100%;
			}
		}
	}
}