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
  • style_7
  • style_7.less
  • “优选”页面组件,基础组件和滚动组件完成,还差排名组件,引入goodsItem_2组件实现~
    f444267a
    王强 authored
    2020-03-27 17:23:56 +0800  
    Browse Code »
style_7.less 344 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
@charset "UTF-8";

.style-7-com {
	background-color: transparent;
	width: 100%;
	height: auto;
	.com {
		.title-box + .banner-img-box {
			margin-top: 30px;
		}
		.banner-img-box {
			width: 100%;
			height: auto;
			.banner-img {
				display: block;
				width: 100%;
				height: auto;
			}
		}
		.horiz-list-box {
			margin-top: 30px;
		}
	}
}