• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • public
  • scss
  • product
  • seckill
  • _nav.css
  • merge master
    fc9c4d47
    by 陈峰
    2016-09-08 16:15:13 +0800  
    Browse File »
_nav.css 210 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.nav-list {
	width: auto;
	ul {
		width: auto;
		overflow: hidden;
		white-space: nowrap;
		display: table;
		li{
			width: 4rem;
			height: 2rem;
			border: solid 1px #ccc;
			display: inline-block;
		}
	}
}