楽天:商品ページCSS

CSS

■楽天商品ページで動くstyleシート

<style scoped>
	body {
		background-image: none;
	}
	#giftservice_proper_pc {
		width: 100%;
		background-color: #fff;
	}
	#giftservice_proper_pc img {
		width: 100%;
	}	
	#giftservice_proper_pc ul li {
		margin: 0 0 0 0;
	}
	#giftservice_proper_sp {
		width:100%;
	}
	#giftservice_proper_sp img {
		width:100%;
	}
	#m_puchi {
		width:100%;
		margin-bottom:100px;
	}
	#m_puchi ul li {
		float:left;
		width:23%;
		margin-left:1%;
		margin-bottom:1%;
	}
	#m_puchi ul li:nth-child(3n) {
		margin-right:1%;
	}
</style>

Copyright (C) 2017 N-PLUS All right reserved.