Sign in

w-front-end / activityAds · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • activityAds
  • src
  • components
  • shopGoodsHeader
  • goods_header.less
  • 新版活动页面~
    74ce16fe
    王强 authored
    2022-04-11 11:10:09 +0800  
    Browse Code »
goods_header.less 232 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";

.goods-header-box {
	position: relative;
	width: 100%;
	.box {
		width: 100%;
		height: 100%;
		.bg {
			width: 100%;
			height: 100%;
			.img {
				display: block;
				width: 100%;
				height: 100%;
			}
		}
	}
}