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
  • 测试完成,可以放到首页了~
    c48d8718
    王强 authored
    2020-03-26 17:19:14 +0800  
    Browse Code »
style_7.less 299 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
@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;
			}
		}
	}
}