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
  • marqueeBox
  • marqueeBox.less
  • 购好物,首页,热销排行自动无限循环滚动组件,完成~
    6839c95f
    王强 authored
    2021-07-08 19:01:05 +0800  
    Browse Code »
marqueeBox.less 170 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
@charset "UTF-8";

.marquee-box {
	background-color: transparent;
	width: 100%;
	height: auto;
	.title-box + .box {
		margin-top: 30px;
	}
	> .box {
		width: 750px;
	}
}