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
  • goodsItem_9
  • goodsItem_9.less
  • 优选库——优选,品质优选列表页完成~
    e10075b4
    王强 authored
    2020-12-01 19:58:34 +0800  
    Browse Code »
goodsItem_9.less 319 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 24 25 26 27 28 29 30
@charset "UTF-8";

.goods-item-9-box {
	background-color: transparent;
	width: 100%;
	height: auto;
	.main-box {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 30px 0;
		width: 90%;
		height: auto;
		




	}
	&.style-2 {
		.main-box {
			
		}
	}
	&.style-3 {
		.main-box {
			
		}
	}
}