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
  • category
  • category.less
  • 新版活动页面~
    74ce16fe
    王强 authored
    2022-04-11 11:10:09 +0800  
    Browse Code »
category.less 425 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
@charset "UTF-8";

.category-box {
	width: 690px;
	margin: 0 auto;
	padding: 34px 0;
	overflow-x: auto;
	overflow-y: hidden;
	&::-webkit-scrollbar {
		display: none;
	}
	.box {
		.item {
			display: inline-block;
			color: rgba(255, 255, 255, 0.4);
			font-size: 30px;
			font-weight: 400;
			margin-left: 60px;
			&.active {
				color: #FFFFFF;
				font-weight: 500;
			}
			&:first-child {
				margin-left: 0;
			}
		}
	}
}