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_1
  • style_1.less
  • 组件提交
    46fb9dd4
    王强 authored
    2020-03-26 13:27:49 +0800  
    Browse Code »
style_1.less 262 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@charset "UTF-8";

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