• This project
    • Loading...
  • Sign in

翟凤史 / ecology · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • ecology
  • mobilemode
  • mobile
  • css
  • component
  • CountPanel_wev8.css
  • 初次提交
    b060adc7
    by 翟凤史
    2022-09-22 14:17:16 +0800  
    Browse Files
CountPanel_wev8.css 379 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.wev-comp-CountPanel{
	display: table;
	width: 100%;
	table-layout: fixed;
	background-color: #fff;
}
.wev-comp-CountPanel > a{
	display: table-cell;
	width: 1%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	color: #444;
    font-size: 18px;
	padding: 10px 0px;
}
.wev-comp-CountPanel > a > div{
	font-size: 12px;
    color: #999;
}